PDA

View Full Version : getURL +Var -->HTML +Var -->SWF


Xeef
09-28-2004, 08:23 PM
Hmmm

1. time so no idea about

what i basicli want

open a html whit getURL and pass it a variable the html opens a SWF and pass the variable (he getpassed) to the SWF

<param name="flashvars" value="abc=Hallo"> thats works fine
what i need how to
getURL("some.html"+My_VAR)
and in the html
x=the var the html get
<param name="flashvars" value="abc="+x>

hope make some sense

Gibberish
09-29-2004, 12:32 AM
try using PHP, ASP or JavaScript.

Xeef
09-29-2004, 01:27 PM
i was afraid that some body will say this :(

but anyway

thanks