flash-player

What is the default value of the "quality" param in Flash embeds?

When embedding flash movies, you can specify a parameter indicating the "quality" of the movie's playback. This generally affects whether the Flash runtime will antialias your shapes and your video content. More info here. Does anyone know the default value of this parameter? Adobe neglected to document the default value. Empirically, i...

Control embedded Imeem and Youtube players with Javascript

On Songza you can pause / resume a song by pressing Spacebar. How do they accomplish this? I guess these embedded players expose some kind of Javascript API? If they do, where is it documented? ...

Running the Flash Player over long time period

Hi I'm looking into the issues to expect if the Flash Player (version 10) is run over a long period of time, say 24+ hours. I know that the player has issues with not performing garbage collection properly, and that the weak listener system is buggy. I plan on having the flash app started/monitored using a watchdog/sentinal app written...

Flash camera access without security question

Is it possible to access a machines web camera with Flash without needing the users permission? The project I plan on using Flash in will not be web based and run in a standard flash projector or in a swfStudio projector. ...

What does the Flash VM use under the hood for drawing?

In windows--what does Flash use under the hood? It's a relatively simple question which I can never find the answer to. Is it GDI (for windows VM implementations) or something else? You don't need to go into any of the new GPU acceleration features of Flash. I just really want to the inner workings because it's NEVER discussed. ...

Debuging a CRASHING flash application

Hi, What is the best way to debug a CRASHING flash app ? (no exception, my application just crash) I am actualy facing a big problem: my app (full-flash website) was working fine with the flashplayer 9 but crash with the flashplayer 10... Here is the BAD method who crash my app with FP10. After removing the call to this method everythi...

How do I install an older version of Flash Player?

When I try to install an older build of Adobe Flash Player to test a SWF I'm developing, the installer tells me I cannot complete installation because a newer version of Flash Player is available. I need to install the older plugin because my users have reported that it exhibits different behavior than what I'm seeing with the latest upd...

Settings disabled in flash context menu

I have two flash movies, both seem to have the same embed/object params and publish settings, but one will display the 'settings' option and one won't. I would really like the user to be able to select the settings, but can't figure out how to force it to be enabled, or even find any information on under which circumstances it would be d...

Can I get debug symbols for flash player? Or any other way to get support for flash?

The company I am working for has a flash component (using flex and cs4) that crashes intermittently in chrome, FF and IE. (so far only win32 platforms) I submitted a bug report to Adobe but have not heard anything back from them. Their support process seems like a black hole. WE can get a dump from Flash using these steps but after s...

Crossdomain bug in Flash player

I have just encountered an extremely odd behaviour from the Flash Player (10,0,32,18). I have a swf that tries to load data from a URL that contains a query. This works fine except for when the URL points at the root of the site. Flash Player then interprets the URL as a different domain and tries to load a crossdomain.xml file from the ...

Flash Player Internals Diagram

Looking for a simple diagram showing the constituent parts of the Flash player like AVM1,AVM2,graphics renderer, text layout engine, video player, etc. Can anyone help me out? Thanks. ...

Newbie question on Flash video players, products/SDKs, and API.

Hello, I'm a C programmer and a total newbie to Flash/video/web world. Don't know where/how to start, and so would greatly appreciate your initial help. Question If I need to host flash videos off of my website (instead of embedding YouTube links on my webpages), AND If I need to provide player API like YouTube's that can be used, s...

What is ActiveX Hosting?

I need to get the Flash Player ActiveX on the .NET Compact Framework in Windows CE 5. This thread says I need to create an "ActiveX Host" for Net CF in order to accomplish this. How do I do this? Does it mean that I program a COM container component for my ActiveX? (Flash Player) ...

Detecting alt keyDown keyboard event in Flex

I am trying to detect the key down event for the alt key in flex. I have a standard event listener for KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP but don't get any response for the alt key (or ctrl key). I know I can detect if the alt key was pressed via a mouse event, but I want to update the cursor when the alt key is pressed to ...

Make Flex Builder debugger start listening for incoming debug session connections

Is there any way to get Flex Builder to connect to an existing browser session running Flash Player Debugger? I can connect to FDB like this, but with Builder I need to click Debug and rush to close the newly opened browser window before it loads the Flash file and then go back to the session I want to connect and right click it to start...

Seek and Play video that is already buffered

I'm currently building a custom Flash player that will play streaming video from an FMS. Everything is working 100%. However, I would like to optimize the way the player seeks from one part of the video to another. Currently, anytime the seek method is used to progress to another part of the video the buffer is restarted from the time...

Bug? FlashPlayer 10 Projector not going into fullscreen depending on SWF/HTML Player settings

Hello, We now use Flash CS4 to publish our FlashPlayer (SWF) and Projector (EXE) but have been having problems with the Projector not running full screen but we can't see why. To demonstrate, create a new AS2 Flash Project in Flash CS4 and add the following actionScript to Layer 1, Frame 1 fscommand("fullscreen", true); fscomma...

Volume slider - volume doesn't change until mouse over

Hi all, I've created a small music player with a sliding volume control. I'm having trouble with the volume. Though it does control volume properly, if I set the initial volume to less than 100%, the volume always starts at 100% until I move my mouse over the player. At that point, the volume changes to whatever the initial volume is...

Play flash one video on top of another?

I'm looking at a project that requires the ability to play one flash video over the top of another... sort of like an animated watermark, where the video on top has transparent regions ans may not be the same width/height as the one underneath. Using Flash/Flex, can this be done in a web-app at real time? Or would you have to use an off...

jquery ie6 issue swaping videos through hide/show while playing.

So my code is: Click the link show the div. I'm using the jquery flash embed object. $(document).ready( function() { $('a.overview').click( function() { $('#overview').show(); // show div.contact $('#evaulting').hide(); // hide div.contact $('#his').hide(); // hide div.contact }); }); $(do...