PDA

View Full Version : Background-less


DANtheMAN
08-30-2002, 09:55 PM
i've seen flash movies in ads, specifically in juno, that consist of animations, but no surrounding window. no 'X' button, no minimization, just a little ball or monkey or line of text flying around. "How did they DO that!?"

snapple
08-31-2002, 01:05 AM
DANtheMAN,

Its done using the HTML DIV tag, which puts things on a new layer, if the layer is the size of the screen - then the flash can be moved anywhere inside the layer. Therefore, also on the users screen.

If a closed button was to be provided then all it would do would be to hide the layer.

Snapple :)