/[flash]/loading.sc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /loading.sc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations)
Fri Feb 22 20:09:00 2008 UTC (16 years, 1 month ago) by dpavlin
File size: 395 byte(s)
simple loading bar going right-left and back
1 .flash filename="loading.swf" bbox=130x10 fps=5
2
3 .box background width=130 height=10 color=navy fill=gray line=10
4 .box progress_bar width=110 height=10 color=white fill=gray line=2
5 .box current_pos width=10 height=10 color=black fill=white line=0
6
7 .frame 1
8 .put progress_bar x=0 y=0
9 .put current_pos x=0 y=0
10
11 .frame 10
12 .change current_pos x=100
13
14 .frame 20
15 .change current_pos x=0
16 .end

  ViewVC Help
Powered by ViewVC 1.1.26