Hi,
While i try to load the swf using SWFLoader in flex and execute.
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="1024" height="600">
<mx:Panel id="plModel" title="Sample">
<mx:SWFLoader id="Load" source="@Embed(source='model.swf')" height="600" width="1024"/>
</mx:Panel>
</mx:Application>
Its showing the below error. Can you please help to load the freespin3d
using flex application.
VerifyError: Error #1053: Illegal override of z in FreeSpin3D.ZZ2733.
ReferenceError: Error #1065: Variable GCNonComm is not defined.
ReferenceError: Error #1065: Variable CRvPreloaderShape is not defined.
ReferenceError: Error #1065: Variable boundingBox is not defined.
ReferenceError: Error #1065: Variable Icon is not defined.
ReferenceError: Error #1065: Variable CRvProgressBar is not defined.
ReferenceError: Error #1065: Variable CRvComponent is not defined.
ReferenceError: Error #1065: Variable InteractiveTexture is not defined.
ReferenceError: Error #1065: Variable model_T0 is not defined.
ReferenceError: Error #1065: Variable spin_2 is not defined.
Thanks