Welcome to TalkGraphics.com
Results 1 to 10 of 20

Threaded View

  1. #17

    Default Re: Flash preloader... SQF page forwarding...

    thanks arid,

    i tried the one you referenced, and also the II version under it in the list of picture effects... Neither seem to work after following the directions, but I'll tinker.

    I think it's because I use a javascript to load the swf ( to avoid the ie7 -click here to activate this flash move- thing ), and now I'm trying to use javascript to preload something I already was loading with javascript....

    I should just keep the javascript preloader you reference, and just load the swf through the code that xara's animation export html page gives.

    ------code i'm using to load swf, separate from the preloader topic


    <script type="text/javascript" src="swfobject.js"></script>
    <div id="id5699">
    Loading Flash movie...
    </div>

    <script type="text/javascript">
    var so5699 = new SWFObject("website.swf", "movie5699", "850", "550", "6", "#FFFFFF");
    so5699.addParam("loop", "true");
    so5699.write("id5699");
    </script><!-- ***** END OF ANIMATION CODE ***** -->
    Last edited by Tallis; 20 December 2006 at 04:15 AM.
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •