Hi guys,
I really hope someone can help me at such short notice. I’d really really appreciate it.
I am doing an overlay flash banner which sits on top of a flash site. Within the overlay banner I have a moveclip called ‘imageHolder’ which needs to call the same image thats in the flash site.
I have this code which allows me to directly control the movieclip in the flash site from within the flash banner.
var img:MovieClip = takeoverContainer.getImage();
img._scaleX = 0.25; (for example)
The problem here is I only want to copy the movieclip so I can see the same image in my banner as I do the Flash site, I do not want to manipulate the main flash site in anyway.
COuld anybody write me a piece of code that will duplicate/mirror the moveclip in the main flash site inside a movieclip within my flash banner so I can see the same image?
(From a creative perspective ‘imageholder’ is a smaller version of the image which is animated over the top of the main flash site)
I am happy to pay for an hours work if somebody could help (via paypal if you like). I am in desperate need :crying:
Thanks in advance.