hello,
i am a bit new to flash, just need some tips regarding passing variables.
i have a script like this:
<?PHP $x=1; ?>
<a href="someurl.hmtl?var1=<?PHP echo $x ?>"> click here </a>
how can i do this in flash?
i tried on my flash button action script:
on (press) {getURL("someurl.html?var1=<?PHP echo $x ?>")}
the above opens the url, but not the $var1
thanks !
JEBO
4saledavao
i am a bit new to flash, just need some tips regarding passing variables.
i have a script like this:
<?PHP $x=1; ?>
<a href="someurl.hmtl?var1=<?PHP echo $x ?>"> click here </a>
how can i do this in flash?
i tried on my flash button action script:
on (press) {getURL("someurl.html?var1=<?PHP echo $x ?>")}
the above opens the url, but not the $var1
thanks !
JEBO
4saledavao