Page 1 of 1

javascripts objects/ flash objects

Posted: Tue Dec 01, 2009 12:09 pm
by php_east
or any sort of object for that matter.

i am trying to clone an object, i.e. make a new instance of the object.
in this case, a flash object. the flash object has embedded images, obtained from a link.
upon creation of a new object, this image is again fetched, and this is what i do not want.
so is there a way to clone the object, to avoid the object fetching another file of the same image ?

many thanks.