URGENT: printFrom + flash causing crash

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default URGENT: printFrom + flash causing crash

    Hi All:

    I'm at the tail end of a project and am running into a fatal error at the last moment.

    Summary: using printFrom to print a single frame that has multiple iterations of the same flash movie causes Director to crash, both in authoring and projector. I'm on Mac OS9, but it'll have to run on Windows, too. Can't test that here.

    Details:

    Please understand the architecture can't be changed, nor can we use POM. There's no time (has to be delivered tomorrow) nor $, nor does the client want to see a print dialog box.

    The application is a proofreader's tool to review hundreds of banner ads, both swf and animated gif. Six iterations of the same ad are placed on the stage. There is a separate corresponding cast member for each of the six sprites, but each cast member points to the same swf (naturally) via "filename of member" (as opposed to importFileInto -- does this make a difference?). There are six sliders onstage to change the frame of each individual flash sprite, and a print button that has this script attached:

    on mouseUp
    printFrom (the frame, the frame, 80)
    end

    So they want to be able to print one page that has six copies of the same swf file visible, each paused at a different frame.

    When I click the button, it gives me an "out of memory" error and crashes wth a type 3 error. The memory error message is spurious -- there's plenty of RAM made available to the program in either authoring or projector mode. I tried this on two different machines with the same result.

    Any help appreciated!

    Oh yeah -- this is Director 8.5.1. I'll try MX next.

    best,
    FBC




    Bentmen webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. flash player causing firefox to crash
      i never used to have any problems at all with flash player or firefox then all of a sudden i start recieving an error notice that states something...
    2. Flash causing browsers to crash, HELP!!!!
      Each browser I have tried; IE 6, IE7, firefox 2.0, Netscape 8.1 all crash when i view flash sites. This happens on severl sites watching video or...
    3. Error causing server to crash
      hi, every once in a while (read: a lot) the cf server just stops working and i cannot seem to figure out why. today i found a msg in the log files...
    4. Flach Player causing IE to crash
      Please help, I am not very computer literate. I recently purchased a game online called Magic Vines. When we try to open the game we get an error:...
    5. fully editable datagrid causing crash
      i need to display up to possibly a few hundred rows from a database table in a datagrid that is fully editable. there need to be 5 editable...
  3. #2

    Default MX fixed it

    Hmm... well, when I tried it from MX, it printed with no problem. Go figure...

    I'd still be curious as to whether anyone else has seen this problem.

    best,
    FBC


    Bentmen webforumsuser@macromedia.com 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