Thursday, June 7, 2012

[Action Script] How to replace image attached on placeholder June,2012

Hello,

I am creating zoom, pan with preview, like Magic Touch.
I have found a flash file that works similar to Magic Touch.

There is an image imported to the Library and created as movieclip for main view and preview.
I could replace image on main view(mc.img_mc) with new image from server by using loadclip.
Code: var mcl :MovieClipLoader = new MovieClipLoader ();
mcl.loadClip("......image.jpg", mainmc.mc );But the problem is that I can not replace image on preview.
Maybe there is another mc that I can find. How can I find out where to insert?
How to replace image attached on placeholder

Related Post



0 comments: