I just made a Flash animation and put a dynamic URL inside an AS2 button... then I exported the animation as HTML 5 using SWIFFY and it works fine if I call the URL from the original Swiffy file after changeing the extenssion to php, but the head section of my document is just too big, you know swiffy converts images to code ant the thing is just to big:
So I tried moving the swiffy code to an external js file and this is where the problem occurs, so than I tried putting the swiffi file inside an Iframe using href http://mysite.com/index?myvar=var and same result always get the php tags and $var on the url, made a two hour search in Google and haven't found an answer to my problem.
http://mysite.com/index?myvar=<?= $var ?>
Instead of:
http://mysite.com/index?myvar=var
the Swiffy code shows like this:
{"body":[{"value":"document.php?myvar=<?=$var;?>","type":305}
Yes I made a search and after two hours decided to post the question
any help is appreciated :)