Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

media player

Status
Not open for further replies.

oldtimerbob

Technical User
Jul 12, 2005
184
US
I like to do it myself with website pages and have a test site where I try out various items before putting them on the company site (you know,various styles,templates,etc)

I have media player on one of my website pages but would like for the screen to show the start page when the page loads with the arrow to play on the screen.
What is the code to add to the following?

<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE=" <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="false">
<PARAM name="uiMode" value="full">
<PARAM name="PlayCount" value="1">
</OBJECT>


Has been in the cabling business for about twenty years and is now the Sr PM for a cabling company located in the Los Angeles area.
Also a General Class Amatuer Radio Operator.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top