Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorgodowsky
    • CommentTimeOct 29th 2007
     
    Hi, - I'm trying to call a javascript fx from a swf file.

    I use swfobject to 'place' the swf on the html page, - BUT my swf is not on the same domain as the html and swfOBJ files.

    So I thought that Allowscriptaccess="always" would fix this but it doesn't work.

    Is there any way to set allowscriptaccess to always in the swfobject java script?


    Greerings

    Kasper
    • CommentAuthorGeoff
    • CommentTimeOct 30th 2007
     
    just use so.addParam("allowscriptaccess", "always");