Question
School Project
I need help:
I started a school project recently and I have installed IIS on my computer and created a local server, everything I can think of. I guess I'm just too much of a newbie. I have been trying to put any type of video on my page. I have the video downloaded to my computer and I have been reading forums to try to understand what I did wrong. I just can't seem to figure out how to do it. I have the file in many different types. (.swf, .mov, .js, .dir., .wma). I would really appreciate some help because I have been trying for a few days now.
Here is an example of one thing I tried...I don't know what I did wrong:
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase=" http://www.apple.com/qtactivex/qtplugin.cab" codetype="video/quicktime" data="ThemetrozTeaserTrailer.mov" type="video/quicktime" width="317" height="233">
<param name="src" value="ThemetrozTeaserTrailer.mov" />
<param name="controller" value="true" />
<param name="autoplay" value="true" />
<embed src="ThemetrozTeaserTrailer" width="317" height="233"
autoplay="true" controller="true"
pluginspage=" http://www.apple.com/quicktime/download/"> </embed>
</object>
and here's another:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="361" height="281" align="texttop" title="FinalBattle">
<param name="movie" value="FinalBattle.swf" />
<param name="quality" value="high" />
<embed src="FinalBattle.swf" width="361" height="281" align="texttop" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
I started a school project recently and I have installed IIS on my computer and created a local server, everything I can think of. I guess I'm just too much of a newbie. I have been trying to put any type of video on my page. I have the video downloaded to my computer and I have been reading forums to try to understand what I did wrong. I just can't seem to figure out how to do it. I have the file in many different types. (.swf, .mov, .js, .dir., .wma). I would really appreciate some help because I have been trying for a few days now.
Here is an example of one thing I tried...I don't know what I did wrong:
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase=" http://www.apple.com/qtactivex/qtplugin.cab" codetype="video/quicktime" data="ThemetrozTeaserTrailer.mov" type="video/quicktime" width="317" height="233">
<param name="src" value="ThemetrozTeaserTrailer.mov" />
<param name="controller" value="true" />
<param name="autoplay" value="true" />
<embed src="ThemetrozTeaserTrailer" width="317" height="233"
autoplay="true" controller="true"
pluginspage=" http://www.apple.com/quicktime/download/"> </embed>
</object>
and here's another:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="361" height="281" align="texttop" title="FinalBattle">
<param name="movie" value="FinalBattle.swf" />
<param name="quality" value="high" />
<embed src="FinalBattle.swf" width="361" height="281" align="texttop" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
