swf

Can a Flash movie targeted for Flash 8 load in a Flash 10 movie and can the 2 pass variables and call methods?

I have existing flash 8 AS2 work that I want to update to Flash 10. Can I update only those elements i need to be Flash 10 and load them in to the Flash 8 movie as an external swf and pass variables and call methods? Is this a good option and what are the issues to be aware of? Eg will a user with player lower than 10 be able to load the...

Tell swf to check what page its loading on an switch to the correct page.

Google has indexed my .swf file, so it’s loading by itself in a browser ( example.com/FL_map_page.swf ) I need for the .swf to check to see if it is loaded on the .html page and if not switch to the correct page. ...

Controlling FPS of a loaded swf

I'm working on a flash app where I load multiple swf's. But the problem is that they have different framerates (12/25/30). If I add 2 swf's they both play at 25fps. I found numerous topic about this but I can't get it to work (in AS3). Does anyone know why it doesn't work and how to make it working? public class MainClass extends MovieC...

Transparent background for SWFLoader

I created a "Loading" spinner in a SWF. I display this spinner in my main application SWF using SWFLoader. How do I make the SWFLoader transparent? Currently it uses Flex's default background color even though I've set backgroundAlpha="0". My spinner SWF's main MXML: (Note the use of backgroundAlpha) <mx:Application xmlns:mx="http:/...

swfobject not working in firefox 3?

My javascript code as follows: BBS.SO = new SWFObject("/Client/Css/sound.swf", "mysound", "1", "1", "8", "#336699"); BBS.SO.write('swfholder'); it used to work,but not now in firefox,but in iE it still works. Is there such a bug with swfobject?it's a opensource project. it seems in firefox3,there is a great delay when inserting suc...

Extracting asset from swf file?

As I am building a Flex framework for minigames, I plan to bundle a bunch of graphic assets (movieclip symbols) into a single swf file, which I will load into my Flex application, before extracting the symbols from the swf file for use in my application. My question is this: how do I do this through actionscript? Thanks! ...

how to remove right click menu in swf (flash cs4 using action script 3 ,flash 9) ?

i made swf using flash 9 player if i right click swf it will shows menu like zoom in , zoom out, etc option . but i saw this site url ( http://www.3dfreeair.com/index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=6 ) animation swf like elephant.swf, bird.swf... not show anything .only shows reddraw option How can i do li...

How can I play .SWF in a Java Application?

Could anyone tell me how to play a SWF file inside a Java application or does anyone know of a free plugin to do this? TIA Andrew ...

ASP.Net Generated SWF object

Hello, I'm working with SWF files (a video player that connects to Flash Media Server) and we're using ASP.Net. ASP.Net connects to the database and gets the stream URL, In the codebehind page, we get the InnerHTML value of the DIV of the video player and put the stream name in it. Now it works perfectly, at least on Chrome, FireFox an...

Free SWF Obfuscator

Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for. I know that obfuscators do not make your swf hack proof, but they make things harder. Things I am looking for in an obfuscator: Unlimited obfusc...

Can SWFs be integrated in a Java application?

I'm looking to embed SWF files into a Java program, but I'm having trouble finding the way to do this. Any ideas? ...

Ensuring only one instance of SWF open?

I need to make sure that only one instance of a SWF is open at any one time on a computer, whether it is in 2 browser windows, or two different browsers. How can I go about doing it? I have so far thought of two potential solutions: 1) Using a Flash sharedobject - but since they never expire, if the user closes the browser window with...

How can i set window application as light weight in flex ? - still not get answer help me

is it possible can set lightweight type for window application . because i don't want window application icon shows on taskbar . so if it is not possiable ? How can i do ? anybody help me for that ...

Resize an SWF when loading it with SWFObject

I'm loading an SWF movie into an HTML page using SWFObject. I want to resize this SWF dynamically. How can SWFObject help? I'm sure I don't have to write my own solution. ...

In Flash, what's the difference between the SWF header FPS and the Stage FPS?

In ActionScript, what's the difference between the SWF header FPS and the Stage FPS? From what I understand, the Stage FPS is initially copied from the SWF header FPS, but is that all the header FPS is for? Can it ever override the Stage FPS? Just to clarify, I set the header FPS using the SWF metadata tag - [SWF(frameRate="60")] - and ...

swf https problem with IE

Hi there! I'm using a flash mp3 player (www.premiumbeat.com) within my website (localhost:8084 - tomcat). This is my situation: In my site I have secure files (any file under /mywebapp/secure) and public files (everything outside /mywebapp/secure). Secure files are served through https (port 8443) the mp3 player is located at: /mywebap...

Access denied embedding swf object in IE

I am trying to currently embed a media player into certain web content and seem to be having strange problems in IE (all versions tested so far 6->8). Here is a page with the player embedded in it. You can view it in FF or a webkit browser and it should work fine. In IE the flash part of it fails to load without error. (It errors when y...

my rails ApplicationController is having a RoutingError

I am by no means a Ruby developer, but I code HAML for a ruby framework on my localhost. I had originally put a file called vidgirlBox2.flv file and called to it within the HAML, but converted the file to a swf called vidGirl_home.swf . This swf worked. Until I made a simple change to the orginal .fla, and overwrote the vidGirl_home...

Amfphp 500 internal server error (sessions)

So to sketch out our situation We have a html page(domain: hyves.nl) with an iframe in that iframe we load a php file (domain : atik.nl) in that php file we start a session and we embed our swf file (domain : atik.nl ) in our swf file we access a special page "calls.php" (domain: atik.nl) where we can get some special data. (that's ...

How does a youtube embed suppress the buffering of a video file?

When a youtube video is displayed within an external site, a poster image is displayed but the actual video is not loaded until the user clicks the play button. At that point, the video file begins to buffer and the video plays. This seems to be different than many sites, where a flash video is embedded and the video begins to buffer au...