prev | index | next

FLASH8 ClipHandler
8
24
11596 bytes
823 bytes
2007-10-08 16:37:56
2007-10-08 18:55:11
Oldes (oliva.david@seznam.cz)


GUI_ClipHandler example - loads clip with animated edge as a progress bar

The code here is the same like the one used in this site: www.miss3.cz

(swf8-cliphandler.rswf)
background 200.200.200

require %includes/tracer.rswf
require %gui/GUI_ClipHandler.rswf

clip1: place GUI_ClipHandler at 10x80
clip2: place GUI_ClipHandler at 10x382

doAction [
    Tracer.resize(419 50)
    trace("== LoadClips ==")
    clip1.loadClip("http://box.lebeda.ws/~hmm/rswf/bitmaps/holky.jpg" 400 300)
    clip2.loadClip("http://box.lebeda.ws/~hmm/rswf/bitmaps/motyl.jpg" 400 300)
]

showFrame
end