FORUM

Advanced Mp3 Player with XML

Home / Forum / Components Discussions / Advanced Mp3 Player with XML

Started 3 years ago by hugh71158

Last reply by mrben

Recent posts in this topic

  • Hi,

    can the alpha be adjusted, and is autohide available?

    Thanks!


    #  /  posted on Nov 03, 2008
  • Hi!
    I had the same questions. Also, when I run the program, it gives an error saying undefined.


    Let me know?


    thanks!


    #  /  posted on Nov 19, 2008
  • 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!


    #  /  posted on Nov 19, 2008
  • Is there a reason why I am having trouble playing this within a movie clip?


    #  /  posted on Nov 20, 2008
  • If you place the mp3player inside another movie clip you must change line 123 from


    _parent.onLoad = function () {


    to


    _parent._parent.onLoad = function () {


    #  /  posted on Nov 20, 2008

Please login to post replies.