Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

Windows media player coding for web pages

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 12-06-2005, 08:54 AM   #1 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Question Windows media player coding for web pages

Okay, I'm piping in a video from www.videocodesforfree.com and want the video to NOT play automatically. I want the visitor to have to push the play button.

How do I configure the code to do this? There is absolutely nothing on their web site about this.

Here's the code:

Code:
<div id="playerdiv"><a href="http://www.videocodesforfree.com"><embed style="filter:xray"  name="player" src="http://www.videocodesforfree.com/asx.php?id=474" type="application/x-mplayer2" width="400" height="300" ShowControls="1" ShowStatusBar="0" loop="true" EnableContextMenu="0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div><font style="font-size: 10pt;">Music Video code provided by videocodesforfree.com</font></a>
T'anks.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-06-2005, 09:22 AM   #2 (permalink)
 
SpawnDemon's Avatar
 
Title: Bluepearl Veteran
Join Date: Jul 2005
Location: Philadelphia, Pennsylvania - Home Base
Posts: 727
Rep Power: 4 SpawnDemon is on a distinguished road
Send a message via MSN to SpawnDemon Send a message via Skype™ to SpawnDemon
Re: Windows media player coding for web pages

add "autostart=false"
__________________
What did he say? A new e1studios site? Where can I get some. Click Here!
SpawnDemon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 02:41 AM   #3 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Windows media player coding for web pages

I tried that and it didn't work. All it did was make it so you have to click the stop button, THEN the start button.

Is there a certain place in the code where I need to place that autostart? I put it before "loop.." but that didn't work.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 08:16 AM   #4 (permalink)
 
SpawnDemon's Avatar
 
Title: Bluepearl Veteran
Join Date: Jul 2005
Location: Philadelphia, Pennsylvania - Home Base
Posts: 727
Rep Power: 4 SpawnDemon is on a distinguished road
Send a message via MSN to SpawnDemon Send a message via Skype™ to SpawnDemon
Re: Windows media player coding for web pages

Try
Code:
 <div id="playerdiv"><a href="http://www.videocodesforfree.com"><embed style="filter:xray"  name="player" src="http://www.videocodesforfree.com/asx.php?id=474" type="application/x-mplayer2" width="400" height="300" ShowControls="1" ShowStatusBar="0" loop="true" EnableContextMenu="0" DisplaySize="0" autostart="false" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div><font style="font-size: 10pt;">Music Video code provided by videocodesforfree.com</font></a>

Make sure there is a space and ""
__________________
What did he say? A new e1studios site? Where can I get some. Click Here!
SpawnDemon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 08:56 AM   #5 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Windows media player coding for web pages

Didn't work.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 09:25 AM   #6 (permalink)
 
SpawnDemon's Avatar
 
Title: Bluepearl Veteran
Join Date: Jul 2005
Location: Philadelphia, Pennsylvania - Home Base
Posts: 727
Rep Power: 4 SpawnDemon is on a distinguished road
Send a message via MSN to SpawnDemon Send a message via Skype™ to SpawnDemon
Re: Windows media player coding for web pages

I'm all out of Ideas
__________________
What did he say? A new e1studios site? Where can I get some. Click Here!
SpawnDemon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 01:05 PM   #7 (permalink)
 
Xthar's Avatar
 
Title: Bluepearl Veteran
Join Date: Nov 2005
Location: Canada, NS
Age: 18
Posts: 432
Images: 3
Rep Power: 0 Xthar is an unknown quantity at this point
Send a message via AIM to Xthar Send a message via MSN to Xthar Send a message via Yahoo to Xthar
Re: Windows media player coding for web pages

to tell you the honest truth i used to kno how to code my own players but i forget now, if i rember ill post back on how to do it
__________________
Xthar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2005, 11:58 PM   #8 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,447
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Windows media player coding for web pages

<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="-thefile-" width=440 height=330 autostart=1 showcontrols=1 volume=-20></embed>

that code is the right one.
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-08-2005, 03:48 AM   #9 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Windows media player coding for web pages

What is the autostart=1 for, Frag? What does the '1' do exactly?
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-08-2005, 05:43 AM   #10 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,447
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Windows media player coding for web pages

if defines that the movie should start from the moment it is loaded.

put a 0 when you don't want that to happen. (so the user has to start it.)
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Forum Jump

Similar Threads for: Windows media player coding for web pages
Thread Thread Starter Forum Replies Last Post
microsoft windows Fragalot Jokes 7 05-29-2006 05:42 AM
Windows Media Player Buttons Boron Signatures 9 03-16-2004 02:32 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 10:50 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52