nirvanadesign
Programmer
Hi Guys
i am trying to pass a url into a movie but i am having problems catching it
i am using the method below to pass in a PHP var which is parsing correctly when you view scource
the value would be like
name=FlashVars VALUE="Uvar=<?php echo (urlencode($adsMax[$swf])) ?>">
inside my movie i have a button which spans the entire stage (like a banner) and i am using geturl(_root.Uvar); but the var is coming back undefined?
what am i doing wrong?
i am trying to pass a url into a movie but i am having problems catching it
i am using the method below to pass in a PHP var which is parsing correctly when you view scource
the value would be like
name=FlashVars VALUE="Uvar=<?php echo (urlencode($adsMax[$swf])) ?>">
inside my movie i have a button which spans the entire stage (like a banner) and i am using geturl(_root.Uvar); but the var is coming back undefined?
what am i doing wrong?