Is the following code in addition to image.source = ("nophoto.gif"); and can I get a value from previewImage in the embed tag?
import flash.events.Event
image.addEventListener(Event.COMPLETE, completefunction);
function completefunction():void{...}
Printable View
Is the following code in addition to image.source = ("nophoto.gif"); and can I get a value from previewImage in the embed tag?
import flash.events.Event
image.addEventListener(Event.COMPLETE, completefunction);
function completefunction():void{...}