PDA

View Full Version : What do you think? Problem reading php variables



lolthisislame
October 20th, 2009, 09:43 AM
Edit, it works when i upload it to my school server!

thread close!

SiNT4X
October 20th, 2009, 09:26 PM
Your timer may be firing before your load is initialized. Try placing your "testTimer.start();" line AFTER the "loader.dataFormat = URL..." line (after the variables have initialized, before the "testing" function is created).

If that doesn't work, your server may not be letting users view your script, as Flash is client side - if the script path is absolute, it shouldn't matter which server the flash movie is downloaded from.

Hopefully that works!

`SiN