Hi Team

I am trying to generate the help files from the source code(mxml + 
as ). the mxml tag has the code and it has script tag

<mx:Script source="Sales.as" /> 

This Sales.as has all the action script code. When i run the asdoc 
tool 

P:\>asdoc -source-path C:\sandbox\client2\src -doc-sources 
C:\sandbox\client2\src -output C:\temp\testasdocs

It gives me error in the Sales.as.

Error: The
public attribute can only be used inside a package.
                override public function set width(value:Number):void


My Sales.as does not include any of the package statement because it 
does not require.The Sales.as files is being used in the mxml file.

Can anybody help?

Thanks
ilikeflex



Reply via email to