j115
09-18-2009, 08:53 PM
I want to create a Flash file with text in it.
I want that text to be changeable based on the embed code. How do I do this?
Like, I would want the text to say Hi Bob if the embed flash code said:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" gtext="Hi Bob" width="550" height="400">
</embed>
</object>But, I want would it to say Whats Up if the embed flash code said:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" gtext="Whats Up" width="550" height="400">
</embed>
</object>How can I do this?
I want that text to be changeable based on the embed code. How do I do this?
Like, I would want the text to say Hi Bob if the embed flash code said:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" gtext="Hi Bob" width="550" height="400">
</embed>
</object>But, I want would it to say Whats Up if the embed flash code said:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" gtext="Whats Up" width="550" height="400">
</embed>
</object>How can I do this?