[COLOR=black][FONT=Verdana]I have 2 FLV files. I imported the 1st FLV and I was going to make SWF file from that. Here is the question: I want to show one button appears after the 1st FLV finish playing. Then when we push that button, I want to have the 2nd FLV to play. And at the end of the 2nd FLV, I want to have 2 buttons show up, one to go back to the 1st FLV and play, another button to play the beginning of the 2nd FLV. Can we do that by using “cuePoints” on the Parameters panel of the FLV? Or is there any way to do this simpler? I am not a programmer. I can’t write the action script. [/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Can you use something like this, somewhere? [/FONT][/COLOR]
[FONT=Verdana][COLOR=black]on (release) {[/COLOR][/FONT]
[FONT=Verdana][COLOR=black]loadMovieNum(“TellingBestStory_All.swf”, 2);[/COLOR][/FONT]
[FONT=Verdana][COLOR=black]}[/COLOR][/FONT]
[COLOR=black][FONT=Verdana]Please help. Thank you.[/FONT][/COLOR]