Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 16, 2012 @ 11:39
    Fuji Kusaka
    0

    Trouble rendering Swf

    Hi all,

    I have an swf file with some panoramic images using xml and javascript to write the object but doesnt seem to work at all. Howver if  a create a simple .htm file to view it with the same code below it works fine.  

     

        <script type="text/javascript">
       var so = new SWFObject("360hd_files/pano.swf?xml_file=360hd_files/web_UK.xml", "pano", "175", "100", "9.0.45", "#ffffff");
    so.addParam("allowFullScreen","true");
    so.addParam("allowScriptAccess","always");
    so.write("flashcontent");
    </script> 

    Any suggestion why nothing is showing up, if i right click i get the About Abode Flash Player

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies