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.
Announcement
Collapse
No announcement yet.
media player
Collapse
X
-
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