Flash CC on W7 . By importing fl.controls like 'import fl.controls.Button';  I get compilation error 1172. Solution?

Flash CC on W7 . By importing fl.controls like 'import fl.controls.Button';  I get compilation error 1172. Solution?

Can you show the relevant code and the complete error message?  Before running go into your Flash Publish Settings and choose the option to Permit Debugging - it can help by adding information to the error message.

Similar Messages

  • When importing photos into iPhoto I get an error Unreadable Files:

    When importing photos into iPhoto I get an error Unreadable Files: The following files could not be imported (they may be an unrecognized file type or the files may not contain valid data).
    I can open the JPG in question with PREVIEW, photoshop etc.. actually if I try to import a photo that I had originally imported it also fails..
    Please help... Thank you..

    I too had this error message (and to be honest, it was becoming a bit of a pain). I resolved it in a slightly different way to Terence.
    I had 10 photos that were allegedly unreadable; however, as Terence rightly says, they are duplicates. When I opened iPhoto I mad a note of each of the files concerned and did a Spotlight search throughout my hard drive.
    For each photo, there were four or five duplicates. I deleted all but one of each of the photos and then reopened iPhoto. No more error message.
    The original problem stemmed from importing my files directly from an external device I was using with a previous computer [that was running XP].
    Anyway, hope this helps.
    Andy

  • My apple password and id works on everything except when i go through the control panel, i get server error

    I get server error when I try and open I cloud on the control panel. My id and password work on everything else. Anyone know how to fix this. Vista 8.

    What is your current connection via speedtest.net
    Make sure DNS is set to auto (settings - general - network)
    If on wifi try ethernet

  • When importing my Tournament PDF I get a error

    Is there a limit on how many fields that can be imported as I am getting a error message when importing and detail of problems don't tell me anything. I have about 100 date fields on my Tournament sign up entry form.

    I am not aware of any limit. Would you mind send your PDF to me at [email protected]?
    Thanks
    Ken

  • While importing a certificate I'm getting an error. What to do?

    I am trying to import a certificate, but after filling in my password I am getting the following error:
    PKCS #12-processing failed, reason unknown.
    (I translated this from Dutch, so it may not literally be the same...)
    Hope someone out there knows what to do...

    You can contact the iTunes Store Customer Service department at no charge using the form on their Support page (select the category and subcategory closest to the issue you're reporting and you'll find an "Email Us" button) and explain your problem to them.
    Copied from Varjak Paw in :https://discussions.apple.com/thread/2598671

  • While trying to import an audio CD, I get an error message, "you don't have the privilege to make changes"

    I'm trying to import an audio CD into iTunes, but I keep getting a message saying, "Error occurred while converting the file . . . You do not have the privilege to make changes." I've tried selecting all the different encoders, WAV, MP3 and AAC, and still nothing works.  I would appreciate the help.

    Try HT203242: iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install.
    tt2

  • HELP... Unable to alter any parental control settings- I get an error message immediately and the lock goes back on.

    Is there a fix to the parental control problem – in Mountain lion? I've been unable to change any control settings for months...should have kept the family PC...this IMAC is garbage at this point.

    Although one would think that re-creating the index could fix this problem, that’s not the case. What sometimes works is restarting the computer or doing some cache-cleaning — don’t ask me why, and I don’t know how to fix the problem when that doesn’t work either.
    You may also want to take a look at the following thread, where another user reported the problem in his/her case was related to a difference in how the email address was written:
    Error - "... unable to find your response..."

  • ACS 5.1 - EAP-PEAP - Imported public cert - Clients still get cert error

    We have ACS 5.1 up and running. Our company has a SuperCert purchsed with Thwarte so we requested a Certificate. Once we figured out the formatting we were able to successuflly get the certificate to bind to the CSR. For some reason our windows 7 users will be prompted the first time they connect with an option to terminate or continue. If they continue they are able to connect to the WLAN just fine. Our MAC users are always prompted with the cert error, even if they install the ceritificate. Unlike ACS 4.x and earlier I do not see where I can import the Root CA so we are thinking about purchasing another certificate from another public CA but who? Any thoughts are idea's would be greatly appreciated.

    Hi,
    Adverstisement apart, Verisign is widely used and trusted.
    However, even using your current CA, you should be able to install the Root CA and the ACS cert on the client machines under the trusted CAs and then the warning should not popup anymore.
    HTH,
    Tiago
    If this helps you and/or  answers your question please mark the question as "answered" and/or rate  it, so other users can easily find it.

  • I am trying to reinstall Flash CS4 professional as the action script is not working but now I am getting an error: 2 message when I use the original CD to try and reinstall

    I can't get the original disk to work on a reinstall.  I get the message
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    I teach a class using this program on Macintosh computers running 10.9.5 and the action script is not working.  It will work on any program designed using the 10.8 but if you design any animation on 10.9.5 the action script will not work for the buttons

    You would have to manually delete the color profiles in question... Run the cleaner tool and see if it gets you started.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • Adding import fl.video causes a compiler error

    So I added this to my action script:
    import fl.video;
    And got these compile errors:
    1172: Definition fl:video could not be found.
    1172: Definition fl:video could not be found.
    Checked my version, and I DO have CS3 Professional.
    I'm assuming I'm missing something really easy. Help?
    Thanks,
    Scott Osborn

    myIP,
    Tried that, and no go.
    Went to Edit->Preferences...->ActionScript
    Clicked the "ActionScript 3.0 Settings..." button.
    Looked in that path, and it wasn't there. Did a search on my
    Flash CS3 folder and found what looked to be the video playback
    code in:
    ...\Component Source\ActionScript 3.0\FLVPlayback
    Added that to path to the "ActionScript 3.0 Settings".
    Tried it, and I'm in.
    I THINK this is the solution, but will have to wait until
    I've tested all the functionality.....
    Thanks man,
    Scott

  • Error 1172 trying to use mx.controls.List class

    I am trying to write code in Action Script in Flex Builder 3
    but I am having trouble using some of the classes in the mx
    package. When I import like this:
    import mx.managers.PopUpManager;
    import mx.controls.List;
    import flash.display.SimpleButton;
    The SimpleButton imports just fine but for PopUpManager and
    List, I get these errors:
    1172: Definition mx.managers:PopUpManager could not be found.
    1172: Definition mx.controls:List could not be found.
    Other controls in the mx package seem to be available such as
    mx.managers.IFocusManager (along with three other interfaces in
    mx.managers.
    Why is only part of the mx package available?

    Hi,
    I had a similar issue with the flash.desktop package. It
    turned out I was running Flex Builder 3 Beta 2, not Flex Builder 3
    Beta 3. I uninstalled Flex Builder, the Flex sdks & the Air
    sdks & re-installed all the latest, that resolved the problem.
    Hope this is some help.

  • Control Button not working for Apple Lossless Music

    I have a brand new black iPod shuffle and the control button in the middle has been problematic, at best, with my Apple Lossless music that I had on my PC.
    When I push the control button, I get nothing. Only the female voice telling me what that track name is. I've attempted different "button pushing" methods such as once, twice, three times, as well as durations, 250 ms, 500 ms, 1 second. Nothing seems to work, I don't have any 128 kbps (garbage in my opinion) to try it out on.
    Suggestions?

    Thanks for the response, couple of questions...
    1. Do you have the "Manual Music Manage" or similar button checked on your 3G shuffle?
    2. Did you put the lossless CD tracks in a playlist, or just "heap" them in a giant list (like I have, I don't do playlists)?
    3. Did you use iTunes (8.1.x) to do the ripping, or an older version. These lossless tracks are quite old, I don't even think that I had v8 when I originally did them.
    Message was edited by: NKS Guy

  • Flash Professional Question: About the compiler error window

    Sorry if this is the wrong forum however I was unable to post a question to the Flash Professional forum for some wierd reason. Basically my question is, when I get an error in my console in Flash Professional is there an elegant way of zooming to my intended editor, Flash Builder? The built in code viewer is useless and a hassle to use.

    Launch the movie Flash Builder:
    Run > Test Movie will launch in Flash Pro and give compile errors in Flash Builder
    Run > Debug As.. will start a debug session (in browser or AIR) and you can debug it from Flash Builder (runtime errors, breakpoints, etc.)
    -Aaron

  • Flash 2004 MX will not import .FLA's into the library

    I can't imagine why this is- but if someone has some
    eperience here- I would be so ever grateful.
    I can't get Flash MX 2004 to inport FLA files into the shared
    library. When I select inport/into shared library I get an error
    message that says flash does not recognize the .fla file type and
    wants to know if I should let quick time see if it can recognize
    the file. "Use quicktime instead".
    Here is what I have tried:
    Reset the file types in File/Folder under control panel to
    default- Flash- But all file types were already recognzed- -reset
    was just a deperation hope and prayer.
    Un-installed quicktime then tried to import- no
    un-installed flash- reinstalled flash- tried to import- no
    Installed newest version of Quicktime and then tried to
    import- no
    Reverted to a prior system restore point- then
    Re-installed Flash - tried to import-no
    looked in the registry but could not navigate to anything
    that resembled file extensions-
    Flash saves FLA's and makes SWF's just as it should- opens
    FLA's and sees FLA file types in the saved folder.
    When I initialize the import/to library functon FLA file
    types are not listed unless I select "all file types" in the file
    types drop down- it does recognize SWFs
    Flash did recognize FLA's until I played a Quicktime
    Instruction CD. With no further action on my part, it quit
    importing correctly-
    No viruses are found
    ?? ideas
    Thanks
    -D
    Any other ideas or work-arounds would be greatly
    appreciated-

    Thanks Shane- but when I need to share a library file- I
    select file/ import to library and that is where I get the error- I
    was able to share Flash librarys befor I played the quicktime file-
    and now- unfortunately FLAs are an unrecognized format. And I am no
    longer getting the additional mesage "do you want Quicktime to try
    and open them. Just a message that says "one or more files were not
    imported because there were errors reading them"
    But they open in flash.... which is what I don't understand-
    something has happend that flash no-longer sees the fla file type
    under the File/ Import to Library.
    -D
    Yeah, that would have been a ton of effort... Hopefully a
    little more clarification in the details...

  • Flash CS4 does not allow importing .tif files

    Hello, anyone know why Flash CS4 does not allow import .tif a few days to date. I worked very well and now he tells me something of a Swift 3D importer, but have not installed or that or any other programs lately, I also have QuickTime.
    The truth is very strange that no permits, hopefully someone knows of that is due. Need help, please.
    Thanks

    That's exactly what I'm doing (since using 1 Graphic Symbol instead of 2). In my current Flash work I have a bunch of Classic Tweens and those all worked. But when I try a Graphic Symbol that's a line of text, then it suddenly doesn't work (the timeline does change color with an arrow, but the text stays the same size with the exception of the second keyframe where it promptly turns into what's in that one). I even tried a random Classic Tween just now making a rectangle grow to make absolutely sure I wasn't doing something wrong, and that one worked immediately no problem.
    And never mind that. Now it does work. I suppose I indeed did something wrong. Thank you very much for the help!
    Say, one small question: does Adobe Flash have a function to properly set video clips after each other in one big video clip? Or do you have to manually count the frames and add the video clips at the proper frame yourself?

Maybe you are looking for

  • [SOLVED]Random system freezes

    Hello, My Dell Studio 1558 runs ArchLinux with XFCE. Everything is fine except two problems: Random system freezes and slow wlan download speed. I think that those problems might be related. Since some updates ago my Laptop will just randomly freeze.

  • Why firefox has slow response when i 'm saving pictures to hard disk?

    I have windows 7 64 bit and Mozila firefox ver. 17.0.1. I have the following problem. When i try to save a picture from a site (right mouse click and save as) to the hard disk of my pc, the response of firefox is slow. It takes about 6 to 10 seconds.

  • Acrobat Pro 7.1 how to delete url link from pdf doc

    I accidently selected the wrong text when I set up a link to a web page. Nothing I do will allow me to delete the linking capability. When I click on the link, it takes me to "no such address" message in browser. When I search Arcobat help, it appear

  • What is the best camcorder for final cut pro 5.1.4

    yes i know it is an older program i am having problems uploading video from certain cameras to final cut pro.  i was told it was a software problem with certain cameras and i cannot find any cameras that have firewire anymore that are not really expe

  • Cisco FWSM 'deny inbound' error in ASDM

    Hello We have an explicit rule allowing inbound traffic, however it recently stopped working. The rule is still in place but we get a Deny message in the logs and the traffic does not pass. Would NAT have an affect on this? Someone changed the NAT fr