[flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Giles Roadnight
Hi I am still trying to get this print job done. I have got all of the text working fine but I can't get the logo to appear at the top, I hope someone can help. I have this code: private function printMovies(e:Event):void { var mixiLogo:Image = new Image();

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Alex Harui
Sent: Friday, March 09, 2007 7:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using an embedded image at runtime, Please help. Hi I am still trying to get this print job done. I have got all of the text working fine but I can't get the logo to appear at the top, I hope someone can

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Giles Roadnight
. Is this code correct? Thanks Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 09 March 2007 16:43 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using an embedded image at runtime, Please help. @Embed is a compiler directive so

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Friday, March 09, 2007 9:39 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using an embedded image at runtime, Please help. Many thanks for the reply but I am still having some problems. I have this code

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Stephen Gilson
PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using an embedded image at runtime, Please help. Many thanks for the reply but I am still having some problems. I have this code: [Embed(source=../assets/mixi.swf)] [Bindable] private var mixiLogo:Class; at the top of my class