Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 10-20-2003, 11:16 AM   #1 (permalink)
Inactive
 
Join Date: 10-13-03
Location: NH
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

atomicstomp is liked by many
Is this the right code to play videos?

Is this the code I would put into a web page to put up videos? I got it from the apple site and 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  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 10-20-2003, 11:17 AM   #2 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,199
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
not sure if the code is correct, but auto playing a video is one of the most annoying things on a web site ever. What if people have 56k connections?
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 11:17 AM   #3 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
*Moved to scripting.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 12:51 PM   #4 (permalink)
Inactive
 
Join Date: 10-13-03
Location: NH
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

atomicstomp is liked by many
Quote:
Originally Posted by DaveyBoy
not sure if the code is correct, but auto playing a video is one of the most annoying things on a web site ever. What if people have 56k connections?
Its for a skiing and snowboarding park page I have been seeing a ton of kids in the park filming each other so I think that it would be cool for them to have a place on the site where I could put there stuff. That wouldent be annoying would it? :
atomicstomp is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 12:55 PM   #5 (permalink)
Contributing Member
 
ATLien's Avatar
 
Join Date: 10-13-03
Location: Atlanta, GA
Posts: 2,279
iTrader: 0 / 0%
ATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really niceATLien is just really nice
Send a message via AIM to ATLien
I am not sure about the code but i agree that auto start files are awful. I say turn of autoplay. I like to let my vids load then play.
__________________
ATLien is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 01:02 PM   #6 (permalink)
Inactive
 
Join Date: 10-13-03
Location: NH
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

atomicstomp is liked by many
Quote:
Originally Posted by ATLien
I am not sure about the code but i agree that auto start files are awful. I say turn of autoplay. I like to let my vids load then play.
This is from apple

"AUTOPLAY=value (optional...requires QuickTime 3 or later)
AUTOPLAY can either be set to TRUE or FALSE. The default behavior is set by the user in the 'QuickTime Plug-in Settings.' When set to TRUE, the AUTOPLAY attribute causes the movie to start playing as soon as the QuickTime Plug-In estimates that it will be able to play the entire movie without waiting for additional data.
"

But I think you are right QuickTimes estimates are off most of the time.
atomicstomp is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 06:03 PM   #7 (permalink)
Inactive
 
Join Date: 10-13-03
Posts: 275
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
I think that a screenshot, which links to the movie, would be a better idea.

If you did it like that, you would just need to use a regular anchor tag, like this:

[code:1:613c9a7596]
<a href="movie.mpeg">Movie</a>
[/code:1:613c9a7596]
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 06:40 PM   #8 (permalink)
Inactive
 
Join Date: 10-13-03
Location: NH
Posts: 14
iTrader: 0 / 0%
Latest Blog:
None

atomicstomp is liked by many
Quote:
Originally Posted by Distorted
I think that a screenshot, which links to the movie, would be a better idea.

If you did it like that, you would just need to use a regular anchor tag, like this:

[code:1:97e2aa89bc]
<a href="movie.mpeg">Movie</a>
[/code:1:97e2aa89bc]
So all I have to do is put a mpeg file on my server and when someone wants to view to movie all they do is open the link?
atomicstomp is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2003, 07:40 PM   #9 (permalink)
v7n Mentor
 
Ferre's Avatar
 
Join Date: 10-15-03
Location: Amsterdam, Netherlands
Posts: 11,398
iTrader: 0 / 0%
Ferre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest orderFerre is a web professional of the highest order
I have this script in one of the posts on our phpBB boards.

[code:1:03e6cac38c]<embed height="256" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.yourmovie.mov" type="video/quicktime" width="320" controller="true" autoplay="true" cache="true"> [/code:1:03e6cac38c]

you can see it work here :

http://www.thc-ministry.net/forum/viewtopic.php?t=93

Ferre is online now  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Play videos using php mohammed Coding Forum 1 04-24-2007 01:43 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:42 AM.
© Copyright 2008 V7 Inc