supersoul69
Technical User
Hi,
I'm having a major head-ache just now trying to control an FLVPlayBack component and an external MP3 sound file in a slide presentation. I'm loading the MP3 with a script on the slide:
on (reveal) {
var mySound:Sound = new Sound();
mySound.loadSound("sounds/0202.mp3", true);
}
on (hide) {
stopAllSounds();
}
I'm using standard FLVPlayBack UI components to controll the FLV and was wondering if anyone knows if there's a way to see or change the script that controls these buttons?
I'm basically wanting to create a button that will pause the video and the sound at the same time and then a button that will play them both again at the same time.
I hope I've explained that well - I'm new to ActionScript and I know exactly what I want my script to do but can't find a way to do it.
Any advice/pointers would be appreciated.
- Jamie
I'm having a major head-ache just now trying to control an FLVPlayBack component and an external MP3 sound file in a slide presentation. I'm loading the MP3 with a script on the slide:
on (reveal) {
var mySound:Sound = new Sound();
mySound.loadSound("sounds/0202.mp3", true);
}
on (hide) {
stopAllSounds();
}
I'm using standard FLVPlayBack UI components to controll the FLV and was wondering if anyone knows if there's a way to see or change the script that controls these buttons?
I'm basically wanting to create a button that will pause the video and the sound at the same time and then a button that will play them both again at the same time.
I hope I've explained that well - I'm new to ActionScript and I know exactly what I want my script to do but can't find a way to do it.
Any advice/pointers would be appreciated.
- Jamie