There is the solution of the problem.
Add libraries to your project as described here for CS3. After that in the Properties dialog of every component leave "Export in frame 1" checkbox unchecked.
This message was edited 1 time. Last update was at 12/12/2008 13:29:39
yu tianyu wrote:
5000: The class 'alternativa.Alternativa3D' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
5000: The class 'alternativa.AlternativaTypes' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
5000: The class 'alternativa.AlternativaUtils' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
these are actually errors on _your_ side you have marked the above classes as components to make them appear in components panel, naturally enabling people to drag them on stage (not library) or double-click them. you could solve this by making these classes extending Sprite, and then this part
Mikhail Fominykh wrote:After that in the Properties dialog of every component leave "Export in frame 1" checkbox unchecked.
Hi Guys i am using cs4 and alternativa with no problems except getting them to not export on the first frame
Flash cs4 has the ability to include swc via the export settings panal , click on settings next to the script: dropdown , now click on librarypath tab , from here just use the browse to swc file button (it is skinned with the icon of swc) and repeat the process for the remaining swc files , remember to click add button again per swc or you will import over the last import.