Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-09-2006, 07:17 PM   PM User | #1
untamed2778
New to the CF scene

 
Join Date: Jun 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
untamed2778 is an unknown quantity at this point
problems embedding windows media player in website

i am new to building websites, so maybe someone can help here. i'll paste what i have set in the html and maybe someone can give me a script to correct it

<object
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6 " width="320" height="32" title="mediaplayer1">
<param name="FileName" value="http://www.xhopx.org/music/mylist/playlist1.wpl" />
<param name="AutoStart" value="True" />
<param name="ShowControls" value="True" />
<param name="ShowStatusBar" value="False" />
<param name="ShowDisplay" value="False" />
<param name="AutoRewind" value="True" />
<embed src="http://www.xhopx.org/music/mylist/playlist1.wpl" width="320" height="32" autostart="True" filename="../../music/mylist1/playlist1.wpl" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True"></embed>
</object>



</object>

please if anyone can help i would be thankful
untamed2778 is offline   Reply With Quote
Old 06-09-2006, 07:26 PM   PM User | #2
untamed2778
New to the CF scene

 
Join Date: Jun 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
untamed2778 is an unknown quantity at this point
ok i got it working so now to get it to popup so u can surf my site
untamed2778 is offline   Reply With Quote
Old 06-09-2006, 09:36 PM   PM User | #3
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Place a link somewhere on your site to the media player
Code:
<a href="linktoplayer.html" onclick="window.open(this.href,'player','width=320,height=32');return false">Media Player</a>
User initiated popups don't get blocked normally but automated popups like body onload usually get blocked. Another thing you can consider is the user of a top frame that is just high enough to hold the player that way as the user navigates the player is visible but still playing.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 06-10-2006, 02:34 AM   PM User | #4
untamed2778
New to the CF scene

 
Join Date: Jun 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
untamed2778 is an unknown quantity at this point
what i ended up doing and copying and pasting a code that someone posted in these forums and it works, just i can only play 1 song and was soon as you leave the index page the player stops.

I purchased wimpy mp3, and it just plain sucks, i cannot for the life of my figure it out, but embedding wmp was fairly simple, just need to tweek it a little so ppl viewing my site can get some variety.

site addy is http://www.xhopx.org/ check it out and maybe give me some ideas

Last edited by untamed2778; 06-10-2006 at 02:37 AM..
untamed2778 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

Forum Jump


All times are GMT +1. The time now is 11:53 PM.


Advertisement
Log in to turn off these ads.