swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] html slide reference


From: Juan Ramón Rico
Subject: [Swftools-common] html slide reference
Date: Wed, 30 Mar 2005 13:10:42 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I'm use a simple scritp to generate a presentation with audio:

.flash name="presentation.swf" fps=1
       .sound snd0 "snd0.wav"
      .sound snd1 "snd1.wav"
       .jpeg slide0 "img0.jpg"
       .jpeg slide1 "img1.jpg"
       .jpeg slide2 "img2.jpg"

       .frame 1            # slide 0
               .play snd0 nomultiple
               .put slide0
       .frame 8           # slide 1
               .del slide0
               .play snd1 nomultiple
               .put slide1
       .frame 15         # slide 2
               .del slide1
               .put slide2
.frame 18
.end

Could I do a reference to a frame? I'd like to begin in differente slides. Ex. http://aHost/presentation.swf?frame=8, frame=1, etc.
I try this option directy but it dosn't work.

Regards,






reply via email to

[Prev in Thread] Current Thread [Next in Thread]