REPOST: Progress Bar Component Problem

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default REPOST: Progress Bar Component Problem

    (UPDATE....several others have verified that the ProgressBar/Loader
    component does not work in IE 6....however works perfect in Test Movie
    Mode, NN, Firefox, Opera. Does anyone know how to make it work in IE???)

    I've been researching this on the web and MM site for several days and
    have not been able to find a fix.

    I followed a few tutorials on how to use the MX 2004 ProgressBar and
    Loader components to load an external SWF. Here is the URL to the movie
    I created:

    [url]http://www.lvsonline.com/wk5component-progressBar.html[/url]
    [url]http://www.lvsonline.com/wk5component-progressBar.fla[/url]

    NOTE: The fla is just a movie that contains the ProgressBar and Loader
    components which loads an external swf file. It's 3 layers (action,
    ProgressBar, Loader) contains just one keyframe each.

    The code in frame 1 is:
    // create event listener object for checkbox
    myLoaderListener = new Object();

    // click event handler
    myLoaderListener.complete = function ( eventObject )
    {
    myProgressBar._visible = false;
    }

    // register the event listener
    myLoader.addEventListener("complete", myLoaderListener);

    The ProgressBar component has an instance name of myProgressBar with
    these parameters:
    conversion = 1
    direction = right
    label = Loading%3%%
    labelPlacement = bottom
    mode = event
    source = myLoader

    The Loader component has an instance name of myLoader and has these
    parameters:
    autoLoad = true
    contentPath = wk5PhotoGallery.swf (name of external movie to be loaded
    which is 131 kb in file size).
    scaleContent = false


    The ProgressBar works perfect in Test Movie > Simulate Download, in my
    NN 7.1 and in my NN 4.76. It fails to work in my IE 6.0.2600....the
    progress bar appears for a few seconds and remains at 0%. Then
    disappears and a blank page is displayed until the external movie is loaded.

    In my research, I came across 2 other movies with the ProgressBar/Loader
    components which get the same results that mine does....they work fine
    in NN 7.1 and NN 4.76 but fails in IE 6.0.2600:

    This one:
    [url]http://www.virtualclues.com/tutorials/Flash/progressbar/example.htm[/url]

    And this one:
    [url]http://flash.trainingfromthesource.com/bookstore_content.html[/url]
    (bug topic in TFTS forum):
    [url]http://trainingfromthesource.com/forum/index.php?s=9995346e364f03e0a892f15d5153cef4&showt opic=17[/url]

    My questions are:
    1. In the 3 movies above, are you able to see the ProgressBar and is it
    working....do you see the bar fill from 0 to 100% then the external file
    loads? (Those on highspeed may not see it). Please advise which browsers
    you checked them in and the results.

    2. Is anyone else having trouble getting consistent results when using
    the ProgressBar/Loader components to load an external file?

    3. Does anyone know how to fix this?

    Thanks in advance,
    Kat

    Kathy Guest

  2. Similar Questions and Discussions

    1. progress bar UI component?
      Hi all, Do anyone know about a progress bar UI component that I can use in my extension? My extension takes a long time to execute some heavy...
    2. Rule problem with OLD / NEW record set (repost)
      Hello, I posted the question below to the pgsql-sql list, but did not receive any answer yet. Therefore I repost it on pgsql-general in hope for...
    3. Preloader with progress bar component
      I tried a lot with progress bar component documentation but i can't understand if you can create a preloader using this component. Any ideas?
    4. REPOST: Deploying an ActiveX component in a CAB file, problem
      Can no one assist me with this problem? I have created an .OCX in VB6 for use on a web page. I created a .cab file and placed this file on the...
    5. repost : http authentication problem
      if ((!isset( $PHP_AUTH_USER )) || (!isset($PHP_AUTH_PW))) { header( 'WWW-Authenticate: Basic realm="Private"' ); header( 'HTTP/1.0 401...
  3. #2

    Default Re: REPOST: Progress Bar Component Problem

    IE6.0.2800 > no problems here

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

  4. #3

    Default Re: REPOST: Progress Bar Component Problem

    Thanks Laiverd.COM....this just gets weirder and weirder. I thought I
    had it narrowed down to an IE problem. The progress bar didn't work in
    my associates IE 6.02800, but it works in yours. Strange.

    Kat


    Laiverd.COM wrote:
    > IE6.0.2800 > no problems here
    >
    Kathy Guest

  5. #4

    Default Re: REPOST: Progress Bar Component Problem

    This info wont help you, but it's what i've realized using MX04... Some of the
    components are crap, they signficantly increase your file size and it's hard to
    change the 'Look' of them... I aborted on them till they improve them.

    ecsurfer Guest

  6. #5

    Default Re: REPOST: Progress Bar Component Problem

    I have a feeling you are right...I am not getting consistent results
    across the board in IE with the pbar component and have had problems
    with the scrollbar component in IE as well. They seem to work fine in
    other browsers though...so could it be an ActiveX issue?

    My husband just checked in his IE 6.02800 version and it didn't work,
    but yet it worked for Laiverd.COM and one of my associates in the same
    version. Yet for another assoicate it did not work. Can't figure it
    out...and have spent way too much time on this trying.

    Kat

    ecsurfer wrote:
    > This info wont help you, but it's what i've realized using MX04... Some of the
    > components are crap, they signficantly increase your file size and it's hard to
    > change the 'Look' of them... I aborted on them till they improve them.
    >
    Kathy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139