Post Reply

You must log in to post.

Advanced Mp3 Player with XML
  1. hugh71158
    Member

    Hi,

    can the alpha be adjusted, and is autohide available?

    Thanks!

    Posted 2 months ago #
  2. jeditauzu
    Inactive

    Has bought the file

    Hi!
    I had the same questions. Also, when I run the program, it gives an error saying undefined.


    Let me know?


    thanks!

    Posted 1 month ago #
  3. mrben
    Author
    Member

    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 1 month ago #
  4. jeditauzu
    Inactive

    Has bought the file

    Is there a reason why I am having trouble playing this within a movie clip?

    Posted 1 month ago #
  5. mrben
    Author
    Member

    If you place the mp3player inside another movie clip you must change line 123 from


    _parent.onLoad = function () {


    to


    _parent._parent.onLoad = function () {

    Posted 1 month ago #