[flexcoders] unsubscribe

2010-02-15 Thread Ikezi Kamanu

[flexcoders] AIR app loading SWF, that loads other SWFs (per loadBytes and loaderContext)

2009-05-17 Thread Ikezi Kamanu
In order to load executable swfs into my AIR application sandbox, I've been able to use the loader's loadBytes method, setting the loaderContext to one that allows byte code execution ( loaderContext.allowLoadBytesCodeExecution = true ) This is great, and the loaded swf can execute code, but

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-11 Thread Ikezi Kamanu
Maxym, you're the best (in so many ways).This is such groundbreaking insight, do keep it coming.e k z___Ikezi KamanuAdobe Consulting On 4/11/06, maxym.hryniv [EMAIL PROTECTED] wrote: Ted, You've not understood me one more time. I don't have a problem with creating my own

[flexcoders] Virtual mapping w/ Flex server

2005-10-17 Thread Ikezi Kamanu
Cheers all.. I'm running Flex w/integrated JRun; wondering how to virtually map a path to a folder that is not in a subfolder of my server root. ie: I need to map http://localhost:8700/myApp to D:\My Projects\My App\ Tried a few things, editing xml config files here and there, but cant

[flexcoders] Any flex developers on IRC? What server/channel? -eom-

2005-06-02 Thread Ikezi Kamanu
eom : end of message. -ekz __ Ikezi Kamanu Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo

[flexcoders] Virtual Mapped directory not rendering MXML files

2005-05-27 Thread Ikezi Kamanu
Hello there, Got a small issue; I'm running flex 1.5 with integrated JRun, and have created a virtual mapping to my mxml files I did this by adding a virtual-mapping tag to my jrun_root/server_name/WEB-INF/jrun-web.xml file so: http://localhost:8700/foo points to c:\path_to\my_mxml\