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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing formatted text in QueryString 1

Status
Not open for further replies.

SkydivingSteve

Technical User
Feb 20, 2004
27
GB
I've got a Flash movie and I'm passing a variable to it using a QueryString

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..."
 
Thanks oldnewbie.

1. Not sure. How you you HTML enable a textfield?
2. Display the text

Steve
"Big Black Nemesis
 
OldNewbie,

Thanks and sorted. It was just a case of HTML enabling the text field. Thanks!

Steve

"I've seen some strange things, under the bed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top