Welcome to TalkGraphics.com
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,936

    Default Re: flash preloader NOT working in Internet Explorer

    The size will not distort if you place it in the main site and you could leave your nav buttons above it to allow the visitor to break away from the presentation. See screen grab.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	!1.jpg 
Views:	5774 
Size:	107.9 KB 
ID:	33965  
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  2. #2
    Join Date
    Nov 2006
    Location
    Hertfordshire
    Posts
    123

    Default Re: flash preloader NOT working in Internet Explorer

    Hi Paulbh, i've just checked it on IE7 and guess what Egg was right its the pop up blocker thats stoping it, i allowed the pop up and it loads fine.

    Manny2k
    IP

  3. #3
    Join Date
    Jan 2007
    Posts
    3

    Smile Re: flash preloader NOT working in Internet Explorer

    Hi folks,

    Thanks for your support, these forums are fantastic. I thought I would explain how I got the preloader working so others can benifit from my learning curve.

    I originally made my flash button to open my swf file. This meant that the preloader would work in FireFox but NOT in IE.

    Here is the script.

    **********
    on (release) {
    getURL("javascript:Launch('http://www.inspirationandjoy.com/flaskfold/presentation.swf')");
    }
    *********


    Here is what I discovered. If you make the button open the HTML file (instead of the swf file) the preloader seems to work in both browsers.

    So now it looks like this:

    *************
    on (release) {
    getURL("javascript:Launch('http://www.inspirationandjoy.com/flaskfold/presentation.html')");
    }
    ************

    You can view the working model here http://www.inspirationandjoy.com then press view presentation. (Turn off pop-up blockers).

    I don't know if this is common knowledge and people said nothing because it is presupposed that I would have done this OR if people just didn't know.

    Hope this helps others with the same frustrating problem.

    Warmest regards
    Paul
    IP

  4. #4
    Join Date
    Dec 2010
    Posts
    1

    Thumbs up Re: flash preloader NOT working in Internet Explorer

    I had same problem & solved hard
    just download this rar
    ( http://www.egebilsis.com/htaccess.rar ),
    unzip rar file and upload .htaccess file to your public_html folder.
    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
  •