swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] font and sound problem under Windows


From: Chris Pugh
Subject: Re: [Swftools-common] font and sound problem under Windows
Date: Tue, 30 Dec 2008 21:02:51 +0000

Rumán,

The only thibg I can spot is this bit ..

    .font f "../../../../usr/local/share/fonts/hpeign_b.ttf"

Windows uses the backslash not the forward one!, i.e.

  .font f  "c:\{dir1}\{dir2}\{dir3}\fonts\hpeign_b.ttf"

I'm suprised that on compilation, you didn't get an error?

Anyway, HTH.

Kellemes karácsonyt és boldog új évet

... to you too!

Oh, yes, and I particularly like this one ..

        A légpárnás hajóm tele van angolnákkal!!  ;o)

Does that happen a lot out there??!!!

Szia,


Chris.
2008/12/23 Rumán Sándor <address@hidden>:
> Hi,
>
> I made a little Christmas Card with pictures, text an music. Under Linux I 
> see and hear all, but under Windows does not appear the text, and can't hear 
> the music.
> This is the source of swf:
>
> .flash bbox=400x300 fps=25 version=8 name="kk.swf" background=#004200 compress
>        .jpeg a "W_Sz_kari_kicsi.jpg"
>        .dropshadow s color=#aaaaaa blur=10 angle=0 distance=0 passes=2 
> strength=1
>        .font f "../../../../usr/local/share/fonts/hpeign_b.ttf"
>        .swf c "candle.swf"
>        .text b font=f text="Boldog Karácsonyt!" color=#004200 size=50%
>        .put a x=0 y=0 alpha=10%
> .action:
>        s = new Sound();
>        s.loadSound("s0.mp3" ,true);
>        s.setVolume(80);
>        s.onSoundComplete = function() {
>        s.start(0, 2);
>        };
> .end
> .frame 300
>        .change a alpha=100%
>        .put b x=240 y=100 scale=60% alpha=0% filter=s
> .frame 500
>        .change b alpha=100%
>        .put c x=230 y=125 alpha=0%
> .frame 800
>        .change c alpha=100%
> .frame 4601
>        .stop
> .end
>
> I can't find the trouble. Please, help me!
> Thank You!
>
> I wish You Merry Christmas!
>
> You can find my swf embedded in a html on this side:
>
> http://alex56.uw.hu/kk.html
>
> --
> Üdvözlettel:
> alexfiftysix
> http://alex56.extra.hu
> address@hidden
>
>
>




reply via email to

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