PDA

View Full Version : Turn flash on and off


bobbie
04-13-2005, 06:08 AM
I have a little music player and in it I have a little flash box but I don't want it to play till they load the music and it starts .
How can I do that ?

rhosk
04-13-2005, 07:05 AM
More details please.

longedge
04-13-2005, 07:15 AM
Hello,

You can set the attributes of your flash object to not enabled and not visible and then use the Flash.SetVisible and Flash.SetEnabled actions (one or the other or both as appropriate) to make it visible/enabled on say a button click.

bobbie
04-13-2005, 07:23 AM
Hello,

You can set the attributes of your flash object to not enabled and not visible and then use the Flash.SetVisible and Flash.SetEnabled actions (one or the other or both as appropriate) to make it visible/enabled on say a button click.
Thank you , just what I wanted to know .