A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: FLASH PLAYER ERROR - need problem fixed today pleasse help

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    32
    Hi all, Can everyone check the link and tell me whether they get the error message?? just reply yes or no, that would be great! and I would be forever grateful to the one who can help me out with this problem my client will go loopy if this site dosn't go up today:

    I'm using flash 5 and this test was conducted in IE 5.5, here is a link to the movie where the error occurs (the error btw hasn't occured till this afternoon)

    http://www.austeel.ms

    ERROR MESSAGE
    A script in this movie is causing flash player to run slowly, if it continues to play, your compputer may become unresponsive. Do you want to abort the script?

    if 'Ye's is selected the movie plays as it should, if 'no' the movie dosn't play.

    here is the scripting used to work the preloader
    (this scripting does work as it should)

    first frame actions
    if (Number(_framesloaded) == Number(_totalframes)) {
    gotoAndPlay (3);
    }

    second frame actions
    gotoAndPlay (1);

    any idea's?
    Cheers everyone
    Maddy



  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi Maddy,

    I only get "directory listing denied" from your site...

    Musicman

  3. #3
    Senior Member
    Join Date
    Mar 2001
    Posts
    128

    i get 'not authorized to view this page'

    i use this AS to do a total preload
    when site is loaded it automatically goes to next scene

    if (_root.getBytesLoaded() != _root.getBytesTotal()) {
    gotoAndPlay (1);
    }

  4. #4
    Member
    Join Date
    Apr 2001
    Posts
    32
    thanks for checking it oout for me.... now I have the no authorisation problem too. It doesn't seem to be recognising index or defult pages, but when I type in http://www.austeel.ms/defult.html it comes up fine......grrrrrr me confused..any ideas?
    cheers guys!
    Maddy

  5. #5
    Senior Member
    Join Date
    Mar 2001
    Posts
    128

    working now

    http://www.austeel.ms is working for me now

    like your style

  6. #6
    Member
    Join Date
    Apr 2001
    Posts
    32

    Re: working now

    Originally posted by gogon
    http://www.austeel.ms is working for me now

    like your style
    cheers!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center