Adding flash movie to page :: wysiwyg won’t accept embed tag
-
I’ve got a page in WordPress in which I am trying to embed a flash movie. What defies explanation is why the wysiwyg will not accept the <embed > tags. I copy/paste it in (using the HTML editor as well), but it is not saved to the page. However the <param > tags are saved.
Has anyone encountered this problem
<div><object width=”375″ height=”400″ align=”middle” id=”slideshow” codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″>
<param value=”sameDomain” name=”allowScriptAccess” />
<param value=”/images/photos/slideshow.swf” name=”movie” />
<param value=”high” name=”quality” />
<param value=”#ffffff” name=”bgcolor” />
<embed src=”/images/photos/slideshow.swf” quality=”high” bgcolor=”#ffffff” width=”375″ height=”400″ name=”slideshow” align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” /></object></div>
- The topic ‘Adding flash movie to page :: wysiwyg won’t accept embed tag’ is closed to new replies.