:hangover: I want to know how to create a loadmovie .jpg
i have try thousands of times and nothing!!!
i want to load a picture only when they get to a frame.
and what i have to do to put the picture in a especific place.
because , before i put loadmovie (jpg) somthing like that
and apear in middle… and i cant edit it…
also i want to know if the jpg file must be store in the flash library
or the root folder?
pleeeeeeeeeeeeeeeeeeeeeeeeeeeeease help me
can someone send me a fla sample??? pleeeeeeeeeeeease
thank you very much…
my mail is leerabanal@hotmail.com write me as soon as posible.
thanks again
http://www.kirupa.com/developer/mx/photogallery.htm
Read about loadMovie and attachMovie in the Flash MX help files. To be frank, loadMovie is used to load things outside of the flash file library. AttachMovie is used to load things that are in the flash file’s library. Simple, right? The only thing you should be aware of that isn’t adequately mentioned is that certain jpegs don’t show up because of the type of compression they are saved by. You’ll know you have one of those jpegs if you don’t get an error saying “Error opening…”. Anyway, read the flash mx help files. They’re helpful…really.
Later,
–Elios
Your .jpg image MUST be saved as <B>Non-Progressive</B> It is an option most graphic programs give you before saving your .jpg image.
Non-progressive .jpg images are the only images thus far that Flash can dynamically load in.
I’d just like to say that that really stinks. Was there a tech note I missed that explained why they didn’t support that?
Later,
–Elios
No, I don’t think theres a tech-note on why they don’t support other file types, I think they just decided not to add that right now or something
As for it not being able to accept progressive .jpg images, thats simple. Progressive images contain data that is interpreted by the browser to make it load progressively over a certain number of passes. This is done by the browser, and flash cannot support this, therefore you have to save as non-progressive.