Load Picture! No Picture Gallery

i dont want a picture gallery!!! i just want the commands or what i have to do so when they get to the frame! just download the picture…without clickin a button!!! can somebody send me a example? mi mail is leerabanal@hotmail.com

PLEASE HELP ME

C’mon, you could have figured out the code from that. Or, you could search for <b>loadMovie</b> in the Flash MX <b>help files</b> or the forums. :sleep:
Anyway, make an empty movieclip. Put it on your stage. Apply the following code to the movieclip…


onClipEvent(load)
{
loadMovie("jpegName.jpg", this);
}

…use the help files, that’s what they’re there for…

Later,
–Elios

Save target as…
http://wryle.tripod.com/kirupa/stuff.fla (this link won’t be valid forever)

Nothing special, but I believe that’s what you’ve looking for.

Later,
–Elios