flash

Prototype light box removes swf

Hi, I have a web page which has a swf in it and prototype light box. When you play the swf it works fine, but when I launch the lightbox you can see the swf disappear. Then when the lightbox is closed the swf doesn't work as it should. Anyone come across this before and know of a fix? seems to only affect IE7. Thanks, C ...

How do you completely unload a swf (sounds and all) using javascript?

So, I have web page that uses javascript to let a user select different audio files to listen to (using this player: http://www.macloo.com/examples/audio_player/) which works great in every browser except for any version of IE. After the audio starts playing I can't figure out a programmatic way to make the audio stop playing after the u...

Get Notified of Change in Flex Bitmap or BitmapData?

In Flex, how does one hook into a bitmap or bitmapdata variable so that a function is notified whenever the bitmap's data has changed (pixel has changed, or filter's been added)? I tried setting up binding but it doesn't work. There must be a way to do it, because I can bind an mx:Image to a bitmap via the 'source' attribute, and the...

301 Redirect called from Flash crashes Internet Explorer

I have Flash game at my site. There is a button "Download full version" that calls Javascript function: function download() { window.open('http://mysite.com/goto/game1'); } http://mysite.com/goto/game1 redirects via 301 redirect in .htaccess to http://mystatisticsite.com/goto/mysite/game1 redirects via PHP header('Location: '.$do...

In Mate, Sending two or more requests to the server simultaneously?

I'm using Mate's RemoteObjectInvoker to call methods in my FluorineFX based API. However, all requests seem to be sent to the server sequentiality. That is, if I dispatch a group of messages at the same time, the 2nd one isn't sent until the first returns. Is there anyway to change this behavior? I don't want my app to be unresponsive wh...

swf file resize for all monitor screen sizes

i want to use games in popups so that when a person clicks on play button the popup opens, but the problem is that it works fine for 1028 not for other screen sizes how can i make this okay. Please help me i have tried height 100% and width one but its of no use to me. to see sample of what i am talking about please visit this place ht...

Saving images from flash to server using PHP

I am trying to save some images from Flash to Php by sending a jpgstream, capturing it in php and pushing it to a file. Not sure what I am doing wrong here. I am putting all the images I need into an array like so: (history is just where I am keeping all the image data) for each($value in history) { var jpg...

Is Flash ExternalInterface use possible in IE9 Beta?

I am trying to get our site to work in the Internet Explorer 9 Beta, and we make extensive use of Flash ExternalInterface, using Javascript to call functions exposed by our Flash movie with ExternalInterface.addCallback. I have seen some indication that others are having similar trouble: - http://www.kongregate.com/forums/7-technical-s...

Flash dynamic TLF text mixes fonts together- very weird

I'm using Flash CS5's new Text Layout Framework (TLF) for the first time. Whenever I set the TLF text dynamically through actionscript, the resulting text renders with multiple fonts! (The same text set statically doesn't have any issues) Example: I can understand if, when a client machine lacks a given font, Flash would choose a ...

How to see all elements of current symbol in Flash CS5

I'm dealing with multiple hard to find/small/transparent elements within nested MovieClips in Flash CS5. Is there no outline window where I can get to an element through a tree format vs having to look around on the stage? The closest thing I've found is the Movie Explorer window, but it doesn't go any deeper than the scene level? But...

Using an API (JSON) with Flash (AS3)

Hi all. I want to build an application with Flash CS5 that will use an API that returns responces in JSON. How can i do it in Flash? Another question that can go in this thread is... How can i use an AJAX API like Google's transliteration with Flash? ...

Complete flash wordpress theme is possible? (with a php pipe of course)

Is possible to have the posts loaded into an swf using the wordpress framework? i mean, i want to write a post using the wordpress wp-admin interface and then see the result in a swf... I know that if i access using a php pipe the mysql server i can retrive the posts, but as i said i want to use the facebook framework... Is out there an ...

How to put Silverlight application inside Flash file(swf - browser independet which run with flash player)

Hi every body, i have created a silverlight application , but i need to embed it to a Flash file(swf) which it runs with Flash Player ( whithout using browser), I had found a solutions to call it using javascript, but it still needs my flash file run inside the browser, dose any one can help me, Either to run js inside swf (without need...

Error #1006: value is not a function.

//Create the URLLOader instance var myLoader:URLLoader = new URLLoader(); //the data will come as URL-encoded variables myLoader.dataFormat = URLLoaderDataFormat.VARIABLES //Load using an URLRequest, even beeing local myLoader.load(new URLRequest("flash/index.php")) //onLoad handler listener myLoader.addEventListener(Event.COMPLET...

Can flash apps choose an specific network interface to use?

I've set up a VPN which provides a new DNS server. On my windows box, nslookup shows that it uses the VPNs DNS properly. A packet capture also shows that all data goes through the VPN, including DNS (verified by going to random websites and seeing no traffic other than to/from VPN host. However, there is a website (flash app) which send...

How can I able to move the content up and down in AIR-Andriod ?

Hi, I'm using Flash CS 5 and Flex 4, both to build an AIR application for android. I would like to know how to allow the user to move content(image or text) up and down(like a map,in this case only vertically). ...

change TLFTextField link style

I've a assets swc file that contains several TLFTextField objects, each one with it's style (font, color, size). I use the following code to set a link: var text_tf : TLFTextField; var url : String = "www.stackoverflow.com"; text_tf.htmlText = "<a href='http://" + url + "' target='_blank'>"+url+"</a>"; This works as expected, but it ...

Why my Flash button disappears (Flash Pro.)?

I'm following this tutorial on Flash Pro CS4: http://www.baycongroup.com/flashCS4/09_flashCS4.html I have a button. I pressed CTRL + E in this button, I clicked the 'hit' frame on the 'Text' layer and I created a new frame going in 'Insert > Timeline > frame' as said in the turorial. Like ins the image below. But after I create a new ...

how to run the exe file in internet explorer by using the .net application

I have the exe file of micromedia flash player. I am able to run this file from the .net application by using the following code private void button1_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("peopledisplay.exe"); //System.Diagnostics.Process.Start("iexplorer.exe", "peopledispla...

Does AMF support caching?

In other words: Can I respond with a 304 and have it "just work"? ...