Dumb question but i'll ask none the same (in case its not)

You can't use <mx:Effect xlmns="http://www.macromedia.com...etc";>

as a top level tag for a mxml component can you?

ie concept floats where i would like to go something like:

var effects = new com.mypath.effectclusters.defaultEffects();

and inside that i have MXML version of declaring my effects
<mx:Effect xlmns=".." >
<mx:dissolve id="whatever" etc../>
<mx:zoom id="blah" etc../>
</mx:Effect>

The only way I can see the above happening is via AS2.0 classes
themselves..but just wondering if anyones successfully done that
concept via MXML only?

-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
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:
    http://docs.yahoo.com/info/terms/
 



Reply via email to