»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 10-20-2003, 12:18 PM   #1 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Kids Is this code right for video?

Is this the code I would put into a web page to put up videos? I got it from the apple site but it seems too simpal.


<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="144"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="sample.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false">
<EMBED SRC="sample.mov" WIDTH="160" HEIGHT="144" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 10-20-2003, 04:21 PM   #2 (permalink)
Registered User
 
Creatures's Avatar
 
Join Date: Jul 2002
Location: Switzerland
Posts: 3,962
Creatures is on a distinguished road
Send a message via ICQ to Creatures
did you try it out? it looks simple but it should work!
it looks like opening a Flash file

Creatures
__________________
___)
(
____)REATURES
Creatures is offline   Reply With Quote
Old 10-20-2003, 04:26 PM   #3 (permalink)
Registered User
 
davidamarkley's Avatar
 
Join Date: May 2002
Location: Joplin, MO
Posts: 2,208
davidamarkley is on a distinguished road
Send a message via ICQ to davidamarkley Send a message via AIM to davidamarkley
That looks okay...

Just change the 'sample.mov' part to whatever the path to the *.mov file that you're wanting to use.

David
__________________
-David
davidamarkley is offline   Reply With Quote
Old 10-20-2003, 07:57 PM   #4 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
I have not tried it yet I do not have any movies to try. I am going to get all the skiers and snowboards who come to our terrain park filming each other to submit their videos and I will post them. Could I just link to the movie if it were on the server like this:
<a href="movie.mpeg">Movie</a>
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 10-20-2003, 08:02 PM   #5 (permalink)
Registered User
 
davidamarkley's Avatar
 
Join Date: May 2002
Location: Joplin, MO
Posts: 2,208
davidamarkley is on a distinguished road
Send a message via ICQ to davidamarkley Send a message via AIM to davidamarkley
If you link like that, it would let them download and/or play the movie from your server. The other way(first post) allows you to embed the movie IN the web page, so they can't easily download it to their computer. It's very possible, but not as easy.

Unless you have a good amount of bandwidth, I would suggest just letting them download it by just linking to the file like:

<a href="/folder/path/movie.mpg">My Movie</a>

The embedded way, makes it stream the movie, so like I said you want some bandwidth to be able to do that. Otherwise, just link to the file. Much easier, and lets the people have the most control over the movie file.

Either way, it just depends on what you want the viewers to do...

HTH,

David
__________________
-David
davidamarkley is offline   Reply With Quote
Old 10-20-2003, 08:11 PM   #6 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
thanks any speed difference I have no max bandwidth.
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 10-20-2003, 08:57 PM   #7 (permalink)
Registered User
 
davidamarkley's Avatar
 
Join Date: May 2002
Location: Joplin, MO
Posts: 2,208
davidamarkley is on a distinguished road
Send a message via ICQ to davidamarkley Send a message via AIM to davidamarkley
I don't think there is a speed difference, the main difference between the two methods is that the first one(embed) makes it so they can only watch the movie on the web page itself, while the second option(link) makes it so that they can click on it to open in their media player, which will stream the movie to them. Or, they can Right-Click > "Save as..." to download the movie directly to their computer.

So, as I said before, it just depends on whether you want them to watch it on the webpage, or download it.

David
__________________
-David
davidamarkley is offline   Reply With Quote
Old 10-20-2003, 09:02 PM   #8 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Hay thanks I think I will mix it up and use both.
__________________
((*
*))
((*
*))

Last edited by atomicstomp; 10-20-2003 at 09:06 PM.
atomicstomp is offline   Reply With Quote
Old 10-20-2003, 09:37 PM   #9 (permalink)
Registered User
 
davidamarkley's Avatar
 
Join Date: May 2002
Location: Joplin, MO
Posts: 2,208
davidamarkley is on a distinguished road
Send a message via ICQ to davidamarkley Send a message via AIM to davidamarkley
Your welcome!

One more thing...

Just remember that the embed code you have in your first post will only work with .mov/QuickTime movie files...

Also, if you have more than one of those embedded on the same page, you want to change these two lines:

<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false">

Make it so only one(or none) of the movies autoplays, and you want the controller ON or "TRUE" so the viewer can see the "Play", "Pause", and "Stop" buttons and etc.

David
__________________
-David
davidamarkley is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 06:39 AM.