Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
bradleydriver #1
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#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>
bradleydriver Guest
-
C3 for School site
:confused; I am doing a site for a local school (a voluntary activity to learn the ropes). I have got them to buy Studio 8 and I've just started... -
Going to buy a unix box for school
> I am at school taking a linux/unix class and so far I am really My advice is, for a good introduction to workstations, get a cheap Sun. As... -
Get ready for school
It's just amazing how much publicity you give your favorite camera shop Can you imagine what this has been worth to them? -
Looking for Perl school
I am looking for an onsite Perl school of 4 to 5 weeks. This school would be for computer literate people who have previous programming experience,... -
networking at home and school?
I have a laptop that is set up to access my school's network. The school's network uses a domain. I would also like to network my laptop at home so... -
bradleydriver #2
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#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>
bradleydriver Guest
-
G #3
Re: School Project
ok - 1. only a couple of those you mentioned are movie files (swf is flash -
flv is flash video, .mov is a movie file, js is javascript and dir ? wma -
windows media audio), .MOV are painful, I hate them
It could be many reasons, including mime types etc... I have done it a few
times now - so if you need further help give us a shout via dergal at gmail
I have a few scripts i have fudged togethor ...
Gerry
[url]http://www.Mixit.TV[/url]
"bradleydriver" <webforumsuser@macromedia.com> wrote in message
news:eomtki$m76$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>
>
G Guest



Reply With Quote

