Skip to main content
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 28, 2018

with as3 you use a loader to load an image.  eg,

var l:Loader=new Loader();

var urlR:URLRequest=new URLRequest('img.png');

l.load(urlR);

addChild(l);

Participant
August 29, 2018

Hi

I am not using as3, I use javascript. So I want to know how to do it using javascript inside adobe animate

Preran
Legend
August 31, 2018