flash movie into a template

flash movie into a template

Thursday 30 March 2006 6:16:23 am - 2 replies

Author Message

Ɓukasz Serwatka

Monday 03 April 2006 12:47:54 am

Take a look at this:
http://www.alistapart.com/articles/flashsatay/

I guess something is wrong with your XHTML code.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Richard Tuin

Monday 03 April 2006 1:27:17 am

Another thing you could do is place a piece of {literal} code into your template.

something like:

{literal}
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="400" height="300" id="movie" align="">
<param name="movie" value="movie.swf" />
<embed src="movie.swf" quality="high" width="400" height="300" name="movie" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
{/literal}

Please verify that you supply the correct flash version.

And, as the manual says: don't forget to add the .swf extension to the RewriteRule exceptions.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.