June 30th, 2003, 08:36 PM | #1 |
New Boot
Join Date: Feb 2003
Location: NC
Posts: 13
|
Quick time
Hey,when i place my video clip on a web page they always open on a new page, anyone tell me how to make the player self contained?
steve
__________________
Steve |
July 1st, 2003, 06:44 AM | #2 |
Wrangler
Join Date: Dec 2002
Location: Mays Landing, NJ
Posts: 11,802
|
Use the HTML "embed" command. For example, for a 1/2 size 16:9 movie called "example.mov" (using a little trial and error) I found that the following parameters will let you insert it into a webpage with just enough room for a border and the controls. In this case the actual pixel dimensions of the clip were 427x240.
<embed src=example.mov width=450 height=300> Experiment around a bit for different effects. Using QT Pro and the "Get movie properties" command you can control the behavior some more. Enable high quality mode for the best results. If you don't want the controls to show, go to the Controller property and select "None Movie Controller". If you want the movie to start playing immediately then enable the Auto Play property. |
July 1st, 2003, 08:15 AM | #3 |
Major Player
Join Date: May 2003
Location: Switzerland
Posts: 358
|
In addition, you need to add the OBJECT tag for IE/Win:
http://www.macromedia.com/support/fl...ts/tn4150.html |
July 1st, 2003, 11:27 AM | #4 |
Wrangler
Join Date: Dec 2002
Location: Mays Landing, NJ
Posts: 11,802
|
<<<-- Originally posted by Nigel Moore : In addition, you need to add the OBJECT tag for IE/Win
Are you sure about that? I think this is just a flash thing, not QuickTime. Well at least it works on my Mac that way :-) As a test, does this page display properly for you? It has a 1.7MB embedded QuickTime movie: http://www.greenmist.com/pdx10/smear |
July 1st, 2003, 12:59 PM | #5 |
Regular Crew
Join Date: Sep 2002
Location: Portland, OR
Posts: 148
|
Boyd, that page works fine in IE6 on Win2k for me. Although it doesn't play (or even show the full viewer) until it's completely loaded, and it also has a white border around the outside of the player (like the embed height and width values you gave were too big)
|
July 1st, 2003, 07:55 PM | #6 |
New Boot
Join Date: Feb 2003
Location: NC
Posts: 13
|
Hey thanks you guys that work with the <embed src=example.mov width=450 height=300>a little big i sized it down to 300 x250 and it fits perfect, for a 4.3 movie no white borders, but still have some controls.
Boyd your clips looks cool man, PA sunrise. Thanks
__________________
Steve |
July 3rd, 2003, 04:33 PM | #7 |
New Boot
Join Date: Feb 2003
Location: NC
Posts: 13
|
no autostart
For anyone that once to know, to keep the movie from autostarting i used something like this
<embed src=yourmoviename.movwide"302 height=255" autostart="false">
__________________
Steve |
| ||||||
|
|