Embeded Mp3 player problems

This is a discussion on "Embeded Mp3 player problems" within the Web Page Design section. This forum, and the thread "Embeded Mp3 player problems are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 14th, 2006, 17:51
New Member
Join Date: Dec 2006
Location: London
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Embeded Mp3 player problems

Hi everyone. I'm pretty new to web designing. I'm just trying to get a site together for my music (to promote it.) Just registered today because i desperately need some help/advice on a few problems with my embedded mp3 player. On certain pages it plays so so slowly (the music is actually playing at a slower tempo) and on other pages it doesnt play at all. I'd appreciate any help at all. I could give you guys more info but im not too sure what kind is required.

Thanks
Reply With Quote

  #2 (permalink)  
Old Dec 15th, 2006, 11:05
Up'n'Coming Member
Join Date: Jun 2006
Location: Northern Ireland, United Kingdom
Age: 22
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Antwan
Re: Embeded Mp3 player problems

Can you give us a link to the page so we can see for ourselves, and also tell us what program you made the embedded mp3 player in, it could be something as simple as your computer lagging due to insufficient memory, or it could be an actual code problem.
Reply With Quote
  #3 (permalink)  
Old Dec 17th, 2006, 13:29
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 164
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Embeded Mp3 player problems

It depends on how many connections you have opened on your site. A lot of times, Internet Explorer is set to two and if user's don't change it, it might take a few extra milli-seconds to open.

Having said that, I have used something like
HTML: Select all
<object id="MediaPlayer" width="320" height="286"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" VALUE="interview_fox_video.asx">
<param name="autoStart" VALUE="true">               
<param name="showControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" VALUE="true">
<param name="ShowDisplay" VALUE="false">   
<embed src="interview_fox_video.asx" width="320" height="286" type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0>
</embed></object>
in the past to help. Just change the path (interview_fox_video.asx) in both places to the path of your file.
Reply With Quote
Reply

Tags
embedded

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Embeded Media Player - Validation UUDDLRLRBA JavaScript Forum 0 Jan 23rd, 2008 17:00
XML MP3 Player medt Flash & Multimedia Forum 0 Sep 5th, 2007 12:29
Problems with Volume Control for Flash MP3 Player Phil Flash & Multimedia Forum 3 Aug 16th, 2007 09:39
DVD Player Monie Webforumz Cafe 11 Aug 14th, 2007 06:43
FLV Player Actionscript problems kalli21 Flash & Multimedia Forum 2 May 2nd, 2007 00:44


All times are GMT. The time now is 08:31.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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