Flash CS3: AS3 - ReferenceError Variable #1065 is not defined

I have developed several actionscript classes. Two of these classes are associated with MovieClip objects in the library. The clips have their Base Classes of binding defined on their respective package and places and when I check the connection settings (using the check mark icon) Flash CS3 reports that it may find classes related to both clips.

When I check my code syntax there is no problem, and when I test the Flash animation no compilation errors are displayed. Yet, in the output window, I get the following error:

ReferenceError: Error #1065: class1 Variable is not defined.

ReferenceError: Error #1065: class2 Variable is not defined.

I placed class1 and class2 in the error messages above to represent classes that are associated with the MovieClip.

Am I missing an order import somewhere? I have the path set correctly in Flash CS3 preferences of the base class.

Thank you


It seems that this question was due to some of my classes not be marked public. I had followed examples in AS2 that had classes marked as dynamic without a public or private identifier. Apparently, AS3 assumes that all unmarked classes are private.

Tags: Adobe Animate

Similar Questions

  • [AIR 3.0] New JSON feature does not work in Flashpromanager.new: Error #1065: Variable JSON is not defined

    After the upgrade of the AIR SDK 3.0 in Flash Professional CS5.5, I found a few problems.

    First of all, the JSON class in the library of as3corelib.swc get now a few compile errors:

    1061: call to a possibly undefined method decode a reference of static type Class.

    1172: definition com.adobe.serialization.json:JSON could not be found.

    At first, I was completely puzzled, because I had the good ' import com.adobe.serialization.json.JSON; ' reference.

    and I got the "as3corelib.swc" referenced in my ActionScript properties, so how that was not found?

    Then, I discovered that it is because it is in conflict with the new internal JSON class included in AIR 3.0

    (perhaps it should have been called something else, to avoid conflicts with the own Adobe as3corelib library).

    The new native JSON class's decode() method. It is now called parse()

    OK, so I tried to use the new class JSON, but after changing the decode() with parse() and removing

    the "import com.adobe.serialization.json.JSON; ' reference, Flash tells me that"Variable JSON is not defined.

    Really? The JSON class is displayed in the window pop-up Flash Builder code completion,

    complete with its all new parse() and stringify() methods! So why it say it is not defined?

    Also, my SWF file gets compiled without error at all, so that checks that the new 3.0 libraries are in place.

    I get the error "JSON is not defined" when running in ADL, not at compile time. Why?

    In order to spend in the AIR SDK 3.0, I've followed this guide:

    http://kb2.Adobe.com/CPS/908/cpsid_90810.html

    I know that this is on the upgrade to AIR 2.7, but I guess the steps to switch to AIR 3.0 would be very similar.

    only with the AIR3.0 SDK package, instead of 2.7.

    I also took care of type version = '13' in all the XMLs, instead of version = "12" as indicated in this guide, which is intended to 2.7.

    Also, I followed this advice on the addition of -swf-version = 13 in the properties of the project in Flash Builder window:

    http://blogs.Adobe.com/Cantrell/archives/2011/08/how-to-use-the-air-3-Beta-SDK.html

    But this does not seem to make a difference, because, even if I use Flash Builder for editing code (which is usually used for Flex).

    my project is a Flash Professional project, not a Flex, and when you test the project, Flash Builder works Flash Professional

    to compile, then run adl.exe (it's the same thing that if you click on the option "control / essay film / in the AIR Debug Launcher (Mobile)" within Flash Pro).

    In the window 'settings of ActionScript"in Flash Professional, I also have the good airglobal.swc referenced (from the AIR SDK 3.0).

    and the same airglobal.swc is referenced in Flash Builder as well (in 'referenced libraries') in order to get the correct code completion.

    I tried all sorts of things to try to make it work, but no luck. Still getting the error "JSON is not defined" when running.

    I'm getting desperate in this regard. I'll have to return to AIR 2.7.1 to stop wasting time on this issue.

    BTW, I also have another problem unrelated (though maybe it happens for the same reason as the other problem).

    Now Flash Builder says the method getTime() in my code, as if it was no longer a method of an instance of class Date.

    I have a line where I ask the timestamp like this:

    TS = new Date () .getTime ();

    Worked perfectly well until now with AIR 3.0.

    Now, when hovering the mouse cursor over the orange icon "(?)" appearing to the left, Flash Builder says

    "Access of undefined property getTime. Why?

    Documentation AS3 says nothing about getTime() get depreciated any thing of the kind:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/date.html

    In fact, in the completion popup code to watch as Flash Builder, now, it is not any mention

    set or get methods, as you can see here:

    http://img836.imageshack.us/img836/4793/dateinstancepopup.png

    I guess I can use property hung up instead of . getTime() but I don't know why I'm getting all the methods I had before.

    Any ideas why this is happenning? Especially the dreaded error 'JSON is not set.

    Well, after a lot of tinkering, I think I've finally found a way to finally make it work!

    I created XML files modified with the profiles required for AIR 3.0 and after many tries, it finally works!

    I downloaded here: http://www.mediafire.com/?d5e761frl5px4

    Here are the steps needed to get AIR 3.0 works correctly:

    1. Place the three files in the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\Players.
    2. Then, make sure that you have unpacked the AIR SDK 3.0 in the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR3.0" do not crush the contents of the folder "AIR2.6", as suggested by the "Overlay AIR SDK" article (linked in the post above). He gave me problems. It is preferable to use another separate folder. My XML files are pointing to this new folder "AIR3.0".
    3. In the folder "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0 ' create a new folder named"AIR3.0 ". Inside this folder, copy the "airglobal.swc" file located in "c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR3.0\frameworks\libs\air.
    4. Finally, you will need to keep the file "sample.xml - descriptor ' the ' c:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\AIR2.6\samples" folder, but change the attribute xmlns to 'http://ns.adobe.com/air/application/3.0'.

    Yes, you must change this in the AIR2.6 folder, even if the SDK has been in AIR3.0. It's because of the way the publication settings work in Adobe Flash. It is hardcoded in a DLL, so that cannot be changed. Is not very intuitive.

    I think the AIR SDK installation should be much simpler than that! I know that Adobe AIR is intended for developers, not for end-users, but yet, all these procedures upgrade not well documented are a pain in the *. I lost a LOT of hours in this (more than half a day), with what should be a simple update!

    Adobe should make an SDK installation if we do not have to be tinkering with all these procedures errors whenever a new update is released!

    Well, I hope that these XML files are useful to someone and avoid more frustration.

    Kind regards

    OMA2k

    PD: BTW, I still have the problem of. getTime() described in my post above, but it is not very important.

    because I can still use the property hung up. Yet, it puzzles me why this is happening.

  • Get ReferenceError: Error #1065: Variable Transform3DController is not defined. When you use the debugging.

    Hello

    I just upgraded my Flash Builder to 4.6. Since the upgrade I get the following error right when I run my web files through debugging:

    ReferenceError: Error #1065: Variable Transform3DController is not defined.

    Global / flash.utils::getDefinitionByName()

    at ominds.mouseinspect::MouseInspector/onTmd3dModuleLoaded()

    I don't know if it came from the new update to the constructor or if it comes to liberate an issue with the new 11,1,102,55 Flash Player. It seems that when I arrived to http://www.adobe.com/software/flash/about/ it does not even load the flash movie.

    I'm on a Mac OS X 10.6.8 and I use chrome for most, but this problem also occurs in FireFox.

    Does anyone have ideas to wtf is happening?

    Thank you

    -Nate

    This is Firebug Firebug/Flash, the origin of the problem. I had to remove completely all firebug on the addons of firefox so that he stop throwing the error.

  • Adding easing to Flash CS3 AS3 components of user interface

    I'm working on an AS3 project where I have to use
    stock, out-of-the-box Flash CS3 AS3 components of user interface.


    Is it possible to add acceleration to the UIScrollBar [and
    other components that use the UIScrollBar as the list,
    ScrollPane, TileList]

    If anyone has a solution I will not mention my next child after you!

    Diane [aka Eugenia]

    It is not impossible.  You can extend any component.

  • Variable SRUCTNEW is not defined?

    Hello, we have recently upgraded to CF9.  Among the new features, with that I want to play is CFSPREADSHEET.

    Working with the sample code I found (here) and work fine.  But some functions return an error "Variable XXXX is undefined".

    I'm sure it's maybe a problem installation or a settings problem, but I can't find any resource on the web.  Here's a little piece of code base than simply errors on the STRUCNEW line:

    < cfscript >
    Set the file name
    theFile = "" #BaseRoot #files\FailureReportingAudit.xls ";"

    Create an Excel spreadsheet object and add test data.
    theSheet = SpreadsheetNew ("CourseData");
    SpreadsheetAddRow (theSheet, 'test test1', 1);

    Define a format for the column.
    Format1 = SructNew ();
    Format1.font = "Courier";
    Format1. FontSize = "10";
    Format1. Color = "dark_blue; « ;
    Format1. Italic = "true";
    Format1. Bold = "true";
    Format1. Alignment = "Left";
    SpreadsheetFormatCellRange (theSheet, format1, 3,4,30,10);
    < / cfscript >

    You can see the error for him at: https://www.calcerts.com/_WTF_cfscript.cfm

    If I comment the code from StructNew until the end of the cfscript, I get no error and the XLS file is created, no problem.  But when I try and create a structure so I can format it I get an error.

    An another interesting point, if I try to make the 'SpreadsheetFormatCellRange' function manually (not), I get a "Variable SPREADSHEETFORMATCELLRANGE is not defined.

    So, basically functions (not all or even most) are not "defined"...

    No idea why this function is not defined?  I won't this one correctly?

    It is spelled correctly, but the documentation says that it has been added in version 9.0.1. You may be running 9.0.0?

  • error: Variable QUERYTT is not defined.

    Hello I have this error on the application.

    Variable QUERYTT is not defined.
    The specific sequence of files included or processed is: Z:\dev\HD\dsp_TCQ.cfm, line: 136

    I then checked the line 136 and found
    < td width = "50%" > < police = "Verdana, Arial, Helvetica, sans-serif" color = '006666' point-size = "12" > < b > #QUERYTT # < /b > < / font > < table >

    its supposed to be there.

    I just wanted to know.

    I copied (DO NOT CUT) all files in this directory to another drive as a backup.

    This could be a problem. JUST A COPY AND PASTE.
    Help
    Thank you

    Is your statement of the "QUERYTT" variable inside an IF statement. If the IF condition is not satisfied you will get the variable to be undefined.

    Maybe it's not the exact reason. But you can check.

    Thank you

  • Opening in the same window using CSS and Flash CS3/AS3?

    I'm working on a portfolio in Flash CS3 and AS3. I try to avoid making all in Flash, so the home page is a header CSS/HTML page that will house a piece looped flash under the heading and the portfolio of the Interior will be flash parts within the same framework of header CSS.

    I would like to know what kind of code I need to use flash portolio navigation so that the 'Home' link will open the CSS/HTML landing page in the same window, rather than launch another window. Is this something that can be done using AS3, or do I me javascrpt as well?

    Any information or suggestion for a tutorial that I can take for this would be really useful and appreciated.

    You should test online.  Local test can have varying results in the measure of targeting windows going.

  • ReferenceError: The Net is not defined

    I have a big problem with Adobe Acrobat Reader (DC and 11), downloaded and installed on a new Macbook Pro. I did it twice on the machine (that I had to reinstall everything for another reason), and the problem again.

    If I try to change a form like this: http://erasmus-plus.ro/ro/wp-content/uploads/2013/12/Formular_acreditare_SEV.pdf

    I have a pop-up [ReferenceError: Net is not defined] and I can't continue.

    Please give me any suggestions or I can work only from an old copy of Acrobat Reader on an older Mac.

    Thank you

    Filippo

    Hi everyone, the answer seems really this, Adobe Acrobat Reader does not support the file systems case-sensitive.

    So, if you have installed OSX with optional support which is case-sensitive, you have only 3 choices:

    (1) you do not use Acrobat (well, this is not possible, as with several tasks, it takes acrobat)

    (2) you install Acrobat and all it's support of the files on a separate partition from the case of your Mac (but it of a bit long and do not know it is worth)

    (3) you can make a copy of your system on a case-insensitive partition and use a case-insensitive OSX, while keeping a small partition for your experiences where you need case-sensitive file system (seems the best option).

    For now Google Sketchup also has the same behavior, but differently since Acrobat it just to give a few strange warnings, but it is usable (not Acrobat).

    Thank you, it was nice if Adobe support worked a little better...

    Filippo Basso

    P.S. (favorite, when you have 10 min free, fun to see some activities in our ecological Center: http://volunteers.anandakalyani.org )

  • : Reference error #1065: Variable ContextMenuClipboardItems is not defined

    http://img2.PICT.com/27/6D/9F/3387824/0/1271788645.jpg

    I took a screenshot of the error I get if I use the squiggles and you can find it in the link above.

    I followed the same steps for the spellchecker using SpellingUI.enablespelling () and he worked sometimes and in a project, there have been over error

    (1) but I did not SpelingUI and SpellingContextMenu

    Haven't seen myself but I saw that after some research.

    6 http://forum.brightcove.com/T5/Player-APIs/New-Error-on-ContextMenuClipboardItems/TD-p/228

    Someone mentioned in the thread that compile for FP10 to work around the problem, you can try that.

  • ReferenceError: the document is not defined... help

    I am trying to add 1 year to the date placed in a text box and have the results appear in another text box. example of update on 25/04/2015 in "tx4" (name of the text box) and I want to date 25/04/2016 to appear in tx15 (name of the text box)


    Now I formatted the text boxes to 'date' mm/dd/yyyy


    When do I "trigger" this script occur?


    I think that the script below works but not sure I'm explaining it right?

    var curr_date = new Date (document.getElementById('tx4').value);      assigns to the variable 'curr_date' to the what box "tx4" good?

    var review_date = new Date (curr_date.setMonth (curr_date.getMonth () + 12));      assigns to the variable 'review_date' on the date in "tx4" more than 12 months (or 1 year) bon ?

    document.getElementById('tx15').value = review_date.format("MM/dd/yyyy");       place of the variable 'review_date' in the text box "tx15 . "right? "


    for something that should be so simple... wow...

    This isn't how access you the fields of a PDF file. You copied the JS code for a

    HTML page and it does not work.

    To access a field, you need to use something like this:

    this.getField ("tx4")

    Friday, April 17, 2015 15:44, JohnnyBQue [email protected]>

  • BB10: Error 1065 SkinAssets is not defined

    Try to get a very simple application of AIR working with BB10 10.0.4 AIR SDK and I get:

    ReferenceError: Error #1065: qnx.fuse.ui.skins Variable:kinAssets is not defined.
    at::ThemeWhite/createCSS() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeWhite.as:25] qnx.fuse.ui.theme
    at::ThemeWhite() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeWhite.as:20] qnx.fuse.ui.theme
    at::ThemeGlobals$/getTheme() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeGlobals.as:246] qnx.fuse.ui.theme
    to qnx.fuse.ui.theme::ThemeGlobals$/http://www.qnx.com/2009/qnx/internal:getCSS () [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeGlobals.as:235]
    at qnx.fuse.ui.core::UIComponent/get [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\core\UIComponent.as:910] css()
    at::UIComponent/init() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\core\UIComponent.as:212] qnx.fuse.ui.core
    at::TextBase/init() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\text\TextBase.as:666] qnx.fuse.ui.text
    at::Label/init() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\text\Label.as:115] qnx.fuse.ui.text
    at::UIComponent() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\core\UIComponent.as:180] qnx.fuse.ui.core
    at::TextBase() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\text\TextBase.as:468] qnx.fuse.ui.text
    at::Label() [E:\hudson\workspace\BB10_0_04-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\text\Label.as:107] qnx.fuse.ui.text
    at bb1() [U:\workspace460\bb1\src\bb1.as:12]

    It occurs when you create a label:

    import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
    
        import qnx.fuse.ui.text.Label;
        import qnx.fuse.ui.theme.ThemeGlobals;
    
        public class bb1 extends Sprite
        {
            private var label :Label;// = new Label();
    
            ///////////////////////////////////////////////////////////////////////////
            public function bb1()
            {
                super();
    
                // support autoOrients
                stage.align = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
    
                ThemeGlobals.currentTheme = ThemeGlobals.BLACK;
    
                this.label = new Label();
                this.label.text = 'Hello World';
                this.label.setActualSize( 200, 50 );
                this.addChild( this.label );
            }
        }
    

    The exception is thrown when you try to run it as an AIR application on the desktop.

    For BB10.04, skins residence in a native extension, so you have to add it to your project properties.

    Unfortunately, FlashBuilder requires two steps to do:

    The project must have the QNXSkins.ane added to it (preferences-> Build Path-> Native Extensions) and marked to be included in the file as well bar (preferences-> ActionScript Build packaging-> BlackBerry-> Native Extensions). For these, you need to expand the window to really see the checkbox for the DONKEY.

    Native extensions are under frameworks/libs/qnx/donkey.

    See you soon

  • ReferenceError: Error #1065

    I'm doing another lesson for the school. This time it's a game and it has been aligned on for us, the book told us what to code simply do not exact coding (darn them). So I am in it all, but now I get this ReferenceError: Error #1065 when I run the movie.

    The total error is:

    ReferenceError: Error #1065: Variable heartInstance is not defined.
    at skillsDemo10_fla::MainTimeline/goto2()

    My code for this image is as follows:

    import flash.events.MouseEvent;
    import flash.display.MovieClip;
    import flash.display.Loader;
    import flash.net.URLRequest;

    Stop();

    var arrow: arrow_cursorMC = new arrow_cursorMC;
    Mouse.Hide ();
    stage.addEventListener (MouseEvent.MOUSE_MOVE, followMouse);
    function followMouse(Event:MouseEvent)
    {
    Arrow.x = mouseX;
    Arrow.y = mouseY;
    addChild (arrow);
    }
    var myLoader:Loader = new Loader;
    myLoader.x = 0;
    myLoader.y = 0;
    myLoader.load (new URLRequest ("textAnimation.swf"));
    addChild (myLoader);

    var hits: Number = 0;
    goBtn.addEventListener (MouseEvent.CLICK, runIT);
    function runIT(Event:MouseEvent)
    {
    var heartInstance:targetMC = new targetMC;
    addChild (heartInstance) .x = 260, (heartInstance) there is 220;
    heartInstance.addEventListener (MouseEvent.CLICK, quiet);
    function hitIT(Event:MouseEvent)
    {
    visits ++;
    hitsBox.text = String (hits);
    }
    }
    endBtn.addEventListener (MouseEvent.CLICK, goto2);
    function goto2(Event:MouseEvent)
    {
    removeChild (myLoader);
    removeChild (heartInstance);
    gotoAndPlay (2);
    }

    Right now the film begins, and the play button does what it is supposed to. The little heart is displayed and flashes randomly on the stage, and when I click it, it increases the number of points. The problem is when I click on the endBtn. I looked on this a couple of times and can not understand. If it's just a misspelling, slap me please!

    Any help would be great. Thank you!

    Nested named functions within other functions is not a recommended practice, and you will do yourself a favor to cancel it (this quiet could also use a reinstall).  The error arose because you declare the variable heartInstance inside the function of runIT, which limits its scope within this function.  If you declare outside the service as you did with myLoader, the problem will disappear.  Another thing, do not use the event as event variable argument is a class name, you can use events or evt or e or any other thing that is a variable name valid.

    var heartInstance:targetMC;

    goBtn.addEventListener (MouseEvent.CLICK, runIT);
    function runIT(event:MouseEvent)
    {
    new targetMC = heartInstance;
    addChild (heartInstance) .x = 260, (heartInstance) there is 220;
    heartInstance.addEventListener (MouseEvent.CLICK, quiet);
    }

    function hitIT(event:MouseEvent)

    {
    visits ++;
    hitsBox.text = String (hits);
    }

    endBtn.addEventListener (MouseEvent.CLICK, goto2);
    function goto2(event:MouseEvent)
    {
    removeChild (myLoader);
    removeChild (heartInstance);
    gotoAndPlay (2);
    }

  • ReferenceError: Error #1065: Variable is not defined.

    Hi people.

    Whatever I do (think) I get the following message in Flash CS3:

    "ReferenceError: Error #1065: Variable is not defined."

    I have no idea what causes it, and therefor I can't seem to fix it. I tried looking for answers online, but I got that should declare my classes in public, what I had already made.

    Even a very simple class that runs a command track of his 'the constructor method won't work. It still gives me this message even if I have all the variables or track orders or whatever it is.

    It's really annoying, so help me please :)

    A

    I removed the full stop after the document class in the FLA and it worked now! What a stupid mistake :)
    I'm the book Essential Actionscript 3.0, and looks like they want to do you this... which is obviously not the case. Thank you for taking the time to help me!

  • Help, please! ReferenceError: Error #1065: Tracker Variable is not defined.

    Hi guys im ripping my hair out on this, sorry if its a noob question extreme, but I know its quite a problem and I'm sure that someone here should be able to help the Commons.

    After debugging my project here is the error message-

    ReferenceError: Error #1065: Tracker Variable is not defined.

    to CustomsConnect / buttonClick () [C:\Users\LiamT\Desktop\please\CustomsConnect\CustomsConnect.as: 443]

    at flash.events::EventDispatcher/dispatchEventFunction()

    at flash.events::EventDispatcher/dispatchEvent()

    Shell::Button/buttonClick() [C:\Users\LiamT\Desktop\please\CustomsConnect\shell\Button.as:47]

    Please let me know if you can point me in the right direction here - the problem came as I inherited a .fla that has been implemented on another machine. If you need me to write some code that his allusion above made me know.

    Thanks in advance for any help you can offer me.

    Somewhere along the line, a tracker instance has come into existence.  Is there a code after this line that uses something like...

    Tracker = new GATracker();

    Since he has only 43 lines of code to the error, feel free to show all 43 lines.

  • Error #1065: Flash. media::SoundCodec Variable is not defined.

    Hello

    Since I moved to 0.91 SDK, I have error recurring when I launch a second instance of my application on the same PC, for testing purposes:

    ReferenceError: Error #1065: flash. media::SoundCodec Variable is not defined.
    at com.adobe.rtc.clientManagers::MicrophoneManager/get selectedMic() [C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microp honeManager.as:160]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set _1703516469micIndex() [C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManager s\MicrophoneManager.as:126]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set micIndex() [C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microphon eManager.as:122]
    at com.adobe.rtc.clientManagers::MicrophoneManager() [C:\work\main\connect\cocomoPlayer10\src \com\adobe\rtc\clientManagers\MicrophoneManager.as:81]
    at com.adobe.rtc.clientManagers::MicrophoneManager$/getInstance() [C:\work\main\connect\cocom oPlayer10\src\com\adobe\rtc\clientManagers\MicrophoneManager.as:93]
    at com.adobe.rtc.sharedManagers::StreamManager/findCodec() [C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1864]
    at com.adobe.rtc.sharedManagers::StreamManager/onUserRemove() [C:\work\main\connect\cocomoPla yer10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1851]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedManagers::UserManager/userRemoved() [C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\UserManager.as:1020]
    at com.adobe.rtc.sharedManagers::UserManager/onItemRetract() [C:\work\main\connect\cocomoPlay er10\src\com\adobe\rtc\sharedManagers\UserManager.as:920]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    to com.adobe.rtc.sharedModel::CollectionNode/ http://www.adobe.com/2006/connect/cocomo/messaging/internal:receiveItemRetraction () [C:\wo rk\main\connect\cocomoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:758 ]
    to com.adobe.rtc.messaging.manager::MessageManager/ http://www.adobe.com/2006/connect/cocomo/messaging/internal:receiveItemRetraction () [C:\wo rk\main\connect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:678 ]
    at com.adobe.rtc.session.managers::SessionManagerBase/receiveItemRetraction() [C:\work\main\c onnect\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:341]

    The strange thing is that I'm working on an application that does not use the microphone. I use only a simple SharedModel to share tables.
    No idea where that might be?

    Axel

    Hello

    SoundCodec class is defined in Player 10. You use the Player 10 swc afcs? If so, you must change require Flash Player Version unser project-> properties-> Flex compiler in Flex Builder and that 10.0.0 and also ensure that your browser has player 10 and Flex SDK supports also the player 10.
    If you use afcs 9 CFC, then put 9.0.124 or something in the Version requires Flash Player and that should fix the problem

    Thank you
    Hironmay Basu

Maybe you are looking for