media player

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zoomout
    Indigo Rose Customer
    • Jun 2003
    • 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.
  • Lorne
    Indigo Rose Staff Member
    • Feb 2001
    • 2729

    #2
    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 ]]

    Comment

    • zoomout
      Indigo Rose Customer
      • Jun 2003
      • 4

      #3
      Re: media player

      Thanks. Looks like it is all working!

      Comment

      Working...
      X