Quicktime

Joined
Jun 27, 2007
Messages
6
Reaction score
0
Points
1
how can I make it so that when I click a button on my web page it plays/stops/pauses/ff/rr?

Thank you,

-Dragonos-
 
Joined
Jun 13, 2007
Messages
20
Reaction score
0
Points
1
Location
Richmond, Virginia
Your Mac's Specs
17" Macbook Pro, 30Gb ipod video, and python
Did you try this?

<EMBED src="sample.mov" width="160" height="144" autoplay="true"
CONTROLLER="false"
PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED>

<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>
 
Joined
Jun 13, 2007
Messages
20
Reaction score
0
Points
1
Location
Richmond, Virginia
Your Mac's Specs
17" Macbook Pro, 30Gb ipod video, and python
I was using a sample plug ins page, just cut what you dont need and paste your url's in the links instead.
 
OP
Dragonos
Joined
Jun 27, 2007
Messages
6
Reaction score
0
Points
1
Yes. That's simple, but how can I skin the Quicktime player like apple does on there web page?

-Dragonos-
 
Joined
Jun 13, 2007
Messages
20
Reaction score
0
Points
1
Location
Richmond, Virginia
Your Mac's Specs
17" Macbook Pro, 30Gb ipod video, and python
Hahaha, I just figured out the answer to your question. You see it is quite simple, to make the quicktime appear the way apple does just simply go to a site. For instance apple.com and view the source on that particular question that you had, if you already knew this then you shouldn't of posted this thread.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top