Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Getting error message 1119/1120, from CS4 to new CC professional

New Here ,
Jul 10, 2013 Jul 10, 2013

Hi all, I did a flash website for a friend while in college using CS4, now she wants some updates so I opened the original file in flash CC professional. AND NOTHING SEEMS WORKING ANYMORE.

I keep getting errors 1119 and 1120. I have no idea how to fix them since I didn't know much back then and never keep up with the program.

Here is my coding:

btshoemovie.onRelease = function (){

          gotoAndPlay ("shoes")

}

Flash keeps telling me error through 1119 and mentioned simplebutton, which I have no idea with.

Also I have a preload bar using the code as follows:

this.onEnterFrame = function() {

filesize = mcnun.getBytesTotal();

loaded = mcnun.getBytesLoaded();

preload._visible = true;

if (loaded != filesize) {

preload._xscale = 100*loaded/filesize;

} else {

preload._visible = false;

if (mcnun._alpha<100) {

mcnun._alpha += 10;

}

}

};

And now it's getting 1120 errors saying undefied property loaded and file size.

I really know little about Flash and I just want to help a photo friend upload her galleries to her site. Please explain as simple as possible. Thank you all very very much!

TOPICS
ActionScript
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 10, 2013 Jul 10, 2013

you're using as2 code with the as3 compiler.

to remedy, click file>publish settings>script>selection actionscript 2.0>ok to change the compiler from as3 to as2.

Translate
Community Expert ,
Jul 10, 2013 Jul 10, 2013

you're using as2 code with the as3 compiler.

to remedy, click file>publish settings>script>selection actionscript 2.0>ok to change the compiler from as3 to as2.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 10, 2013 Jul 10, 2013

From my publish settings there's only one option I can choose which is ActionScript 3.0. I just download the Flash Professional CC today and when I open it I got messages saying this version is no longer support Actionscript 2.0. I went to Creative Cloud there's no older version of Flash availble....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 10, 2013 Jul 10, 2013

you can't use flash cc to edit an as2 file.

and you can get flash cs6 with your cc subscription (and then edit as2 files).  after logging into your cc account>click to download flash cc>there's a combobox on that page where you can select flash pro cs 6.

you should also be able to select flash pro cs6 from your creative cloud desktop app.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 10, 2013 Jul 10, 2013

Thank you so much! This works!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 11, 2013 Jul 11, 2013

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 14, 2013 Jul 14, 2013

Kglad - you're my hero! Thank you so much! / Jens Ehrs

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 14, 2013 Jul 14, 2013
LATEST

you're welcome, jens.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines