HighDots Forums  

Using Video When Building a Site

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Using Video When Building a Site in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
atila the hun
 
Posts: n/a

Default Using Video When Building a Site - 07-07-2004 , 06:13 AM






Hello

I want to have a video clip playing on my index page. I have found that
Quicktime gives me the best results. How can I get the clip to repeat itself on
a continuous loop?

I don't have to stick to a Quicktime file if anyone wants to suggest an easier
method.

That's it for now.

Thanks


Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Using Video When Building a Site - 07-07-2004 , 06:15 AM






atila the hun wrote:

Quote:
Hello

I want to have a video clip playing on my index page. I have found that
Quicktime gives me the best results. How can I get the clip to repeat itself on
a continuous loop?

I don't have to stick to a Quicktime file if anyone wants to suggest an easier
method.

That's it for now.

Thanks

Make a flash file of it:
Open flash and import the file, then publish to a .swf file


Reply With Quote
  #3  
Old   
wadds
 
Posts: n/a

Default Re: Using Video When Building a Site - 07-07-2004 , 06:32 AM



If you use Cleaner to compress then there is a loop option.

www.waddo.net
keith

Reply With Quote
  #4  
Old   
Sam Lowry
 
Posts: n/a

Default Re: Using Video When Building a Site - 07-08-2004 , 07:41 PM



I believe once you have the Quicktime player embedded. you will see the
code:
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="qt_test3a.mov">
<param name="autoplay" value="true">
<param name="loop" value="true">
<param name="playeveryframe" value="true">
<param name="controller" value="true">
<embed src="qt_test3a.mov" width="240" height="196" autoplay="true"
controller="true" loop="true"

I think you just need to make sure that loop is set to true.


"atila the hun" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello

I want to have a video clip playing on my index page. I have found that
Quicktime gives me the best results. How can I get the clip to repeat
itself on
a continuous loop?

I don't have to stick to a Quicktime file if anyone wants to suggest an
easier
method.

That's it for now.

Thanks




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.