-3
votes
0answers
54 views

How to watch Justin.tv without flash? [closed]

Justin.tv has a iOS app that allows people to watch streams on the iPhone and iPad without flash. How is this done? I read their api ...
0
votes
0answers
49 views

I need to open flash player full screen

I'm creating an interface with Adobe Flash Catalyst and I want it to be written to a CD and distributed to clients. When I publish swf, I cannot find an option to make flash player full screen ...
0
votes
1answer
46 views

Use official flash plugin to present a swf file

I want to show a flash file (.swf) in my executable program on Windows. Every single modern browser are able to do it by using the official flash plugin DLL by Adobe. But there's no documentation ...
0
votes
0answers
233 views

Flash Player 11.5, Create Projector missing?

When launching a .swf file using Flash Player 11.5, I didn't found the option to "Create Projector" inside File menu. It used to be there in File menu. Can someone tell me if there is some change in ...
0
votes
1answer
117 views

Always launching flash player in secondary monitor and full screen mode

I am trying to set the location of Flash Player launch location to my secondary monitor connected using a VGA cable and I want to launch it always in FullScreen mode. After couple of searches, I found ...
0
votes
1answer
84 views

Adobe Flash Recorder Not Showing Video

I'm using Adobe Flash to record live video and stream to a Wowza Media Server. Everything has worked before on all browsers on Mac, and PC. But right now, for one of my employees who's using a PC, a ...
0
votes
1answer
109 views

add a option to the flash player when you right click

I would like to add a option to flash context menu of the adobe player . how can i do this ?
0
votes
0answers
561 views

Flash Player command line arguments to “Create Projector”

I am looking to automate the task of creating a .exe from .swf file using "Create Projector" option in flash player. I am trying to achieve it using an ant build file. Can someone point me to the ...
4
votes
1answer
14k views

Uncaught Error: Error calling method on NPObject

I have a flash video on my page as follows: <script type="text/javascript"> var flashvars = { }; var params = { movie: "VideoMain.swf", quality: "high", bgcolor: "#000000", ...
0
votes
1answer
5k views

Playing WAV, MP3, MP4 and SWF formats using Flash Player in Web Browser? [closed]

I need to play WAV, MP3, MP4 and SWF files using Flash Player plug-in in Internet Explorer, FireFox, Chrome and Safari. Please give some suggestions on this. Is there any way to play this formats ...
1
vote
0answers
235 views

Shockwave Adobe Flash Player - get video duration in javascript

I have a flash video and a embed code which display it. I want to get the video duration in javascript. Is it possible? Embed code is like this: <object ...
1
vote
3answers
1k views

Flex RSL Error: the loaded file did not have a valid signature

I'm using Flex SDK 4.5 to create swf files, recently I got the following error when try to open my swf file: [trace] Warning: Ignoring 'secure' attribute in policy file from ...
0
votes
2answers
488 views

Adobe Flash Player Settings panel display behind divs

I am unable to click on "Allow" button in my Adobe Flash Player Settings panel that pop's up because half of it is hidden behind divs making it "unclickable". I tried setting negative z-indices on ...
0
votes
1answer
453 views

How to detect 32-bit or 64-bit OS in Flex?

I need to detect 32-bit or 64-bit OS through Flex. var osName : String = Capabilities.os; This only gives Windows XP or Windows 7. I need to detect 64-bit Windows XP. Please advise.
1
vote
3answers
708 views

Browsers don't warn that Adobe Flash Player is not installed

I've a computer with Windows Server 2003 without Adobe Flash Player in which Firefox (v3.6) and Safari coundn't play a video and the user wasn't warned about the missing plug in. Is this a known ...
11
votes
1answer
11k views

Screen blinking when using a webview with flash

Edit: I made a demo apk, so you can understand what I mean: http://cl.ly/3g0s1p030j243y0p3m2F For my application, I want a kind of "Super Power Point", or a keynote (the commercial team will present ...
0
votes
1answer
628 views

How do you signal sync multiple flash video players with one FLV without having different timeframes?

I'm trying to create a simulation of a product. Currently I'm using flash CS4 to build the simulator. I have two main monitor screens (default flash players) then I have five little video monitors ...
-1
votes
3answers
301 views

Why doesn't Adobe opensource the flash runtime engine?

It seems to me like the biggest arguments against Flash right now falls into three categories: It is slow and battery intensive. Basically that it uses too much CPU than it should. It is not an ...
0
votes
1answer
376 views

Trying to understand Adobe AIR and full screen mode

This adobe's page says that: In Flash Player, full-screen mode can only be initiated through ActionScript in response to a mouse click (including right-click) or keypress. AIR content ...
0
votes
2answers
267 views

How do I skin an Adobe Flash Player Settings pop up and is it even possible?

I am trying to create a professional chat application using Flex. Unfortunately, the security window that pops up asking the user to allow or deny the application access to the web cam, (the Adobe ...
0
votes
1answer
214 views

Adobe Flash player Secuirty Pop-Up question

I am building a Audio Recording tool using Flash and Wowza. I dont want to start the recording until the use clicks the Allow Button is the Security Pop-up question represented here ...
2
votes
2answers
2k views

Why does Flash Builder 4 use Flash Player instead of a browser to run apps?

I've got an old flex builder 3 project that I imported into Flash Builder 4, and I want this project to run its web applications in my web browser. However, the apps persistently run in the Flash ...
1
vote
0answers
347 views

Is it possible to tell the Flash Player to use AVM1 instead of AVM2?

It's my understanding that the Adobe Flash Player has two ActionScript Virtual machines. AVM1 and AVM2. It is supposed to detect whether a swf contains ActionScript 1/2 or ActionScript 3 and ...
5
votes
3answers
16k views

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 ...
1
vote
2answers
5k views

Adobe Flash Player Cache: Does data persist across different users of a system?

Does anyone know if adobe flash player cache data is available to other users on a system? For example: A user logs onto Windows XP, then uses my adobe flex application... and in the process of ...
6
votes
6answers
8k views

Programmatically launching standalone Adobe flashplayer on Linux/X11

The standalone flashplayer takes no arguments other than a .swf file when you launch it from the command line. I need the player to go full screen, no window borders and such. This can be accomplished ...