vote up 0 vote down star

Hello. How can I load a PHP file into a flash movie ? I need an iframe in Flash or something...

Can anybody post some examples ?

Thank you.

flag

1 Answer

vote up 0 vote down check

You can make a request to a PHP file in Actionscript, and process the data. You can't, as far as I know, render a full HTML file inside a Flash movie. Wouldn't make much sense anyway.

What do you want to do?

link|flag
I want to include a html file that runs a Javascript timer. – Manny Calavera Nov 2 at 2:41
@Manny: You can write timers using actionscript as well. Why would you need to abuse javascript in such a way? – Duroth Nov 2 at 8:31
I would but that's a friend of mine's timer and it's a game timer, I really don't know how to reproduce.. – Manny Calavera Nov 2 at 19:50
You can try to make the Javascript timer interact with the flash movie with the JS being in the surrounding HTML or in an IFrame. JS can communicate with Flash and the other way round. – Pekka Nov 2 at 21:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.