Embedding Flash Object via ‘Write Page’ – WP 2.0.5
-
Hi,
I’m new to WP and this is my first post in these forums.
I’m trying to embed a flash animation into a page using the Write Page page. It doesn’t seam to work, further investigation shows it strips out the <embed src… code.
This is the code I’m trying to use (I’m hoping I can post it of course)…
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="542" height="207">
<param name="movie" value="media/Flash/OZFlash.swf" />
<param name="quality" value="high" />
<embed src="media/Flash/OZFlash.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="542" height="207"></embed></object>
Any ideas why this isn’t working?
Thanks, Matt
- The topic ‘Embedding Flash Object via ‘Write Page’ – WP 2.0.5’ is closed to new replies.