[flexcoders] Re: Access a swf's properties.

2008-08-01 Thread Jason Ervin
I ran getQualifiedClassName and it came back with: custom__embed_css_assets_images_bigthing_swf_893847107 which is the directory path to the .swf object (image composed in flash and exported to swf). In this case the bigthing.swf file. The issue isn't what image is it is how can I cast it or

RE: [flexcoders] Re: Access a swf's properties.

2008-08-01 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Friday, August 01, 2008 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Access a swf's properties. I ran getQualifiedClassName and it came back

[flexcoders] Re: Access a swf's properties.

2008-08-01 Thread Jason Ervin
I am following this tutorial http://kanuwadhwa.wordpress.com/2007/09/21/customize-combobox/#comment-1366 The only thing I have changed is i removed his function and am calling my own (mentioned before and again here), which brings back a class. private function geticon(item:Object):Class

RE: [flexcoders] Re: Access a swf's properties.

2008-08-01 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Friday, August 01, 2008 2:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Access a swf's properties. I am following this tutorial http://kanuwadhwa.wordpress.com/2007/09/21