Skip to main content
Participant
January 18, 2007
Question

School Project

  • January 18, 2007
  • 1 reply
  • 237 views
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>
This topic has been closed for replies.

1 reply

Inspiring
January 18, 2007
Please see my response on the DW forum, and keep this thread over there.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"bradleydriver" <webforumsuser@macromedia.com> wrote in message
news:eomspq$lfn$1@forums.macromedia.com...
>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#ve
> rsion=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>
>