Skip to main content

Questions tagged [flash]

Filter by
Sorted by
Tagged with
2 votes
2 answers
409 views

I'm working on an embedded C++ project that involves logging certain types of statistical data (like successful accesses, failed attempts, and other events) to the flash memory (just incrementing ...
Dario.Casciato's user avatar
6 votes
2 answers
613 views

I've looked around a bit and probably haven't found the right medium for this question so let me know if there's a different forum I should bother. First, there is an application managed by another ...
Mark Lodato's user avatar
11 votes
1 answer
841 views

I'm working on a multiplatform game in Flash. This game utilizes Photon Server for authoritative physics and user statistics tracking. I'm looking to leverage Facebook authentication as an alternative ...
Kody Manharth's user avatar
4 votes
0 answers
302 views

Background: I'm working on an Adobe AIR app that has many facets. I'm looking for strategies to find memory leaks. Broadly speaking, the EXE contains an embedded JVM, and an AIR Native Extension for ...
Michael Easter's user avatar
0 votes
1 answer
355 views

I've been using RTMFP streaming for around a year in ActionScript 3, and I pretty much know the difference between a near ID and far ID. The near ID is your peer ID, and the far ID is the other guy's ...
Panzercrisis's user avatar
  • 3,223
1 vote
3 answers
320 views

AS3's got some awkward rules about variable scope, due to its use of hoisting. I don't like pointlessly leaving a bunch of compiler warnings lying around, but it's more important to me for my code to ...
Panzercrisis's user avatar
  • 3,223
3 votes
2 answers
963 views

When building an application one considers the appropriate technology of choice for best long term impact and scalability. If building a media streaming application for mobile and desktop should one ...
Xdrone's user avatar
  • 187
1 vote
1 answer
251 views

As from March 2013, Microsoft allows Adobe Flash content to play by default on its immersive Internet Explorer 10: http://redmondmag.com/articles/2013/03/11/new-ie-10-flash-policy.aspx When asked ...
Mika's user avatar
  • 113
1 vote
3 answers
1k views

I know this is a place where people ask advice for designing code. I am at a bit strange side on my coding quest, on one side people send me design stuff. Special graphics and ideas on how they should ...
user613326's user avatar
3 votes
1 answer
358 views

I hope you can confirm or disprove whether I understand this correctly. I know for certain that Java Applets can have hardware acceleration and I wonder if this is the only known way to have graphics ...
Niklas Rosencrantz's user avatar
1 vote
3 answers
783 views

http://w3techs.com/technologies/details/cp-flash/all/all People don't use Flash anymore? Why?
katie's user avatar
  • 255
0 votes
2 answers
398 views

In the not-so-distant past our department was touting Silverlight as the de facto standard for corporate intranet applications. A robust framework that allowed us to implement SOA while leveraging our ...
KodeKreachor's user avatar
7 votes
1 answer
852 views

I'm an experienced PHP web developer that is looking to understand the options available for streaming video. What I have: a video processing system (this one) that can provide output to various ...
Jeremy Kauffman's user avatar
20 votes
7 answers
3k views

I've been asked to evaluate what appears to be a substantial legacy codebase, as a precursor to taking a contract maintaining that codebase. This isn't the first time I've been in this situation. In ...
Engineer's user avatar
  • 781
4 votes
4 answers
442 views

I have been looking for a really good open source flash development environment with no success. The best I could find would help in the development of pretty much everything, but I still needed to ...
psion's user avatar
  • 141
3 votes
7 answers
2k views

In short, for simple games: Is Flash still a good option for browser-based PC clients? It still has 90%+ penetration. What is a good alternative for mobile devices? Is HTML5 + JavaScript the choice ...
user avatar
26 votes
5 answers
7k views

I find it hard to describe this problem in words, which is why I made a video (45 seconds) to illustrate it. Here's a preview of the questions, please have a look at it on Vimeo: http://vimeo.com/...
epologee's user avatar
  • 537
0 votes
3 answers
9k views

In short I am searching for an alternative to Java applets for making some interactive parts like minigames etc. on my website Facts: I´m developing an e-learning website for children. This site has ...
Asamandra's user avatar
0 votes
1 answer
71 views

I'm working on a flash player that needs to track how long a user plays a video for. In addition, I need to know the user. I can easily do that with a request to the server. What I've thought of so ...
zcourts's user avatar
  • 601
0 votes
2 answers
907 views

I want to create a new application. It will basically be a Deep Zoom application that users can draw annotations on (that will save to a DB so other users can see those annotations.) At first it will ...
DrLazer's user avatar
  • 143
4 votes
1 answer
178 views

Our site currently is going to require our users to download a player to view videos they will want to view on our site. The videos get uploaded by users from various sources (smartphones in 3gp ...
user avatar
1 vote
1 answer
2k views

It's unfortunate, but I'm taking this course that would require me to work in Flash CS3 (specifically programming), which would make me use windows. I'm very used to development under Ubuntu, and ...
Pwnna's user avatar
  • 197
0 votes
2 answers
234 views

Do you think flash performance is bad mainly due to the fact that most people build flash applications using the flex framework? As opposed to the problem having everything to do with the lower level ...
Ryan's user avatar
  • 1,645
2 votes
4 answers
189 views

I am a Realtor in a large metro area. Our MLS provider is building the next generation of its MLS software on Flash. Many in the beta test group are against this, citing numerous reasons including ...
Steve's user avatar
  • 21
7 votes
2 answers
303 views

I started working at a PHP shop and occasionally we have to go and tweak some legacy Flash and actionscript code. It's a small shop; we have about six developers. It seems almost every time we pull ...
CamelBlues's user avatar
  • 1,145
3 votes
2 answers
198 views

Years ago I developed a website in Flash for one of my clients. I was in charge of code/animation and also maintaining Hosting and Domain. I also have a basic contract with my client and in the ...
GibboK's user avatar
  • 715
2 votes
4 answers
1k views

What technology is used by sites like goanimate, xtranormal, and animoto? Especially the video compilation engine in the backend of animoto? Could HTML5 be used to do everything that's there?
user avatar
8 votes
5 answers
813 views

Last year, my department developed web based gaming, and needed Flash. It was difficult to manage. The Flash guys didn't fit in regardless of skill or popularity in the office. Maybe it's prejudice ...
DisEngaged's user avatar
  • 1,447
-2 votes
4 answers
8k views

I want to learn Flash Builder 4 (Flex) because I see so many jobs requesting experience with it. I also just like knowing stuff. I am also very interested in focusing on RIA development now. BUT... ...
user avatar
14 votes
6 answers
8k views

I'm still a student, without much real life experience in programming. I've never written anything bigger than ~5k lines of code. I've written code in both Flash and Java, and I just can't understand ...
Davor Ždralo's user avatar
21 votes
12 answers
2k views

I have recently been doing a bunch of web side projects through word of mouth recommendations only. Although I am much more a of a programmer than a designer by any means, my design skills are not ...
bunglestink's user avatar
  • 2,262
3 votes
3 answers
182 views

Our client has an eCommerce site which was developed by an in-house team, and is now showing its age. I work for a firm brought in as external contractors to build a replacement. Part of the current ...
Tom Anderson's user avatar
  • 3,102
10 votes
2 answers
691 views

Just curious, because many developers use Flash to do many things that HTML 4 (correct me if I'm wrong) or below cannot or had a hard time doing, like for example the rounded corners (Canvass) and ...
Pa Poy's user avatar
  • 105
9 votes
5 answers
4k views

Not talking about the recent Java/Oracle debacle here, but something I've been wondering recently. When I first started programming, Java was the big thing client-side, however these days you hardly ...
Groky's user avatar
  • 217