Flash 2004 Professional

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

  1. #1

    Default Flash 2004 Professional

    Right... i have just downloaded the new Flash 2004 and put it on the professional edition for trial! I have previously made some .fla files in college (because im not lucky enough to get flash for myself) and i have found that they dont work on the 2004 edition! everytime i go to open the file it says "Unexpected File Format" so i then brought by .fla file back into uni and i found that it does work on the mx edtion (which i made it on). Does anyone know why this is?

    Also when i go to make a preloader on the new edition with the code i used for the mx edition it doesnt work!!!!

    What is going on>?? mwahahahahaaa

    Anyone know why? Cheers, Gary

    Heres the code:

    function checkLoad() {
    var lBytes = _root.getBytesLoaded();
    var tBytes = _root.getBytesTotal();
    var percentLoaded = Math.floor((lBytes/tBytes)*100);
    loader.bar._xscale = percentLoaded;
    loader.percent.text = percentLoaded + "% of " + Math.floor(tBytes/1024) + "K Loaded.";

    if (lBytes>=tBytes && tBytes>0) {
    if (count>=12) {
    clearInterval(checkProgress);
    gotoAndPlay("main");
    } else {
    count++;
    }
    }
    updateAfterEvent();
    }
    checkProgress = setInterval (checkload, 50);
    stop();


    D-Loco webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Downloading Flash MX Professional 2004
      Hi. Um, can anyone help me as I've tried to download a Flash MX Proffesional 2004 and when it asked if I wanted to open, save or cancel, I chose...
    2. Flash MX 2004 professional
      I just installed Flash MX 2004 and activated over the internet. But what if I want to transfer to a computer without internet? Even today there...
    3. flash MX 2004 versus flash MX professional 2004
      Hi, I am new to flash but I would like to learn it to built a web site with flash game, animations and my cartoons. I would like to know if I...
    4. Flash MX Professional 2004 Question
      I have Flash MX Professional 2004 but I have noticed that the actions have changed. With the older version of Flash MX when you double clicked on an...
    5. Making the decision between MX 2004 with or w/o Flash Professional
      I'm not a Flash power user or part of an enterprise development team (the supposed target for Flash Professional), but I've also read that the...
  3. #2

    Default Re: Flash 2004 Professional

    whar vrsion are the olf fla. files? Flash MX 2004pro cant open older fla movies, which is y lots of ppl wont get it.
    hope this helps




    GilesW webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Flash 2004 Professional

    Right.... that answers part one of my question!! Cheers

    The other part is how do i make a preloader... cos the one ive made in my other movies doesnt work... ive tried re-writting it but it doesnt work!! Any ideas or tutorials on how to make a preloader in the 2004 pro version?



    D-Loco webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Flash 2004 Professional

    FYI- the licensed version of FMX2004Pro should open older documents just
    fine. It's been well discussed in the newsgroups that not being able to
    open older documents is almost always a symptom of some of the various
    cracks that are circulating, so if that's your case I'd suggest ponying up
    for a full license and actually supporting the product's future development.

    -Scott
    Macromedia, Inc.

    "D-Loco" <webforumsuser@macromedia.com> wrote in message
    news:bme5c5$hk8$1@forums.macromedia.com...
    > Right.... that answers part one of my question!! Cheers
    >
    > The other part is how do i make a preloader... cos the one ive made in my
    other movies doesnt work... ive tried re-writting it but it doesnt work!!
    Any ideas or tutorials on how to make a preloader in the 2004 pro version?
    >
    >

    Scott Fegette Guest

  6. #5

    Default Re: Flash 2004 Professional

    Thats just the thing!!! i havent cracked the copy ... infact it still says trial version on the openin screen!!! So i havent cracked it and i havent even tried my honourable friend!!!!

    So does anyone have any ideas on the pre loader?



    D-Loco 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