swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] defining counters in swfc


From: Pablo Rodríguez
Subject: [Swftools-common] defining counters in swfc
Date: Wed, 24 Oct 2007 21:40:27 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070305)

Hi there,

looking at this example:
http://technoargia.free.fr/swftools/examples/preloader/PreLoaderTemplate2.html,
I wanted to have a time counter on a Flash file.

This is my implementation:


.edittext info font=roman color=white size=40% width=800 height=500
align=center border=none noselect variable=timecount
.put info pin=center x=334 y=400
timecount =  snd.position + " / " + sound_len;

Beside formatting issues, the main issue is that timecount doesn't
count. I have no programming background and I don't know why it doesn't
how to make it count.

Could anyone tell me how to make timecount count time?

Thanks for your help,


Pablo




reply via email to

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