I insert flash with dialog box. Inserted code is:
<p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://domain.xx/address" play="true" loop="true" menu="true"></embed></p>
I insert flash with dialog box. Inserted code is:
<p><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://domain.xx/address" play="true" loop="true" menu="true"></embed></p>
Re: Problem with embed in Mozilla
that's a known problem: http://dev.fckeditor.net/ticket/382
Re: Problem with embed in Mozilla
The <embed> tag is deprecated, and should no longer be used. I know that popular sites tell you to use it when they give you the code, but all that you need from them (Google Video, You Tube, etc.) is the movie source, and the dimensions. Here is an excellent article on why and how to show video on a site without the old embed tag: 'http://www.alistapart.com/articles/byebyeembed/'.