flash-player

Does sifr 3 works in all desktop's A-Grade browsers?

Does sifr 3 works in all A-Grade browser if css, javascript is enabled and flash player is installed. and which Flash player version is needed to see sifr 3 text in all browsers. ...

deny user from download and screencapture the web media

nowaday...a lot of problem coming out from the web media affecting the licening problem. until now i still cannot found any good solution for deny user from downloading or screen capturing the web media content. so, i wondering is that this situation will change in rails development ? any guy got idea about doing this ? the only solutio...

Can I start or seek to sub-second intervals with NetStream?

I am working on a Flash Video player and am implementing the ability to start a video at x time within the span of an FLV (served from FMS). I am able to start it x seconds into a stream without any issue using netStream.play(source, startTime); but as far as I can tell, it only supports seconds. I am looking to be able to give a star...

Safari WIndows and Transparent Flash

Hi folks, // 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 Safari. I have googled this many times but have not come up with any answers. I have tried reducing interference by using tags as op...

how embed flash video in google desktop gadget?

I have requirement were I need to create google desktop gadget which can play flash videos from given video URL, So if I give the http://www.someweb.com/xyz.flv than the gadget should play that video ... Please provide some sample code if anybody has worked on this kind a widget. Any Help Appreciated ... ...

Flash Player embedded in QWebView causes breakpoint in Xcode

I've a got Qt QWebView that just contains a SWF running in the embedded flash player. i.e. the HTML looks like this: <body style="margin: 0px; overflow:hidden; background: #FFFFFF"> <object type="application/x-shockwave-flash" data="preview.swf" width="100%" height="100%"> </object> </body> Everything is working ...

How to handle the absence of Flash in a browser

Hi, Please can somebody explain to me how to render a static banner instead of a flash banner in the event that the browser doesn't have Flash installed already, so as not to interrupt the user's browsing experience. I'm coding in PHP and it probably makes sense to test for this in IE as well as Firefox. Thank you ...

Why is the 'Range' URLRequestHeader in Flash restricted?

Can anyone tell me why the Range, header is restricted in the Flash player? I want to be able to pause and resume downloads in my flex application, but I get a RTE when trying to set the Range header. Error #2096: The HTTP request header Range cannot be set via ActionScript. I imagine there isn't going to be a work around client side...

How to tell what .swf generated an error?

I was viewing a page just now and got the error box popup telling me of a runtime error in a .swf The problem is, there are multiple .swfs on the page, and I do not know which one generated the error. Is there a way to tell? ...

illegible font in error messages of Flash Debug Player??

Having a strange issue with the font in the DebugPlayer error messages. For some reason the error messages are in a decorative and illegible font. I have no idea how to change this. I'm in latest OSX, with the latest version of the FP10 debug player installed. ...

Video in Browser: Embed YouTube and others

Hello, I want to embed videos from different video sites like YouTube, Vimeo and so on... But I have a problem: The Skins of the players are all different and I want a consistent video skin. Is there any possiblity to get this work? I can't host the videos on my server because I have to pay for the traffic and that would make me poor ...

What happens when an youtube swf file is buffered

Hi, Whenever a youtube or any other flash content is buffered on the browser, isn't it true that is downloaded to the client computer ? So my assumption is that, any completely buffered youtube file should be found on my client right ? For example, when i view this video on youtube, i see that it is actually referring to this swf l...

Where exactly should i add crossdomain.xml file?

Hi everyone... i am trying to create a internet radio.... I use icecast2 for streaming..... edcast plugin with winamp to send the music to icecast... and the xspf web music player (http://musicplayer.sourceforge.net/) to connect the user to the icecast server and play the music.... The setup works great and i can broadcast and receive...

Save a file from server using flash

I have added a button in flash I want this button to save a mp3 file from the server when a user clicks on it inside a browser. One way to do this is: import flash.net.FileReference; import flash.utils.ByteArray; var fileReference:FileReference = new FileReference(); var data:ByteArray; // load up your data into this ByteArray fileR...

Accessible Flash Content for the blind

Hi All, 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 successfully able to extract static text using swfutils.jar from inside the Flex SDK. But I was wondering if the following i spossibl...

How can I include Flash in VB.NET?

I would like to create a .exe wrapper for a Flash Player using VB.NET. I am having a few problems. 1.I seem to remember being able to import Flash Player as a control into Visual Studio (2008 Pro). For some reason, I can't seem to VS to import it anymore. (I tried using the OCX from Visual Studio) Perhaps I'm looking for the wrong file....

What are the bugs and their workarounds in Flash Player?

It seems allot of questions for Flash/Flex are related to bugs in the Flash Player. What are some of the bugs and what is the workaround. It would be nice to compile a list of known bugs and common workarounds. Example: In Flash Player 10 the DoubleClick event does not trigger in Firefox. The workaround is to avoid using the DoubleClick...

is there a way to cover a flash with a div when wmode is 'gpu' ?

i know this can be done by changing wmode to "transparent or opaque". But is there any way to show the div over the flash file using wmode "gpu" .. ...

If I install Flash player 10 plugin, will this effect codebase in object tag?

We are trying to upload flash plugin version 10, but not sure if that has an effect on previously added object and embed tags. Does any one know if there is a conflect in using version 10 while having the following code: < object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com /pub/shockw...

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 automatically select the proper virtual machine. The latest releases of the Flash Player 10.0.40+.x are breaking our oldest content. We speculat...