Search Results

4
votes

Using Actionscript 3 to connect to a database

If you plan to deploy your flash content to a website, you should use some sort of backend - otherwise you would have a potential security problem. I use remoting with …
0
votes

Is it possible to drag and drop from/to outside a Flash applet with JavaScript?

Not possible in flash - unless you want to drag to a target inside the same flash application. Could probably be done with a signed Java applet (but who wants to go down that road?) …
2
votes

Flash editor.

For other options (free software), check out this question or …
2
votes

How’s the ActionScript2 -> ActionScript3 learning curve?

I would say it depends on the level of your AS2 (and general OOP) knowledge. If you're used to objected-oriented programming and strong typing the learning curve shouldn't really be that steep. …
1
vote

Can you load the FLVPlayback skin SWF in another directory?

Well, you can place the skin in another directory as long as you specify the path (relative to the loading HTML) in the "skin" parameter for your FLV playback component in the component inspector. …
1
vote

Interact with a running Flash process?

You could check out the approach taken by Xray, it uses a localConnection to connect to a inspection tool. …
2
votes

How to catch click on flash player?

Calling a javascript function from flash can also be achieved using External …
2
votes

embeddable flash based mp3 player

The player you have found is also available from this page: http://wpaudioplayer.com/standalone (this might be a more recent version …
1
vote

Providing alternative images if Adobe Flash isn’t available

Actually having flash installed but javascript turned off is a valid scenario. This should work across most browsers: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" …
1
vote

Serving raw swf files displays in Firefox but not in IE

Like MatthieuP said; try comparing the response headers. Beware that recent versions of the flash player chokes on the Content-disposition: attachment header. …
1
vote

Exporting Flash movie to downloadable animated GIF, server-side

Interesting question. It should be possible to send the frames of the animation as bitmapdata to the server and assemble an animated gif on the server. You propably want the animation to be quite s …
0
votes

How to cheat and avoid cheating in Flash games?

This has been discussed in a previous thread - some good suggestions there. …
1
vote

Whats AMFPHP and how do I use it to read binary files?

Yes, AMFPHP services are written in PHP, so it's just a matter of writing a service that reads your binary files and returns the data to the client. And as you may have discovered, instal …
1
vote

Are SWX Data files modifiable by Client code?

You would have to read SWX files on the server side. This would propably be quite hard to do, and not very practical. You might consider storing your data in a database instead (for instan …
1
vote

Flash banner advert with html link

What you're looking for is called a clicktag. It's a script inside the flashfile that looks for an address as a GET parameter to the flash file and adds a link to this address. See …

1 2 next
15 30 50 per page