swf

Javascript/Flash focus issue on different browsers

I have been looking into how you could use Javascript to direct focus to a Flash movie. I've seen it discussed on Stack Overflow and other sites and it seems you cannot do this reliably except in Internet Explorer. I am just calling the .focus() method on a Flash object via Javascript. It does in fact work in Internet Explorer, but I ...

python failed to call flash loaded html page

I tried to render html page which contains flash content. But it not responding. Loads endless. Text and image contents are OK. Here is my code. self.response.out.write(template.render('ieerror.html', dict())) html file contains: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>flash content</title>...

IIS7 - 401 Unauthorized error while reading external xml file from a swf (flash)

Hello all, I am getting a 401 unauthorized error when I try to read an XML file from a flash SWF file in IIS7. The file is located right next to the SWF file in the file system. When I browse to the XML file through the browser, I get the following: HTTP Error 401.3 - Unauthorized You do not have permission to view this director...

Control animation framerate in the object tag?

Hello, I have a compiled flash animation (swf) embeded into a HTML document using the object tag. Question: There's a posibility to change the original SWF framerate using some params in the object tag? I don't have the source code (FLA). I want to decrease the framerate. Thank you for any help, <object classid="clsid:D27CDB6E-AE6D...

how to create swf files for website?

Hi , I am developing an advertising site . I need some flash content in my website . If I have swf file , I can embedd into html page . Can anyone tell me how to create swf files ? . which tool to be used . I am naive to flash development . Thanks in advance ...

When External SWF has reached Frame X, how do I unload it?

Here's my swf loading code: function loadBall(e:MouseEvent):void{ var mLoader:Loader = new Loader(); var mRequest:URLRequest = new URLRequest("ball.swf"); mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler); mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler); mLoader.load(mReq...

Embedding a SWF Video in an AIR 2 HTML App

I've been through the forums for awhile and I can verify that my issue doesn't have to do with transparency or chrome. I have an IFRAME which is in the application sandbox, giving it access to files in app-storage. Dynamic images are loading fine, but my dynamically generated <OBJECT> code that is placed in the DOM is not loading the S...

how to load and unload swf's properlly

I am going to school for web design and I have a project coming up. The old code I had for URLRequest is not working for some reason. For some reason it will open any new swf, but not unload the previous one?!? does anyone know how to do this properly? ...

The best way to play swf-files (flash) in my android-program?

I have to play flash (swf) in my program when the user clicks on a link. Which is best? Concentrate on android 2.2 and use the Adobe Flash Player, or what do you recommend? I have tested WebView, but can not play swf in the emulator. HTC has a custom flash player but it feel like a limitation. Some code samples to play swf in android t...

Compiling Directory into Flex code using terminal / command line

Hello SO community, Yet another issue along my web development escapades that has me quite stumped. I recently had to decompile a swf file using the Trillix SWF Decompiler. I now need to recompile the directory (flex project) Trillix has given me. I do not have flex builder nor plan on learning or using it ever so I donwloaded the co...

How can I write a facebook app to share flash audio file ?

Hi, Is it possible to write a facebook app to post a .flv or .swf audio file to wall and get a audio player embeded in the wall(similar to a youtube video on wall has a play button to play the video) . The meta tags provided by facebook, work fine for .mp3 and not for .swf Thanks in advance. ...

How to embed jwplayer into google web toolkit application?

Hi all, glad to ask my first question in Stack Overflow :) At work I'm developing a google web toolkit application and I need to embed a jwplayer inside it. Do you have any suggestion about how to achieve this? I found gwt2swf but so far I couldn't make it work. I have written this: SWFWidget jwplayer = new SWFWidget("player.swf"); ...

Loading External Swfs in Adobe Air

Hey, Can anybody help me on how to load external swf's in adobe air. Every time i try i get a security sandbox violation message. Can anybody help me with this ...

How can I install adobe flash on the android emulator

I want to use Adobe Flash in the development of Android applications. But how do I install flash on the emulator so that I can test my software with flash? ...

Flash movie displays in IE, but not in Chrome

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="230" height="130" align="right"> <param name="movie" value="images/10.swf" /> <param name="quality" value="high" /> <embe...

Facebook FB.ui stream.publish error

Working on a project that has a website and a Facebook page. They both reference the same SWF file and JS code that the SWF file uses to interact with the website/Facebook. The custom Javascript action, which invokes the FB.ui() method for sharing, works so much in that the dialog/popup appears, however Facebook results with an error ("...

n is null in SWFObject v1.5:

Hi all, I am using swfobject.js V1.5 in Mozilla its working fine but when i run the application in IE it shows N is NULL in swfobject.js Because of this the total page is not loaded.... **In this line N.innerhtml** Any Ideas or suggestions to solve this problem... ...

Class in loaded SWF cannot use base class in loading SWF

I have two SWF files which I shall call container and slave. The slave file contains a movieclip that extends from a class I shall call base. base extends MovieClip and is compiled into an SWC. slave includes this SWC as a runtime library, while container includes it as merged (and does reference it so it should be compiled into the cont...

SWF hosting security

I have started developing a drawing application in as3. I am thinking that I could integrate a cms and allow swf files to be uploaded in runtime as graphics.What are the potensial security issues involving third party possibly malicious swf files here? I would simply be adding the swf as a custom sprite class to a masked container sprit...

Flash logo in Wordpress

Does anyone know how I can add a logo in the form of a Flash movie to my Wordpress blog ? ...