A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: _root not working in browser?

  1. #1
    I'm making a flaoting mp3-player that appears with this code on a button:

    on (release) {
    _root.mp3._visible = true;

    }

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi ninna..
    Not sure of what it is your asking?
    If your trying to make your MC "mp3" visible on a mouse action then your codes fine.

    Good luck.

  3. #3

    my message was cut of...

    I'll try again...

    I've made a floating mp3-player in my movie. Making it appear by a button with this code:

    on (release) {
    _root.mp3._visible = true;
    }

  4. #4

    why is my message been cut of???

    I'll try again...
    starting from where I was cut of:

    I also have some scrollingbuttons in MC's with the code:

    _root.erfmc._y = _root.erfmc._y+15;

    Everything seems to work just fine in the test movie, but nor the mp3-player or the scrollbuttons are working in browser prewiev...? I aslo wanted a homemade cursor, but that made the entire movie disapear in browser. But also worked fine in test movie...?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center