swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Re: Swftools-common Digest, Vol 60, Issue 24


From: Jan Snyder
Subject: [Swftools-common] Re: Swftools-common Digest, Vol 60, Issue 24
Date: Sun, 21 Sep 2008 12:53:50 -0400

No , not from PDF - I was just putting images into a slide-show
environment where one image fades into the next, with song in
background. Very basic now that I got it to work. I use Linux.

I got it to work with:
--------------------------------------
.sound songtitle "songtitle.wav"
.frame 1
.play songtitle
.action:
        _root.play();
.end
--------------------------------------
Voila!

And added whatever frames or text in the normal way from the manual:

http://www.swftools.org/swfc/swfc.html

This manual just doesn't cover sound. Also when I compiled the file
with "swfc" it said many of the commands from the above manual were
deprecated. To be honest, the manual could be a bit more thorough.
Also a link to the manual from the main home page instead of embedding
it under the Examples link.

Oh, I remember another problem, I wanted to convert the SWF to FLV.
Quite hard to figure out! I tried many things. FLV is more of a
standard for say uploading a file to youtube or elsewhere.

-Jan Snyder

On Sun, Sep 21, 2008 at 12:01 PM,  <address@hidden> wrote:
> Send Swftools-common mailing list submissions to
>        address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nongnu.org/mailman/listinfo/swftools-common
> or, via email, send a message with subject or body 'help' to
>        address@hidden
>
> You can reach the person managing the list at
>        address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Swftools-common digest..."
>
>
> Today's Topics:
>
>   1. Re: Audio on Slideshow (Pablo Rodr?guez)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 21 Sep 2008 12:23:15 +0200
> From: Pablo Rodr?guez <address@hidden>
> Subject: Re: [Swftools-common] Audio on Slideshow
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Jan Snyder wrote:
>> Thanks a lot to many helpful people. Finally did get this to work but
>> it needed actionscript as well for the audio. like this at bottom of
>> file:
>>
>> # actionscript
>> # ------------
>>
>> .action:
>>     _root.play();
>> .end
>>
>> -Jan
>
> Hi Jan,
>
> .action:
>     snd=new Sound();
>     snd.attachSound("audio");
>     snd.start();
> .end
>
> I haven't checked it, but I think it should work.
>
> BTW, what are you trying to do? From your first message, it seems that
> you're trying to add audio to slides converted from PDF. Do they have to
> be synced? Are you using Windows or Linux?
>
> I hope it helps,
>
>
> Pablo
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Swftools-common mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/swftools-common
>
>
> End of Swftools-common Digest, Vol 60, Issue 24
> ***********************************************
>




reply via email to

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