Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
D-Loco webforumsuser@macromedia.com #1
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
-
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... -
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... -
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... -
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... -
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... -
GilesW webforumsuser@macromedia.com #2
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
-
D-Loco webforumsuser@macromedia.com #3
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
-
Scott Fegette #4
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...other movies doesnt work... ive tried re-writting it but it doesnt work!!> 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
Any ideas or tutorials on how to make a preloader in the 2004 pro version?>
>
Scott Fegette Guest
-
D-Loco webforumsuser@macromedia.com #5
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



Reply With Quote

