swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] font and sound problem under Windows


From: Rumán Sándor
Subject: [Swftools-common] font and sound problem under Windows
Date: Tue, 23 Dec 2008 20:14:55 +0100

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]