hi yama.king:<br>
please drag item in library form source.fla to your fla file library
that can fix it
#  /  posted on Aug 24, 2009
Home / Forum / Components Discussions / 2 Mode Mp3 Player Black / Page 3
hi yama.king:<br>
please drag item in library form source.fla to your fla file library
that can fix it
Hello Jason,
I am having problems integrating the player,please help me in integrating it.
We followed these simple steps which are mentioned in the help file
I have followed these simpe steps which are mentioned in the help file
step2.
set property
Player Property
mode – normal or lite
allowDrag – true or false
allowDoubleClickToSwitchMode – true or false
showPlaylist – true or false
autoPlay – true or false
loop – true or false
shuffle – true or false
volume – 0 to 100
mute – true or false
example
myMp3Player.autoPlay = true
myMp3Player.allowDrag = true
myMp3Player.allowDoubleClickToSwitchMode = true
myMp3Player.mode = “normal”
myMp3Player.showPlaylist = true
myMp3Player.loop = true
myMp3Player.shuffle = true
myMp3Player.volume = 75
myMp3Player.mute = false
But we are unable to integrate the mp3 player properly and are unable to get the desired output.
We surely are doing something wrong here,can you please guide us in how to get this thing going.
hi nikhil257:
please try this way to use it
1.unzip all files in source.zip
2.open sample xml.fla
3.publish swf to test
4.moidfy xml file to set properties
Hi there.
Just got the files working. But is there anyway to remove the blue background from behind the player? or minimally change the color. I can’t seem to find/access to these properties within Flash and am somewhat new to it. R these properties possibly hidden?
Thanks for your help! If I can get this running; I can upgrade to the commercial license!
Regards,
Sharon
sharon@boodeloot.com
hi sharon:
of course you can remove background or change color
please find Mp3PlayerPlaylistBg in library
fix it and publish swf file again
that is all
Thanks for that. I think I need to rephrase my question though. Where do you control the properties of the Stage area. I’d like to resize it to about the same size as the player and change the background color to a custom one. Thanks in advance! Sharon
hello jason,
This player works very well in localhost, but when I upload the files in my server, I don’t see the covers, I try to change the preloadscript, but nothing happens… The tracks are loaded very well but not the images… Have you encounter this problem ?
thx for your help
I find a solution : I use now the same server for the covers and the website and it works well ! I think it’s not possible to use another server, .... or to use a complete adress with the “http://www…..”
I bought this ages ago, and I still can’t figure out how to get it to work properly.
My hosting is set up as www.site1.com
My site I’m using player on is www.site2.com
My player will not work unless I have a full url such as http://www.site1.com/site2/mp3/
This is driving me nuts. Can someone please help. I have the player in my members directory, so when people go to view that page, they get promoted to login an extra time even though they are logged in to vip area already.
I really just want to know how to set this up so it only calls site2.com at all times.
hi jlolee:
that is flash player security and privacy problem
you should read those introductions
http://www.senocular.com/pub/adobe/Flash%20Player%20Security%20Basics.html
http://code.google.com/p/doctype/wiki/ArticleFlashSecurityCrossDomain
Hi, I put your player inside a movie, inside a movieclip in a frame, but when I gotoandplay to another movie frame, the music still playing (ok) but all the movie slows down, and a message about an action ‘with’ cannot be done becouse don’t exist the specific object… how can I “unload” the player, and shutting dows the music?
Thanks
Hi chema:
please stop the player before you goto another frame
use function pauseSound
eg: yourPlayerName.pauseSound();
Hey, just LOVE your player. It’s the coolest I found on the web after a long search. I’ve just one problem: Except IE on PC every Browser caches the playlist, so when I change playlist infos (in the .xml file) they don’t appear online. Of course I want the media files to be cached but I don’t want the playlist (including xml links and loaded jpgs to be cached) how can I do that? (I’m an absolute beginner)
Thx in advance and keep the good work up!
hi guayalex:
first, thanks for purchased my product
and if want you re-load your xml setting file every time
you can change add some script to re-load xml setting file
myMp3player.loadConfig(“http://yoursite.com/setting.xml”+”?reload=”+Math.random());
Thanks sooo much, that one helped! Oh and just in case other people pick up that great hint: It should of course be config.xml instead of setting.xml ;P
How can i make the player load images covers from urls and not from local folders?
Hi dreamdesigners:
you can set img url to a url, ex: http://youtsite.com/imgs/1.jpg
I just purchased this mp3 player. How do I make it bigger in size?
The reason why is because I made the song titles bigger to make them easier to read but the I-TUNE ICONS are NOW UN-EVEN with the song titles, it looks really bad!
I really need the titles to stay level / even with the I-TUNE ICONS. How can I
do this? I really wish this MP3 player was much bigger
HI quitar8,
I also provide customize service, maybe you can send private message to let me know more details,thanks
Hey Jason,
The component works great, however, when you click to go to another page the sound file still plays. Can you help me out. Here is the link to the test site:
http://www.boostusa.com/davisrounds/main.html
Click on the “Radio” button under Our Work.
Thanks,
Hi Boost,
Please stop the player after you load other swf page,
eg:yourMp3Player.stopSound();