javascripts objects/ flash objects

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

javascripts objects/ flash objects

Post 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.
Post Reply