Hi,
I was use to create Flash 8 components and now i'm trying to build my first CS3 
component by using AS 3.0 but i'm having a problem that is driving me nuts 
about[Inspectable] meta tags.
I'm adding the meta tags like i did with AS 2.0 :

private var _color:Color;
[Inspectable(name='Childrens color',type=Color,defaultValue='#0066FF')]
 public function set color(pcolor:Color):void
 {
  this._color=pcolor;
 }
 public function get color():Color
 {
  return(this._color);
 }
but it does not work cause the Color class has been removed.

I tried to add a Boolean Type and it works only if:
- i export the SWC 
- i create the MXP
- i install the component and i can see the Boolean parameter with in it
but i can't see it during the work so i can't try my implementations.

I thank you very much if you can give me an advice.

Best Regards
______________

Filippo Lughi
Flash Components
Flash Developer
www.flepstudio.com
www.flepstudio.net
www.flepstudio.org
[EMAIL PROTECTED]
+39 3349713568
P.iva : 03605860406
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to