Don't know for sure, but you may need a manifest

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flexawesome
Sent: Tuesday, May 27, 2008 9:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problems of defining a name space in Flex 3

 

hey there,

I had a problem of defining a name space in my renderer. In the 
previous version 2 I can use * to retrieve all subfolders, but in 
Flex 3 I can't use it and it seems doesn't work.

I have more renderers in test2 and test3, how can I 
use "com.test1.test2.*" to retrieve more renderers in test3 folder?

com.test1.test2.test3

thank you

================== sample in Flex 3 ===============

<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas
xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> "
xmlns:myNameSpace="com.test1.test2.*">
</mx:Canvas>

 

Reply via email to