Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php and flash

Status
Not open for further replies.

jebo100

Technical User
May 11, 2007
52
0
0
PH
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top