Friday 11 July 2003 8:16:45 am
Hello,
I'm starting a new site with ezP 3.1. I create a class for flash objects and an embed_flash.tpl, changed the override.ini.append with this :
[embed_flash]
Source=content/view/embed.tpl
MatchFile=embed_flash.tpl
Subdir=templates Match[class]=14 So I tryed to create a flash object but the file don't appear (both admin or public site). The code for the flash seems to be ok :
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="450" height="375">
<param name="movie" value="/index.php/content/download/149/416/exoneration.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="" />
<embed src="/index.php/content/download/149/416/exoneration.swf"
quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
width="450" height="375" play="true"
loop="" >
</embed> </object>
Someone has an idea to solve my problem ? Where can I find the folder (src="/index.php/content/download/149/416/exoneration.swf") to check if the file has been dowloaded ? Thanks. Laurent
|