Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: media player

  1. #1
    Join Date
    Jun 2003
    Posts
    4

    media player

    New user here, attempting (what I thought was) simple project. Trying to get media player to play clip upon mouse click on button image. The media player comes up full screen when application starts, instead of background and button. Have examined properties of templates, cannot figure out what I'm doing wrong.

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: media player

    If you want the media player object to be hidden when the application starts, you need to either put it on another page (and jump to that page when you click the button) or just use a "Page - Hide Object" action on the page's On Initialize event to hide it.

    Then use a "Page - Show Object" action to show the object when you want it to appear.
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    Jun 2003
    Posts
    4

    Re: media player

    Thanks. Looks like it is all working!

Posting Permissions

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