SkydivingSteve
Technical User
I've got a Flash movie and I'm passing a variable to it using a QueryString
It works fine - the text passed in variable 'flah' appears as text in the movie. I want to use the variable flah to format the text as bold, something like this;
I have no idea where to start.
Steve
"In the jungle of the senses..."
Code:
(<param name=movie value="blah.swf?flah="Telephone" ....)
It works fine - the text passed in variable 'flah' appears as text in the movie. I want to use the variable flah to format the text as bold, something like this;
Code:
(<param name=movie value="blah.swf?flah="<b>Telephone</b>" ....)
I have no idea where to start.
Steve
"In the jungle of the senses..."