all groups > flash actionscript > june 2004 >
You're in the

flash actionscript

group:

Please Help me! Image load...


Please Help me! Image load... 2boggy
6/1/2004 9:56:08 PM
flash actionscript:
Hi!
I try to load a image (I found some images that won't to be loaded).
The action script that I use is:

var my_mcl = new MovieClipLoader();
myListener = new Object();

myListener.onLoadProgress = function (target_mc, loadedBytes, totalBytes)
{
}

myListener.onLoadInit = function (target_mc)
{
target_mc._width = 306;
target_mc._height = 414;
}

my_mcl.addListener(myListener);
my_mcl.loadClip("image1.jpg", blank._target);
stop();

I attach the image1.jpg.
Someone please tell me what is going on.
Boggy.
Re: Please Help me! Image load... Jack.
6/1/2004 10:14:45 PM
your jpg is in progressive format, Flash accepts non-progressive only.
use Photoshop or similiar to change the format,

Re: Please Help me! Image load... 2boggy
6/1/2004 10:16:28 PM
AddThis Social Bookmark Button