A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Actions using the flv video player buttons

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Location
    Cardiff
    Posts
    137

    Actions using the flv video player buttons

    I have just created a flv, and want to control a button on the stage that I placed there.

    Basically when a person clicks the play button I want that button to vanish.

    I know its probably easy as pie, but could somebody help me out with some code.

    I guess its a listener etc, but any help will be appreciated.

    Cheers

    Lee
    Accend Web Solutions

    www.accend4web.co.uk

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Location
    Cardiff
    Posts
    137
    Thought something liek this, but its not workio.

    Code:
    btnPlay.addEventListener(btnPlayClickHandler);
    function btnPlayClickHandler(){
    PlayButton._visible = false;
    };
    Accend Web Solutions

    www.accend4web.co.uk

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