Welcome to FreeSpin3D Sign in | Join
in Search

Flex Integration

Last post 03-15-2010 10:08 AM by kiruba. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-11-2010 3:09 PM

    • kiruba
    • Top 25 Contributor
    • Joined on 03-05-2010
    • India
    • Posts 7

    Flex Integration

    Hi,

    I have an swf called 'model.swf' with freespin3d animation.

    While i try to load the swf using SWFLoader in flex. Code is given below

    <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>

    While execute it. 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

    Filed under: ,
  • 03-15-2010 9:28 AM In reply to

    • Nuevo08
    • Top 10 Contributor
    • Joined on 02-05-2008
    • Israel
    • Posts 28

    Re: Flex Integration

    Hi  Kiruba,

    From the error: VerifyError: Error #1053: Illegal override of z in FreeSpin3D.ZZ2733.

    I can learn that you try to load player 10 version of Freespin3D to a swf in player 9 version.

    Note that FreeSpin3d is derived (extend) from Sprite. In Player 10 version it override the z member and in Player 9 the Sprite don't have z member.

    So use FLEX SDK 3.4 or later and set it to player 10 version.

    I hope it will solve the problem.

    Come through... you might like it !!!
    Filed under:
  • 03-15-2010 10:08 AM In reply to

    • kiruba
    • Top 25 Contributor
    • Joined on 03-05-2010
    • India
    • Posts 7

    Re: Flex Integration

    Thanks buddy,

    You saved my time. Now its working fine. Thanks a lot.

Page 1 of 1 (3 items)
Revolver3d