1. I have an audio clip that plays on stackopen. It plays just fine. I want to add a icon to pause and play the audio. I tried using a radio button with this but it doesn't work:
Code: Select all
on mouseUp
if the highlight of me is true then pause audioclip "MainPage.wav"
end mouseUp
( I do have a button sound that plays when you mouse over)
I was reading where you have to use the player control to accomplish this but that raises more questions for me...
What if the person doesn't have quicktime installed?
Do I still import the audio as control to use it with the player?
How can I play the audio on stackopen using the player?
Thanks!