 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
tonyworship
Joined: 13 Sep 2008 Posts: 2
|
Posted: Sat Sep 13, 2008 7:08 pm HELP regaurding HTML video gallery |
|
|
|
Hi and thanks in advance. I hope someone can help me here.
Hears the deal. I have placed this code in my website and uploaded and I checked it against the 4 top browsers. It works fine for "Google Chome" - "works fine for "FireFox" works fine in "Safari" But it does NOT work in "IE"
Here's the original code before adding the correct paths:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="560" height="420" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bentley.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<embed src="bentley.swf?xml_path=slides.xml" quality="high" width="560" height="420" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Here is my folder path:
http://luxurydetail.org/z_photos/bentley/bentley.swf
Here's the code with the paths implemented:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="560" height="420" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bentley.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<embed src="http://luxurydetail.org/z_photos/bentley/bentley.swf?xml_path=http://luxurydetail.org/z_photos/bentley/slides.xml" quality="high" width="560" height="420" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Like i said, works in everything but IE
thanks for taking a looking forward to your advice |
|
tonyworship
Joined: 13 Sep 2008 Posts: 2
|
Posted: Sun Sep 14, 2008 12:52 pm nevermind... |
|
|
|
nevermind, i figured it out. 6 hours into it.
tony |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|