Error 1172 and 1120

I'm VERY new to flash and have recently downloaded a flash photo gallery. It was advertised as CS3 and newer. I'm using CS4. It uses AS3. I simply need to make a couple of design changes, but I'm getting errors when I go to publish the Fla.  All the folders and .as files seem to be in the right place and have the proper names. The gallery has been given good reviews and people seem to like it, so I'm assuming it's fine. Just probably something simple I'm missing. Is anyone able to help me through this?
I get the following errors:
1172: Definition caurina.transitions could not be found.
This seems to refer to the following code:
import caurina.transitions.*;
I also get the following error:
1120: Access of undefined property Tweener
This seems to refer to the following code:
function tn_over(e:MouseEvent):void
          var mc:MovieClip = MovieClip(e.target);
          var s_no:Number = parseInt(mc.name.slice(8,10));
          Tweener.addTween( mc, { alpha: 0.5, time: tween_duration, transition: "easeOut" } );
THANKS!

Similar Messages

  • Error 1172 and Error 1 when opening VeriStand

    Error 1172 comes up and immediately after Error 1 comes up when I try to open VeriStand.  I am remote logging into the computer that this is happening to.  I know that just before I logged in, a co-worker was on it and had VeriStand open just fine.
    He tried to run a project and got Error -63195; which is a different issue altogether, but wanted to make sure I didn't exclude any information that might be useful.
    So I remoted into the computer to try to replicate the error that he got and I can't even open VeriStand without errors.  If I click continue the errors will disappear and I am shown the VeriStand start up screen.  If I click on "Configure Project" I get Error 1 again.  I can't go any further.  Does anyone know what the problem is?
    Attached are a copy of the errors.
    Attachments:
    vserror.png ‏49 KB

    Hello,
    Just saw the second post, you will have to repost to the NI Veristand forums.
    Best Regards,
    Jignesh P
    Applications Engineer

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

    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!

    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.

  • I'm trying to use import com.adobe.crypto.* on Windows version of my App but get error 1172:Definition com.adobe.crypto could not be found

    The Mac version of my Air app works fine, so does the iPad version, but the PC version has been a bit of a nightmare.
    I keep getting the error "1172:Definition com.adobe.crypto could not be found", when I publish it.
    Basically the 'com' folder is in the same directory as the app I am publishing and within that is 'adobe' and within that is 'crypto' within that is a series of .as files.
    I've added C:\Users\Gary\Documents\My_Applications\My_App_folder\com\adobe\crypto to source path list (I have no idea if that's right).
    But that just gives me a different error 5001: The name of package com.adobe.crypto does not reflect the location of this file. Please change the package definitions name inside the file.......
    I didn't have to include this source in the Mac version... but someone seemed to suggest it on a forum.
    I'm basically stabbing in the dark at the mount, something I seem to be doing a lot of these days. :-(
    Any help would be greatly appreciated.
    Many Thanks
    Gary

    I've figured it out
    Turns out I needed to add a source path (in the Actionscript 3 settings click on the Source File Tab) that exactly matches the directory the app and com folder is inside of. I wrongly assumed that Adobe Air could figure out where it was for itself, but no.... it needs to be told where to look for the com folder even though it's staring it right in its face. (Don't set the path to the 'com' folder itself, but to the enclosing folder that the .fla and the com is in).
    The Mac version doesn't seem to need that, it just finds the com folder if it's inside the same folder.
    Now I've got another massive error:-
    When I test the app, it works fine sending to Air for Desktop, however when I publish with embedded runtime for Windows.... It comes up with this error.
    Any ideas ?

  • Error 1172 occurred when sending smtp email via labview

    I found these two useful vi example to send smtp email using Labview:
    http://decibel.ni.com/content/docs/DOC-7451
    http://decibel.ni.com/content/docs/DOC-2401
    However, I got error 1172 saying "No connection could be made because the target machine actively refused it 74.125.91.109:587". I'm using gmail to send emails and pretty sure that all the settings in the VI are correct. According to http://mail.google.com/support/bin/answer.py?answer=13287, I tried both 587 and 465 as the port, and nothing would help. 587 will give the 1172 error and 465 will hang the vi for a while after stopping it. This 1172 error is unlikely due to the suggestion from the 2nd link, "Note: If you receive Error -1172 with this example, try logging into the Gmail account with your browser.  This error can occur with Gmail accounts that have been inactive for a period of time.  You must log in with a browser and verify CAPTCHA text to reactivate the account." because the error kept on even when I login to my gmail account.
    I got myself a solution from http://stackoverflow.com/questions/2737823/unable-to-send-smtp-mail-with-net-network-issue, which says to turn off the antivirus software. I turned off McAfee on my PC and it did work. Now, I'm able to send email, even when I log out my account. However, I'm not happy since I have to keep my antivirus off. My question is, is there any way to walk around this issue? i.e. being able to send email with antivirus on?
    My 2nd question: how to send message to multiple recipients? The string array to the "recipient" does not work, and the form of "[email protected];[email protected]" does not work neither. Do I have to create multiple property nodes for the recipients or better way to do it?
    Many thanks 
    Message Edited by holyna on 06-14-2010 11:34 PM

    Hi Bhuvanesh,
    I noticed that the original thread here hasn't been updated in over a year. In the future, it will be helpful if you begin a new topic for your issue.
    I will first address your second question concerning sending SMS messages using LabVIEW. The only way LabVIEW can send an SMS text message is by passing an e-mail to the appropriate SMS gateway service. This gateway will vary by cellular provider. You will need to obtain the SMS gateway service information for each carrier you wish to push text messages to. 
    As far as the error you are receiving, we will need more information in order to narrow down your problem. What is the exact error message you're receiving? Are you receiving "1172: No connection..." or some other variation? A screen capture of your code would also be very useful.
    Regards,
    Andy C.
    Applications Engineering
    National Instruments

  • Error 1172, an error running a VI in the second time call of the DLL

    Hello All,
    I am a beginner in labVIEW.
    I have to write a test program in labVIEW which uses a DLL created by other programmer.
    I called the DLL from my labVIEW to control DIOs, a serial port, communicate with a slave device, perfrom a flashing task.
    While testing the program, I found that the program is OK if I use it just once, however, if I want to run it coninuously using a Do-While Loop, it failed with
    Error 1172.
    As far as I could understand, it seems that the DLL creates a log file in C:\ while it was called for the first time, and the process does not stop taking control of this log file even after the DLL is closed.
    Then when the DLL is called for the second time, it looks for the same log file to write new info but as it was taken control by the previous process, there comes an error.
    Please find the attached files.
    Hope there would be somebody who is able to help me to point out my mistakes in my vi or suggest me a solution for it.
    Thanks and Best Regards
    Aung
    (As the system does not accept the DLL attachment, I changed the extension to .pdf for the DLL File)
    Solved!
    Go to Solution.
    Attachments:
    I Basic Flasher.vi ‏60 KB
    Failure.xls ‏86 KB

    -message deleted -
    Message Edited by Ray.R on 11-17-2009 08:01 PM

  • Error 1172 occured at invoke node

    Hello
    I am new to Labview and object oriented programming. I have an already written c# code which communicates with a digital I/O card attached to a test system. I want to run those c# functions in labview. I am using .NET constructor pallett and then invoke node but I am receiving following Error:
    Error 1172 occurred at Invoke Node Error calling method DmmCSharp.Handler.Reset, (System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
        Inner Exception: System.Runtime.InteropServices.COMException: KtMDsr: A connection to the instrument has not been established.)
    Image file of error and vi file is attached below.
    Attachments:
    vi file.png ‏5 KB
    error.png ‏45 KB

    The clue is in the 'A connection to the device has not been established'. You are trying to reset the device - presumably without having first configured the appropriate parameters or opened connection to it so the library is probably throwing that error.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • 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.

  • Error 1172 when click on Processes tab in SimpleTaskMonitor.vi

    Hi,
    I'm trying to run the SimpleTaskMonitor .net example that comes with LabVIEW 7.0. When I click on the Processes tab while the vi is running I get the following error:
    Error 1172 occurred at Exception has been thrown by the target of an invocation.>> Cannot read Instance :CSDispatcher. in SimpleTaskMonitor.vi Possible Reason(s): A .NET exception occurred.
    How do I fix this problem?
    I have Microsoft .NET Framework 1.1, Microsoft .NET Framework Hotfix (KB886903) and Microsoft .NET Framework SDK (English) 1.1 installed and am using LabVIEW 7.0.
    I had been getting a message when I opened the vi that the System, Version 1.0.3300.0 assembly had not been referenced, but I found a link on NI's website that said to double-click the PerformanceCounter constructor nodes in the vi and select the appropriate constructors from System, Version 1.0.5000.0. I did that, which made the message when I open the vi go away, but I still get the above error when I go to the Processes tab while the vi is running.
    Thank you for your assistance!!
    JesseB

    For those that might be interested, we've been able to isolate it down to a Win32 issue and CSDispatcher. Using a straight C# application, we get
    Received an exception: System.InvalidOperationException: Cannot read Instance : CSDispatcher.
    at System.Diagnostics.CounterDefinitionSample.GetInstanceValue(String instanceName)
    at System.Diagnostics.PerformanceCounter.NextSample()
    at System.Diagnostics.PerformanceCounter.NextValue()
    when trying to read the "Private Bytes" value. I am not sure if it is a bug with the Win32 Perfmon provider or something that CSDispatcher has done to disable that counter.
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • 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.

  • Upgrade from LV2010 to LV2011 causes USB Error-1172

    Hello NI world,
    I'm a newbie to LabVIEW, and hope I might find some info on my issue.
    I have a VI that takes a sequence of binary digits, creates an array, and sends the sequence out on USB.  This works in LV2010.  Last night I upgraded to LV2011, and the system reports an error: "Error 1172 occurred at Error creating instance of Form1 in assembly..." (see attached document for complete error message, and a piece of the flow.)  I thought it might be due to obsolete .NET software, so I updated .NET to v4, with no change in behavior.
    I adopted this code from another engineer, who is now off on new adventures.  Now that I've mucked with it in LV2011, I can't open it in LV2010.
    It appears the files in question are 'usbGenericHidCommunications.dll' and 'WFF Generic HID Demo 3.dll'
    My Setup: PC, Windows-XP (SP3), LV2010 and now LV2011, .NET Framework 3.5 and 4
    Any suggestions are welcome.
    Thanks,
    Duman
    Attachments:
    LabVIEW_Error.doc ‏55 KB
    LabVIEW_ErrorB.doc.docx ‏120 KB

    to be able to use .net 4 you should add a special file to the labview.exe folder.
    Maybe that one is not in place
    it is called LabVIEW.exe.config
    and the contents is below this line
    <?xml version ="1.0"?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
    </startup>
    </configuration>
    greetings from the Netherlands

  • SAI PDF Generator Error 1172

    Hi everyone!
    I am to trying to create a PDF with Simplicity AI Generator found in Labview's VI Manager module.
    Following the examples given with it, I have an error when trying to create the report.
    The error is the following:
    Error 1172 occured : Constructor Node Error creating instance of CustomPDF in assembly Sai.CustomPdfGenerator.CustomPDF, Sai.CustomPdfGenerator, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, (System.UnauthorizedAccessException: access to 'C:\Users\antoine.Courtois\Desktop' refused.)
    The error might be a bit different than the normal English one (translated from french).
    Anybody has an idea of how to fix it? I've been looking on NI.com concerning this error, but can't get it to work though.
    .NET framework seems to be well installed on my computer.
    Cheers!
    Antoine C.

    Antoine, you have at least two problems:
    -1)  you supplied a directory path instead of a file path;
    -2) you supplied a font constant instead of a font.
    Jean-Marc
    LV2009 and LV2013
    Free PDF Report with iTextSharp
    Attachments:
    Test PDF-mod.vi ‏29 KB

  • Error 1172 Target Invocation Exception

    I am working with a labview program that controls the piezo device driver "d-Drive" by Piezosystemsjena.
    The execution of the sample program provided by the supplier (attached with this post) results in an error message stated below:
    Error 1172 occurred at Error calling method Piezojena.Protocols.Ddrive.DdriveServices.ConnectDdrive30Dv50ToVisaSession, (System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
        Inner Exception: System.IO.IOException:
        Inner Exception: System.DllNotFoundException: Unable to load DLL 'visa32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E))
    How can I get rid off this error?
    Thanks in advance !!
    Attachments:
    piezojena-ddrive-lv_driver-1.0-lv11.zip ‏790 KB

    Maybe this:
    http://digital.ni.com/public.nsf/allkb/F326A891E72073B486256EEC0006E019
    Jean-Marc
    LV2009 and LV2013
    Free PDF Report with iTextSharp

  • Controlling Aerotech's AVL125 w/ Labview - Error 1172

    I'm working with a Aerotech stage (Model # AVL125) and have a problem with my labview program. The purpose of the program is for the stage to oscillate for a certain period of time and return a graph which maps the velocity time and amplitude of the oscillations. Using the labview samples provided in Aerotech's Soloist program files (primarily Oscillate.vi and PlotScopeData.vi), I was able to piece together what I believed to be a program that could carry out this function. Everytime I input values for the oscillations, I hit run and watch the stage move for a split second, but shortly after I get a 1172 error in labview. I have attached the error message and my program. I'm not sure how .NET works and program primarily in C++ and Java. If someone could clarify what exactly the issue is or what I can do to fix it, that would be much appreciated. I'm new to the forums so if this question or something similar has been asked, redirection is also helpful.
    Thank you 
    Attachments:
    PlotScopeDataOscillate.vi ‏23 KB
    Error 1172.PNG ‏157 KB

    Thanks for the response. The error is occuring at the Disable.vi. Here are the block diagrams for Oscillate, Disable, and Disconnect.
    Attachments:
    Disable VI Error.PNG ‏127 KB
    Disconnect VI Error.PNG ‏158 KB
    Oscillate VI Error.PNG ‏138 KB

  • I set up family sharing wrong, so i left family sharing and joined the right way agin but an error occurred and now it tells me I'll have to wait 364 days to rejoin again! How can I reset my account so I can use it again?

    WWhen I set up family sharing i did it with me as family organizer, but as my spouse is the organizer I had to leave the "family" I created and join his. But while setting it up an error occurred, and the screen went blank. Now I tried to join his family sharing again, and my phone keeps telling me I can't because accounts can only join families twice a year.
    I Don't really want to wait 364 days from now, is there a way in which I can reset my accoint so I can join family sharing again?
    Apple support doesn't have a solution for me yet!
    KInd regards

    This morning I looked at my family sharing account again an IT WORKS NOW! Think Apple has done a reset to my account, though I'm not exactly sure why! So I hope it works for you guys as well!

Maybe you are looking for

  • Hp Officejet Pro L7590 Paper Jam and Ink is not working well

    My HP Officejet Pro L5790 says paper jam, but I went through all of the printer, and there is no jam. When doing to self printing test, the ink is not full on the page. There are lines through the words making it difficult to read. It is as though th

  • Disk Utility and fsck report 'missing thread records' and can't repair.

    Hello, What first made me realise there was a problem with my iMac was that when I tried to update a application it failed. I then manually download the .dmg of the update and tried replaced the app (Transmission 1.82 being that app in question). Thi

  • Named destinations - unicode

    Hi i am wondering how i can use named destinations that has special letters in them linking from a homepage? My Document.pdf#target dãc I get it to work using the command line: AcroRd32.exe /A "nameddest=target dãc" "My Document.pdf" and i get html l

  • Skype for LG Smart Tv 2012

    Hey,Anybody has an idea when skype app will be availabelf or LG 2012 smart TVs?cheers

  • How to read data simultaneo​usly from different cdaq modules?

    Is there a way to synchronize input from separate cdaq modules? I need to read a voltage on an NI-9219 analog input channel and a frequency on an NI-9211 channel.  As far as I can tell a single "task" can only read input from channels on one module.