Afficher un message
Vieux 25/06/2008, 00h25   #2
spireality
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Slide shows via Adobe flash player

Start your slideshow on frame 2.

Make a new layer and put a blank keyframe on frame 1 and 2.

On frame 1, use the text tool to write the words, "Click to Play" or whatever
you want.

Using the Selection tool, right click the text and convert it to a symbol.
Call it whatever you want. Once it is created, select it with the Selection
tool and in the properties window give it the instance name "play".

Create a new layer, title is Actions and in the first frame put the following
action script in the action script window.

stop();

play.onPress = down;

function down() {
gotoAndPlay(2);
}


Your embed code is peculiar in that the <EMBED src="" is blank. Not sure what
that's about.

If you're slideshow is looping, you may want to put this on a blank keyframe
of the Actions layer on the last frame (or at the point in which you want it to
start over again at frame 2):

gotoAndPlay(2);


  Réponse avec citation
 
Page generated in 0,04849 seconds with 9 queries