This content has been marked as final.
Show 6 replies
-
1. Re: problem in loading the bmp image
Newsgroup_User Jan 20, 2008 11:31 AM (in response to AScracker)From Help on MovieClipLoader class:
This class lets you implement listener callbacks that provide status
information while SWF, JPEG, GIF, and PNG files are being loaded into movie
clips.
--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
-
2. Re: problem in loading the bmp image
AScracker Jan 20, 2008 11:17 PM (in response to Newsgroup_User)ok..
is there any other way to load the bmp image?????.
~~
Sk -
3. Re: problem in loading the bmp image
niki tsanov Jan 21, 2008 3:07 AM (in response to AScracker)the only way i think is to load from library with BitmapData class.
What exactly you want to do with .bmp file you can get some ideas? -
4. Re: problem in loading the bmp image
AScracker Jan 21, 2008 3:11 AM (in response to niki tsanov)hi
I am loading some images frm xml file ( path of the images where given in their nodes)..
right nw it's loaded all the images but not the bitmap images....
~~Sk -
5. Re: problem in loading the bmp image
niki tsanov Jan 21, 2008 5:39 AM (in response to AScracker)Yes i understand that you cant load bmp file but why u use .bmp file you have specefic aid or because you want work with .bmp files? I think every other format like png and jpg is better :) -
6. Re: problem in loading the bmp image
AScracker Jan 21, 2008 5:58 AM (in response to niki tsanov)thanks niki.....

