PDA

View Full Version : run a php file when flash loads



atokatim
November 1st, 2005, 09:39 PM
I am trying to figure out how to run a php file when a flash file is opened on a site or ran. the php file has no output or anything to do with the flash, it just needs to be run to update the mysql database. I need the script to be run from my site even if the flash is on another site, but i do not want to show that it is being run. I want it to be a hidden thing. Is there any way possible to do do this with flash?

Thanks!

www.mp3profiles.com (http://www.mp3profiles.com/)

poomoo
November 2nd, 2005, 04:59 PM
create a mc in yer movie and attatch onClipEvent(load)

use loadVar to call the php script.

i know thats very brief and a bit vuage but thats the jist of it, if you know as.

hope that helps

atokatim
November 2nd, 2005, 07:28 PM
mc? what is that and can someone enter the code that i should put? i am not that good in flash at all :(