TheCardMan
IS-IT--Management
I created a slide show and output to Flash. Created all the files for me and works perfectly offline running from the local folder I have it is. I upload it to my site and can not get it to work. I put the files in the root under the "images" folder. My code is as follows:
---------------------------------------------------------
<body bgcolor=#FFFFFF>
<center><table width=100% height=100% align=center><tr><td valign=center align=center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase=" width="480" height="300" id="test" align="middle">
<param name="movie" value="images/JAG_Eagle_Project.swf">
<param name="Src" value="images/JAG_Eagle_Project.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="bgColor" value="#FFFFFF">
<param name="wmode" value="transparent">
<embed src="images/JAG_Eagle_Project.swf"
width="480" height="300"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="</object>
</td></tr>
<tr height=15><td><center>Created with ProShow Producer from <a href=" target="_blank">Photodex Corporation</a></center></td></tr>
</table></center>
</body>
-------------------------------------------------------------------
What did I do wrong? The swf file and the MP4 file is in the images folder on the site.
Link:
Thanks in advance.
---------------------------------------------------------
<body bgcolor=#FFFFFF>
<center><table width=100% height=100% align=center><tr><td valign=center align=center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase=" width="480" height="300" id="test" align="middle">
<param name="movie" value="images/JAG_Eagle_Project.swf">
<param name="Src" value="images/JAG_Eagle_Project.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="bgColor" value="#FFFFFF">
<param name="wmode" value="transparent">
<embed src="images/JAG_Eagle_Project.swf"
width="480" height="300"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="</object>
</td></tr>
<tr height=15><td><center>Created with ProShow Producer from <a href=" target="_blank">Photodex Corporation</a></center></td></tr>
</table></center>
</body>
-------------------------------------------------------------------
What did I do wrong? The swf file and the MP4 file is in the images folder on the site.
Link:
Thanks in advance.