Re: [Flashcoders] bitmap draw help plz - Drawing with bitmap.draw dynamic loaded JPGS???

2006-09-28 Thread Per Bolmstedt


dan wrote:


Can any one help
Drawing with bitmap.draw dynamic loaded JPGS???


Did you know that each person gets allotted a certain amount of question marks 
at birth?  If you're not careful, you might drain your supply, and then you'd 
have to pepper your insightful questions with something else.  Perhaps the 
pound character££  Or the currency character; there's hardly ever 
any use for that in daily life

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] bitmap draw help plz

2006-09-28 Thread dan

Here is the code

Im loading the jpg into image_mc witch is in the main movie pic_holder
And then Im drawing it
All I get it kkust a blank bitmap no pic .




///

mclListener = new Object();


mclListener.onLoadInit   = function(target_mc) {

}




image_mcl = new MovieClipLoader();
image_mcl.addListener(mclListener);

image_mcl.loadClip(_root.timage, pic_holder.image_mc);



make_pic=function(){

myBitmapData = new BitmapData(500, 400, false, 0xFF00);

mc_1 = _root.createEmptyMovieClip("mc",_root.getNextHighestDepth()); 
mc_1.attachBitmap(myBitmapData, this.getNextHighestDepth());
myBitmapData.draw(_root.pic_holder);
}



/

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] bitmap draw help plz - Drawing with bitmap.draw dynamic loaded JPGS???

2006-09-28 Thread dan
Can any one help
Drawing with bitmap.draw dynamic loaded JPGS???

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] bitmap draw help plz

2006-09-28 Thread rishi
Can you please reply back with code snippet.

Also a thought, Please check the player version in Publish settings. It
should be flash Player 8

--R

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of dan
Sent: Thursday, September 28, 2006 3:42 PM
To: 'Flashcoders mailing list'
Subject: [Flashcoders] bitmap draw help plz

Hi ppl
Thi sis my problem:

Im loading a jpg into a moveclip named :pic_holder;

I then draw the picholder using the bitmap.draw methode

But for some reson on the IDE it works
But on the explorer it dosent draw the moveclip
Any ideas???


10x 
dan


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com