• Hi all :)

    I was trying the flash-cs4-embed-example but I get a error in krpano_load_complete function:

    Code
    Scene 1, Layer 'Layer 1', Frame 1, Line 19	1061: Call to a possibly undefined method embeddedstartup through a reference with static type Class.

    I tried adding a timer before the calling the krpano_load_complete but no luck *confused* Help, anyone?

    SOLVED:
    The only thing that we need to do is change this line:

    Code
    event.target.content as Object.embeddedstartup(stage, krpano_ready);


    to this:

    Code
    (event.target.content as Object).embeddedstartup(stage, krpano_ready);

    Edited once, last by MeekAS (October 2, 2010 at 1:31 AM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!