I came across this posting and wanted to know if there is an example of using the flash code in the html form as I have tried to use the method described in this thread but some of the html code is replaced with text that says <invalidTag
Here is the flash code I pasted in the html form:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="140" height="75">
<param name="movie" value="tile_3.swf">
<param name="quality" value="high">
<embed src="tile_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="140" height="75"></embed>
</object>
And after I save the ad and go back to view the ad again the html form filed has this code:
<InvalidTag classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="140" height="75">
<param name="movie" value="tile_3.swf">
<param name="quality" value="high">
<InvalidTag src="tile_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="140" height="75"></embed>
</object>
I am using the code inserted in a form as shown above. I just wondered if i am missing something. Any tips greatly appreciated with this.
Thanks,
Kris