The following may be more appropriate in a Flash board, but I have tried them all and I am hoping someone on the PHP end may have a better idea.
I have a flash movie that generates the time via actionscript and displays it - in the flash movie clip there are options to change the timezone offset (GMT, local time, +01:00, -08:00 etc)
I am trying to replace this variable (called timezone) with one pulled from a database via php - I can load the variable into ANOTHER textfield fine - but I am absolutely unable to change that timezone parameter with my loaded variable - in fact, if I begin the actionscript with var timezone = "+08:00" to try and force it, it reacts as if there is a null value and returns the local server time, which is the default. I have tried so many things I am really going mad - the reason I want to do this? Check out www.urbanlowdown.com/test_page.php - If anyone can help me out, I would really appreciate it.