Adobe Flash Player
46
votes
2answers
2k views
How to make use of play2() function in order to perform fast stream switching of videos?
I am currently working on a Flash webplayer with resolution switching functionality. I am trying to make use of the NetStream class's play2() function in Actionscript.
The problem I am running into ...
15
votes
6answers
5k views
How can I determine what flash player version a swf was published for?
I have a SWF of unknown origin, and I need to know which flash player version it was targeted at when it was published. What's the best way to get this info?
14
votes
4answers
2k views
How Can I Hook a Youtube Video (Flash Player?) To Slow Down Playback?
The only good software I know which can decelerate and accelerate the playback of a YouTube video in any browser without first downloading it (because that would be cumbersome), is Enounce MySpeed.
...
14
votes
2answers
1k views
Play SWF file in webViewClient on ICS?
I tried to open an SWF file in webViewClient and it works on Android 2.1 and 2.3.3.
But when I try to play the same SWF file on 4.0.4, it causes an error and a green screen appears in the videoPlayer ...
11
votes
5answers
54k views
Embed MP4 in HTML using flash-player
Can I embed MP4-files streaming using a flash-player? I find several places it is mentioned, but some places also mention that flash-10 might be a requirement, it might now work well for streaming ...
11
votes
3answers
11k views
Is it possible to play HTTP Live Streaming video within Flash platform designed for iOS? (.m3u8 playlist)
We're using HTTP live streaming service designed for Apple's iOS devices. It's working well with iOS devices currently.
Source video fragments are stored in server formatted in H.264 and with ...
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 ...
10
votes
3answers
2k views
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 ...
10
votes
4answers
1k views
Offline (CD, Thumb Drive, etc) No-Install HTML + Video Presentation?
Our company would like to put some marketing/training content onto USB thumb drives to distribute to our clients.
The content is HTML + some embedded videos. The videos (currently .flv's) are not ...
9
votes
4answers
4k views
Does Flash10 + p2p really work?
I've been googling around and I still can't get it. Some people say: here you go, just use it. Others claim it has certain restrictions that does not allow you to use p2p the way you want it in Flash.
...
9
votes
3answers
694 views
How to stop simultaneous browser and SWF mouse wheel scrolling in AS3?
Essentially, I have flash content that scrolls on mouse wheel. It works fine, unless there is other content in the browser such that the browser's scrollbar is enabled - when that is the case, both ...
8
votes
5answers
61k views
Flash: How to make an embedded video not autoplay
I'm embedding a Flash video into an HTML and would like the user to have to click it to begin playing. According to the Adobe <object> / <embed> element documentation, there are variety of ...
7
votes
2answers
2k views
How do I install the Flash Debug Player with IE10?
For the same of testing (and debugging...) my Flex application on Windows 8 (which comes with IE10), I just downloaded the Flash Debug Player 11.4.402.287 - however, trying to install it merely shows ...
7
votes
2answers
4k views
Disable Adobe Flash Player hardware acceleration in the embed code or AS
We run surf camera streams on our website, which are played via the latest version (5.4) of JWPlayer on our pages.
Recently we switched over to another streaming service, and H.264 streams, as we are ...
7
votes
2answers
822 views
Show Youtube Videos
I want to show youtube videos (not website) in my software (winform) , how can I do this ?
Is there any way so do not require Browser ?
7
votes
3answers
811 views
How to play audio podcast file from libsyn rss feed? (drupal)
Got an established libsyn rss feed, got a new drupal website for the podcast. Libsyn provides a player but not correct aesthetic. I can upload and play mp3 files with audio module and mp3player ...
6
votes
5answers
3k views
Flash Player magical frame rate
A long time ago (5+ years) I read an article about optimal frame rates for the Flash Player. The article reasoned through some calculations that 31 frames per second was the optimal fps to run your ...
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 ...
6
votes
3answers
205 views
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 ...
6
votes
2answers
296 views
Can't write local files in Flash Player 10+ online (but works when used locally)
I am trying to write a local file with Flash Player 10+ using the FileReference class, following the format from this blog post by Mike Chambers: ...
6
votes
1answer
884 views
How to embed a flash player in a GTK app?
has anyone tried to embed a Adobes FlashPlayer into a c-written Gtk-Application?
Is it possible? Are there any good points to start?
P.S.: I do not want to embed the WebKit or Gecko renderengine ...
5
votes
4answers
23k views
What is the best free open source FLV player (embed)?
Do you know any free open source and free for commercial websites embed FLV player?
I found one, the JW flv player BUT it is not free for commercial websites.
Thanks :)
5
votes
6answers
4k views
How to implement the Adobe HTTP Streaming spec without using their Streaming server
As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method (described here http://www.bytearray.org/?p=1689). The main reason for this addition is ...
5
votes
3answers
5k views
Flash player notified on browser close or change page (as3)
I have to detect in my flash if the user closes his browser or goes to another page and the flash is not accessible anymore. How do i achieve that ?
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 ...
5
votes
3answers
684 views
Is it possible to do real time network games in Actionscript 3.0
Question: Is it possible to update 100+ objects in the Flash Player over Socket Connections? More details and my own try's below!
Details
For my internship I got the time to create a multiplayer ...
5
votes
2answers
2k views
How to enable LZMA compression in Flash Player 11?
As mentioned in release notes to Flash Player 11, developers added LZMA compression support.
Question is how can one enable this support? Maybe there's an mxmlc option? Or more steps?
Simply setting ...
5
votes
2answers
3k views
Which version of Flex SDK should I use to support Flash Player10.0?
I'm developing a Flash application by using Flex SDK, actionscript, and text editor and compiling AS file in command line.
According to Flash Player Version Penetration on Adobe's web site:
...
5
votes
2answers
600 views
Check if users flash player has audio capabilities. (Capabilities.hasAudio)
Is it possible to check if the user has a sound card? I found Capabilities.hasAudio but dont know if that is the value I should look at.
trace(Capabilities.hasAudio)
"Specifies whether the system ...
5
votes
2answers
2k views
TinyMCE Moxie Player Media Splash Image?
Is there a way to get moxie player, which is packaged with TinyMCE, to display a splash image when you embed a video via the WYSIWYG tool? I've been Googling and playing with it for a while with no ...
5
votes
1answer
840 views
Smooth Streaming Video from Blob Storage
I have an MVC 4 application that contains a view to show "Videos" from azure blob storage of MP4 format only. Currently I'm using MediaElment.js(or any typical flash player) as the video player. How ...
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",
...
4
votes
5answers
24k views
How to stream a shoutcast radio broadcast in Flash (Shoutcast Flash Player)
I've been looking for a solution to this for years, but nothing is conclusively documented. There are many Shoutcast Flash players out there (e.g. radio.de) so I know it's possible. However, most of ...
4
votes
9answers
9k views
HTML 5 Video not working on IE9
Why video on this page and this page working in all browser but not in Microsoft Internet explorer 9?
Any fix for it?
This video is not playing on My IE 9.0.8112.16421
My OS is Windows 7 64 bit
4
votes
2answers
2k views
WMODE and Flash Video - stability and performance
for a business reasons I need to overly Flash video player with HTML content. This requires the WMODE to be set as "opaque".
However Flash Player Engineering Tinic Uro warns us over lower ...
4
votes
1answer
2k views
YouTube video overlaps on the HTML drop down menu (Superfish)
I have a webpage, having drop down menus using Superfish. I have embedded a YouTube video on that page, using iframe. The problem is, YouTube video overlaps the menu. This issue is there on IE and ...
4
votes
3answers
1k views
as3: working with SWCs - getDefinitionByName issue (FLASH only)
i've found a simple way for the mxmlc-compiler (flex) by adding
-include-libraries “/absolute/path/to/my/assets/assets.swc”
into it. by using this line of code i was able to use " ...
4
votes
4answers
3k views
Youtube video goes to top from an Iframe
I've got a page with an iframe displaying external website that covers the whole page, on top there's a div with some content, similar to google images new interface.
If in the page contained in the ...
4
votes
4answers
5k views
How do I prevent direct access/download to mp3/wav files while allowing a flash player to access them with .htaccess (or PHP)
I've been scouring the Net for hours looking for a solution with with only partial and non-functioning solutions to show for my efforts.
The solution below seemed like a great fix at first but it ...
4
votes
2answers
4k views
Safari WIndows and Transparent Flash
// Edit: The issue now appears to be confined to Safari for Windows.
Around the time Safari for Windows 4 came out I started hearing from users that wmode=transparent was no longer working in ...
4
votes
1answer
246 views
Firing Events when SWF file ends playing?
Here What I want is to play a swf file in my site. And when that swf animation file ends that is fully watched by the User, I want to call a PHP page.
Any type of help will be helpful for me.
Thanks ...
4
votes
2answers
845 views
How to avoid flash.display flickering
Coming from a more 'traditional' C++ background so more used to dealing with low level API's rather than something like the flash.display API.
My issue is rather rudimentary, but my searches haven't ...
4
votes
1answer
1k views
Implementing RTMFP client in C
I am want to develop a client in C which uses RTMFP to communicate with Flash palyer for streaming video. I couldnt get much information on whether it is possible. I have looked into Cumulus project ...
4
votes
1answer
626 views
How to write a program to speed up youtube playback
I want to watch videos from YouTube at a faster playback rate. A while back I asked if there is a utility that can speed up video playback. The only thing that was mentioned was some closed source ...
4
votes
1answer
590 views
4
votes
2answers
194 views
Accessible Flash Content for the blind
I am working on a browser project for the blind in my university. For swf files, I am trying to access the contents of an SWF and parse so that screen readers can use it to read it aloud. I was ...
4
votes
5answers
6k views
Using Ogg Vorbis in Flash/Flex applications
I am looking to use ogg vorbis, instead of mp3s to stream audio. It seems that Flash player does not natively support ogg. Is there a codec engine that can be embedded with the app itself that can ...
4
votes
1answer
105 views
Flash WebSocket Disconnect
I'm using AS3WebSocket module to connect web sockets. It works well when I launch flash locally (flash file is marked as trusted in global settings).
But when I open server page with flash, it ...
4
votes
1answer
263 views
Flash player doesn't work in Webview when App Sandboxing is enabled
I'm developing a Mac app for desktop, the app uses a Webview to load certain urls. Every things works fine, but when I enabled the "Enable App Sandboxing" option and the correct entitlements for the ...
4
votes
2answers
123 views
Is OGG really necessary for HTML5 video full compatibility?
I'm preparing a webpage with a video. I'd like to make it compatible with a wide range of devices, so I inserted a HTML5 <video> tag with a Flash Player fall-back (FLV video file) for ...

