Hi,
can the alpha be adjusted, and is autohide available?
Thanks!
You must log in to post.
Hi,
can the alpha be adjusted, and is autohide available?
Thanks!
Hi!
I had the same questions. Also, when I run the program, it gives an error saying undefined.
Let me know?
thanks!
To fix that error comment out (or delete) line 126:
mysound.loadSound(playlistMenu.playlistlist.getItemAt(0).data, true);
It doesn%u2019t have any affect onthe functioning of the player but I will update the file..
Also the alpha can’t really be adjusted because the menu is behind the player and reducing the alpha means the menu will be visible when you don’t want it to be.
Autohide is easy to add if you know a bit of actionscript.. all the code is commented well.
Thanks for your feedback and suggestions!
Is there a reason why I am having trouble playing this within a movie clip?
If you place the mp3player inside another movie clip you must change line 123 from
_parent.onLoad = function () {
to
_parent._parent.onLoad = function () {