A blog about working on a luxury diving yacht in Fiji
Published on February 11, 2006 By liquidguru In Websites
i have a website, and have pages that show quicktime movies i created.. i only noticed this problem because two seperate friends using IE told me they got bored looking at the same video...i always use firefox so never knew there was a problem...


you can select from one page any one of six different movies, and then you are taken to the next page to watch the movie.

everything works fine when viewing with Firefox, i can watch whatever movie i want

when viewing with IE only one video ever plays and it's the same one every time, no matter which one you choose

i cannot undertand what i have done...it's just a link

Link to Page : Link



i would appreciate any advise or help anyone could give me

thank you

Comments
on Feb 11, 2006
here's the problem i think:

lines 105 to 115 for the first vid's page...

object id ="QuickTimePlayer"
width ="256"
height ="210"
classid ="CLSID:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase ="http://www.apple.com/qtactivex/qtplugin.cab" viewastext
param name="SRC" value="../video/kajdom.mov"
param name="autoplay" value="true"
param name="loop" value="false"
param name="controller" value="true"
embed src="../video/heavenWeb.mov" width="256" height="210" loop="false" autoplay="true" controller="true" /embed
/object

lines 106 to 116 for the 2nd video page:

object id ="QuickTimePlayer"
width ="256"
height ="210"
classid ="CLSID:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase ="http://www.apple.com/qtactivex/qtplugin.cab" viewastext
param name="SRC" value="../video/kajdom.mov"
param name="autoplay" value="true"
param name="loop" value="false"
param name="controller" value="true"
embed src="../video/attrip.mov" width="256" height="210" loop="false" autoplay="true" controller="true"/embed
/object

(i removed the < > s )

i'm presuming each of your video pages has this link at about line 110:

param name="SRC" value="../video/kajdom.mov"

the src value(in this case) kajdom.mov should be the name of the file you intend to be seen (for example, attrip.mov) so it agrees with the embed src value, no?
on Feb 11, 2006
thanks so much kingbee...that was exactly the problem !!

i used dreamweaver to create the pages, and have no idea how or why it added the same param name to each page....and no idea why it wroked in FF and not in IE

everything is working fine now..thanks again