I have a swf that i used to call out 3 seperate images when a button is pressed, it uses flashvars to gather the image location.
here’s the odd problem, i have this working just fine running off of an html page to test.
I took the script and the object code and embedded into a php file to be loaded into another php file
now the buttons stop working, they will not call out the images, and it doesn’t appear like anything is loading or being called
i thought at first it was an issue with the location of the images, but everything is in the root (php pages, swf file) and the images are in a folder in the root.
anybody have a previous issue like this? where it works alone in an html file, but stops working in a php file?