Forum Moderators: open
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object> the problem with this method is that the values are hard coded, I wish to insert the object into a 2 column table, in such a way that one column hold the text data and the other hold the flash object, when the flash stretches to fill the page dynamically.
anybody can offer a hand maybe?
thank you.