Accessing Flash variables in MCs (not global)

Hello,
Just to make sure : you can't access variables that are in
movieclips,
can you ?
I suppose I need to write get/set function whithin Flash to
alter those
variable ?
Thanks
PJ

> you can't access variables that are in movieclips,
> can you ?
I /think/ you can, and that it's a matter of addressing the
clip and
variable properly. For example:
put sprite(1).myClip.myVariable
would suggest that sprite 1 points to a #flash cast member
which has a
movieClip in the _root timeline named myClip which in turn
contains a
variable named myVariable

Similar Messages

  • Flash content blank and unable to access flash control panel to turn off hardware acceleration.

    Flash content appears as blank and nothing happens when attempting to access flash player settings. Not sure if it helps, but the operating system is Mac OS X Mavericks running in virutal machine.
    * QuickTime
    * Shockwave Flash 14.0 r0
    * Displays Java applet content, or a placeholder if Java is not installed.

    Hi 薛定谔的老猫,
    On your [about:addons] page, please select "Always Activate" for the Flash player.
    *If it is crashing: [[Send plugin crash reports to help Mozilla improve Firefox]]
    *Please also try to reload the page after you change this setting.
    * Also try to reinstall Flash.
    Please post back with your results, it can help other users.

  • ReferenceError: Error #1065: Variable flash.media::VideoCodec is not defined

    Hi
    I seem to get thisexception fired when launching my flex project from debug optoon.
    ReferenceError: Error #1065: Variable flash.media::VideoCodec is not defined.
    I have created a version of flex 4.5.1 with folder 11.0 in player folder. This has the latest flash player global swc renamed as playerglobal.swc. All is well when compiling, but when running i seem to that exception.
    Also my compiler settinsg are set to 11.0.1
    What is going wrong ??

    Hi,
    SoundCodec class is defined in Player 10. Are you using the
    player 10 afcs swc ? If so, you need to change Require Flash Player
    Version unser Project->Properties->Flex Compiler in Flex
    Builder and put that to 10.0.0 and also make sure that your browser
    has player 10 and you Flex SDK also supports player 10.
    And if you are using afcs 9 swc , then put 9.0.124 or
    something in the Require Flash Player Version and that should fix
    the problem
    Thanks
    Hironmay Basu

  • Profiling Error (Variable ContextMenuClipboardItems is not defined) on Flash Player 10

    Hi Team
    When i start the profiler i get the below error
    1.I am using FB 3.
    and flash player 10.
    Any pointers are highly appreciated.
    ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not
    defined.
    at flash.ui::ContextMenu/initLinkAndClipboardProperties()
    at flash.ui::ContextMenu()
    at
    mx.core::Application/initContextMenu()[C:\autobuild\3.2.0\frameworks\pro\
    jects\framework\src\mx\core\Application.as:1154]
    at
    mx.core::Application/initialize()[C:\autobuild\3.2.0\frameworks\projects\
    \framework\src\mx\core\Application.as:844]
    at
    grip/initialize()[D:\eclipse\grip-app-client\grip\src\grip.mxml:0]
    at
    mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::c\
    hildAdded()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\mana\
    gers\SystemManager.as:2009]
    at
    mx.managers::SystemManager/initializeTopLevelWindow()[C:\autobuild\3.2.0\
    \frameworks\projects\framework\src\mx\managers\SystemManager.as:3234]
    at
    mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::d\
    ocFrameHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\
    \managers\SystemManager.as:3064]
    at
    mx.managers::SystemManager/docFrameListener()[C:\autobuild\3.2.0\framewo\
    rks\projects\framework\src\mx\managers\SystemManager.as:2916]
    Thanks
    ilikeflex

    You have to use FB4 to profile on FP10
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • HELP! flash error code #1065 variable TCMText is not defined

    Hi,
    Im doing a project for uni and trying to create a search bar throughout the flash document for people to find what they are looking for.
    Followed a tutorial online step by step and then i get this error. #1065 variable TCMText is not defined.
    I'm really a beginner, any help would be so greatly appreciated!
    stop();
    var i:int = 0;
    var names:Array = new Array("Annual Report","annual report");
    var frames:Array = new Array("2","2");
    text_in = "..."; /*what is wrong with you */
    searchbutton.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
      findInArray(text_in.text);
      gotoAndStop(frames[i]);
    function findInArray(str:String):int
      for(i = 0; i < names.length; i++)
      if(names[i] == str)
      return i;
      return 0;
    it says the issue is on line 7 where i have commented out "what is wrong with you"!
    Ive read a lot of things online and i have got it as classic text, which everyone is telling them to do. So quite confused.
    If you can, please help me.
    Thanks!!!

    Sorry for a delay in reply.
    Here is what the error says...
    ReferenceError: Error #1065: Variable TCMText is not defined.
    Scene 1, Layer 'Actions', Frame 1, Line 7
    1067: Implicit coercion of a value of type String to an unrelated type flash.text:TextField.
    If you could help in away that would be great cheers!

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

    Good morning,
    Since I moved to SDK 0.91, I have the recurrent error when I
    launch a second instance of my application on the same PC, for test
    purposes:
    ReferenceError: Error #1065: Variable flash.media::SoundCodec
    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()
    at 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
    at 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 weird thing is that I'm working on an application that
    doesn't use the microphone. I'm only using a simple SharedModel to
    share Arrays.
    Any idea where this could come from?
    Axel

    Hi,
    SoundCodec class is defined in Player 10. Are you using the
    player 10 afcs swc ? If so, you need to change Require Flash Player
    Version unser Project->Properties->Flex Compiler in Flex
    Builder and put that to 10.0.0 and also make sure that your browser
    has player 10 and you Flex SDK also supports player 10.
    And if you are using afcs 9 swc , then put 9.0.124 or
    something in the Require Flash Player Version and that should fix
    the problem
    Thanks
    Hironmay Basu

  • Flash Variable is not working in Ipad

    Hi Experts,
    I'm facing with an issue, could you please suggest me your valuable suggestions.
    I have created Two dashboard (Example names A1 and B1), I need to open the dashboard B1 without asking credentials, when I select an Image in A1.
    To work in such a way, I have created a flash variable and pointed the range to cell J1.
    I have placed a URL button on top of image in Dashboard A1. I have copied following URL in a cell, and this URL I have pointed to URL Button.
    URL= (="../../../Xcelsius/opendoc/documentDownload?iDocID=M1TVABCADjs2AHoAlg123AAgoBpgwAAAA&sIDType=CUID&CELogonToken="&J1)
    Opening B1 dashboard from A1 is working fine in desktop and in Android tab, but it is not working in Ipad. Not working in Ipad in the sense a new browser window is opening with empty page.
    I have tested in another way like, passing opendocID and Flash variable to the URL button, It is working fine in Ipad but asking for the credentials.
    Experts could you please suggest me some solution.
    Ipad is Ipad2 and BO Version is 4.1 SP4.
    Thanks & Regards
    Karthik M

    Hello,
    You hyave to use the special flash variable "CELogonToken"
    Would request you to check http://scn.sap.com/docs/DOC-36362   this is a SCN document
    with title "Step by step way to create parent child dashboard in BI 4.0/4.1 using flash variable".
    SWF loader is not supported for mobile.
    Best regards,
    Mohamed AISSA.

  • When I try to watch certain videos on my ipad2 it says Thanks for trying to access Flash Player. Unfortunately it is not available for your device because of restrictions that Apple has put in place.  Can any tell me what app I can download to replace it.

    When I try to watch certain videos on my ipad2 it says Thanks for trying to access Flash Player. Unfortunately it is not available for your device because of restrictions that Apple has put in place.  Can any tell me what app I can download to replace adobe flash player.
    Thanks

    Use the iSwifter browser from the app store. Works for most flash content.

  • Variable ByteArray is not defined in generated introspection file

    I am getting this error, Variable ByteArray is not defined.   This worked fine against Flex SDK 4.0 and is now throwing a runtime  error once it is built against the 4.5 SDK.  Is this related to updates  to the introspection in Flash Builder?
    Keith H.
    ReferenceError: Error #1065: Variable ByteArray is not defined.
    at global/flash.utils::getDefinitionByName()
    at  com.adobe.serializers.utility::TypeUtility$/assignProperty()[C:\depot  \flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serializers\sr  c\com\adobe\serializers\utility\TypeUtility.as:593]
    at  com.adobe.serializers.utility::TypeUtility$/convertToStrongType()[C:\  depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serialize  rs\src\com\adobe\serializers\utility\TypeUtility.as:562]
    at  com.adobe.serializers.utility::TypeUtility$/convertListToStrongType()  [C:\depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\seria  lizers\src\com\adobe\serializers\utility\TypeUtility.as:518]
    at  com.adobe.serializers.utility::TypeUtility$/assignProperty()[C:\depot  \flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serializers\sr  c\com\adobe\serializers\utility\TypeUtility.as:623]
    at  com.adobe.serializers.utility::TypeUtility$/convertToStrongType()[C:\  depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serialize  rs\src\com\adobe\serializers\utility\TypeUtility.as:562]
    at  com.adobe.serializers.utility::TypeUtility$/convertListToStrongType()  [C:\depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\seria  lizers\src\com\adobe\serializers\utility\TypeUtility.as:518]
    at  com.adobe.serializers.utility::TypeUtility$/assignProperty()[C:\depot  \flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serializers\sr  c\com\adobe\serializers\utility\TypeUtility.as:623]
    at  com.adobe.serializers.utility::TypeUtility$/convertToStrongType()[C:\  depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serialize  rs\src\com\adobe\serializers\utility\TypeUtility.as:562]
    at  com.adobe.serializers.utility::TypeUtility$/convertResultHandler()[C:  \depot\flex\ide_trunk\ide_builder\com.adobe.flexbuilder.dcrad\serializ  ers\src\com\adobe\serializers\utility\TypeUtility.as:436]
    at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::processResult()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\soap\Operati on.as:953]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\AbstractInvo ker.as:313]
    at mx.rpc::Responder/result()[E:\dev\hero_private\frameworks\projects\rp c\src\mx\rpc\Responder.as:56]
    at mx.rpc::AsyncRequest/acknowledge()[E:\dev\hero_private\frameworks\pro jects\rpc\src\mx\rpc\AsyncRequest.as:84]
    at  DirectHTTPMessageResponder/completeHandler()[E:\dev\hero_private\fram  eworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:451 ]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    I am facing similar error. Please let me know the links where you find solution for this problem.
    I have many files generated upon introspection of a web service which contains similar line as follows:
    model_internal::propertyTypeMap["uid"] = "ByteArray";
    ReferenceError: Error #1065: Variable ByteArray is not defined.
        at global/flash.utils::getDefinitionByName()
        at com.adobe.serializers.utility::TypeUtility$/assignProperty()[C:\depot\flex\ide_trunk\ide_ builder\com.adobe.flexbuilder.dcrad\serializers\src\com\adobe\serializers\utility\TypeUtil ity.as:593]
        at com.adobe.serializers.utility::TypeUtility$/convertToStrongType()[C:\depot\flex\ide_trunk \ide_builder\com.adobe.flexbuilder.dcrad\serializers\src\com\adobe\serializers\utility\Typ eUtility.as:562]
        at com.adobe.serializers.utility::TypeUtility$/convertResultHandler()[C:\depot\flex\ide_trun k\ide_builder\com.adobe.flexbuilder.dcrad\serializers\src\com\adobe\serializers\utility\Ty peUtility.as:436]
        at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::processResult()[E:\dev\hero_private\frameworks \projects\rpc\src\mx\rpc\soap\Operation.as:953]
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\hero_private\frameworks \projects\rpc\src\mx\rpc\AbstractInvoker.as:313]
        at mx.rpc::Responder/result()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\Respond er.as:56]
        at mx.rpc::AsyncRequest/acknowledge()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc \AsyncRequest.as:84]
        at DirectHTTPMessageResponder/completeHandler()[E:\dev\hero_private\frameworks\projects\rpc\ src\mx\messaging\channels\DirectHTTPChannel.as:451]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    Thanks,
    Deepa

  • [AIR 3.0] New JSON functionality doesn't work in FlashPro: Error #1065: Variable JSON is not defined

    After upgrading the AIR SDK to 3.0 in Flash Professional CS5.5 I've found some problems.
    First, the JSON class in the as3corelib.swc library now throws a couple of compile errors:
    1061: Call to a possibly undefined method decode through a reference with static type Class.
    1172: Definition com.adobe.serialization.json:JSON could not be found.
    At first I was completely puzzled, since I had the proper "import com.adobe.serialization.json.JSON;" reference,
    and I had the "as3corelib.swc" referenced in my ActionScript Properties, so how could that not be found?
    Then, I found out that's because it conflicts with the new internal JSON class included with AIR 3.0
    (maybe it should have been called something else, to avoid conflicts with Adobe's own as3corelib library).
    The new native JSON class doesn't have the decode() method. Now it's called parse()
    Ok, so I've tried using the new JSON class, but after changing 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 showing in the Flash Builder code completion popup,
    complete with its all-new parse() and stringify() methods! So why does it say it's not defined?
    Also, my SWF file gets compiled with no errors at all, so that verifies that the new 3.0 libraries are in place.
    I only get the "JSON is not defined" error at runtime in ADL, not at compile time. Why?
    In order to upgrade to the AIR 3.0 SDK, I've followed this guide:
    http://kb2.adobe.com/cps/908/cpsid_90810.html
    I know that's about upgrading to AIR 2.7, but I suppose the steps to upgrade to AIR 3.0 would be very similar,
    only with the AIR3.0 SDK package, instead of 2.7.
    I also took care to type version="13" in all the XMLs, instead of version="12" as stated in that guide, which is meant for 2.7.
    Also, I followed this advice about adding -swf-version=13 in the Project Properties window in Flash Builder:
    http://blogs.adobe.com/cantrell/archives/2011/08/how-to-use-the-air-3-beta-sdk.html
    But that doesn't seem to make a difference, since, even though I use Flash Builder for code editing (which is usually used for Flex),
    my project is a Flash Professional project, not a Flex one, and when testing the project, Flash Builder runs Flash Professional
    to compile and then runs adl.exe (it's the same as if you click the option "Control / Test movie / in AIR Debug Launcher (Mobile)" inside Flash Pro).
    In the "ActionScript Settings" window in Flash Professional, I also have the proper airglobal.swc referenced (from the AIR 3.0 SDK),
    and the same airglobal.swc is referenced in Flash Builder as well (in "Referenced Libraries"), to get proper code completion.
    I've tried all sorts of things to try to get it to work, but no luck. Still get the "JSON is not defined" error at runtime.
    I'm starting to get desperate about this. I'm going to have to revert back to AIR 2.7.1, to stop wasting time on this issue.
    BTW, I'm also having another unrelated problem (though maybe it happens because of the same reason as the other problem).
    Now Flash Builder underlines the getTime() method in my code, as if it no longer were a method of a Date class instance.
    I have a line where I ask for the timestamp like this:
    ts = new Date().getTime();
    That has worked perfectly fine up until now with AIR 3.0.
    Now, when hovering the mouse cursor over the orange "(?)" icon that appears at the left, Flash Builder tells me
    "Access of undefined property getTime". Why?
    The AS3 documentation doesn't say anything about getTime() getting deprecated of anything of the sort:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html
    In fact, in the code completion popup that Flash Builder shows, now there isn't any mention
    of get or set methods, as you can see here:
    I suppose I can use the .time property instead of .getTime() but I don't know why I'm not getting all the methods I had available before.
    Any ideas why all this is happenning? Specially the dreaded "JSON is not defined" error.

    Well, after much tinkering, I think I've finally found a way to finally make it work!.
    I've created some modified XML files with the profiles needed for AIR 3.0 and after a lot of tries, it finally works!
    I've uploaded them here: http://www.mediafire.com/?d5e761frl5px4
    These are the steps needed to get AIR 3.0 running properly:
    Put all three files into the folder "c:\Program Files (x86)\Adobe\Adobe Flash CS5.5\Common\Configuration\Players"
    Then, make sure you've unzipped the AIR 3.0 SDK into the folder "c:\Program Files (x86)\Adobe\Adobe Flash CS5.5\AIR3.0" Do not overwrite the contents of the "AIR2.6" folder, as suggested by the "Overlay AIR SDK" article (linked in the above post). It gave me problems. It's best to use a different separate folder. My XML files point to that new "AIR3.0" folder.
    Inside the folder "c:\Program Files (x86)\Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0" create a new folder named "AIR3.0". Inside that folder, copy the file "airglobal.swc" located at "c:\Program Files (x86)\Adobe\Adobe Flash CS5.5\AIR3.0\frameworks\libs\air".
    Finally, you will have to keep the file "descriptor-sample.xml" in the "c:\Program Files (x86)\Adobe\Adobe Flash CS5.5\AIR2.6\samples" folder, but change the xmlns attribute to "http://ns.adobe.com/air/application/3.0"
    Yes, you have to change that inside the AIR2.6 folder even if the SDK has been put into AIR3.0. That's because of how the publish settings work in Adobe Flash. It's hardcoded into a DLL, so that can't be changed. Not very intuitive.
    I think AIR SDK installations should be a lot more straightforward than this! I know Adobe AIR is meant for developers, not for final users, but still, all these not very well documented upgrade procedures are a pain in the ***. I've wasted A LOT of hours in this (more than half a day), with what should have been a straightforward upgrade!
    Adobe should make a SDK installer so we do not have to be tinkering with all these error-prone procedures each time a new update is released!
    Well, I hope those XML files are useful to somebody and avoids further frustration.
    Regards,
    OMA2k
    PD: BTW, I still have the .getTime() issue described in my above post, but it's not very important,
    since I can still use the .time property. Still, it puzzles me why this is happening.

  • Exception fault: ReferenceError: Error #1065: Variable ::_fileSystemType is not defined. - ?

    Hi! I'm stuck with debugging our AIR Application since it does crash very hard. After days of tracking down at least one point where the app crashes on AIR 3.5, 3.7 and AIR 3.8 beta (you see - I tried...).
    AIR 3.5 finally reports this console output:
    ScrollerTouch.onTargetMouseDown()-F true // A
    ScrollerTouch.onTargetMouseDown()-I // B
    targetV [object ScrollPane] // C
    CRASH! // D
    Exception fault: ReferenceError: Error #1065: Variable ::_fileSystemType is not defined.
              at global/trace()[int:49]
              at de.superclass.control::ScrollerTouch/onTargetMouseDown()[/path/to/.../ScrollerTouch.as:381]
              at de.superclass.control::ScrollerTouch/onTargetMouseDown()
    The code snipped:
    trace("ScrollerTouch.onTargetMouseDown()-F", _scrollHorizontal ); // A
      switch ( _scrollPolicyVertical )
      case ScrollPolicy.ON:
      trace("ScrollerTouch.onTargetMouseDown()-G");
      _scrollVertical = true;
                                            break;
      case ScrollPolicy.OFF:
      trace("ScrollerTouch.onTargetMouseDown()-H");
      _scrollVertical = false;
                                            break;
      case ScrollPolicy.AUTO:
      trace("ScrollerTouch.onTargetMouseDown()-I"); // B
      default:
                                                      trace( "targetV", targetV ); // C
                                                      try
                                                                trace( "targetV.height", targetV.height );
                                                      catch( e: Error )
                                                                trace( "CRASH!" ); // D
                                                      _scrollVertical = Boolean( targetV.height < targetV.contentHeight ); // line 381
      trace( "targetV.xxx" );
                                                      trace( "targetV.contentHeight", targetV.contentHeight );
    return;
    So accessing targetV.height somehow crashes very hard (app quits) but I have no clue at all. Actually, this code worked for a long time...
    So please, what is ::_fileSystemType ?

    I changed the code again but the app keeps crashing. This is what XCode-Console says:
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Formulating crash report for process APP_NAME[1191]
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    Jul  4 21:25:48 iRad-3 com.apple.launchd[1] (UIKitApplication:APP_NAME_SPACE[0x469][1191]) <Warning>: (UIKitApplication:APP_NAME_SPACE[0x469]) Job appears to have crashed: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: Application 'UIKitApplication:APP_NAME_SPACE[0x469]' exited abnormally with signal 11: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/APP_NAME_2013-07-04-212547_iRad-3.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Builtin profile: container (sandbox)
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Container: /private/var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1 (sandbox)
    Jul  4 21:25:56 iRad-3 kernel[0] <Debug>: launchd[1208] Builtin profile: PasteBoard (sandbox)
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: updates deferred for too long
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: timed out fence 2685b
    And here's the Crash Log:
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Formulating crash report for process APP_NAME[1191]
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    Jul  4 21:25:48 iRad-3 com.apple.launchd[1] (UIKitApplication:APP_NAME_SPACE[0x469][1191]) <Warning>: (UIKitApplication:APP_NAME_SPACE[0x469]) Job appears to have crashed: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: Application 'UIKitApplication:APP_NAME_SPACE[0x469]' exited abnormally with signal 11: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/APP_NAME_2013-07-04-212547_iRad-3.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Builtin profile: container (sandbox)
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Container: /private/var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1 (sandbox)
    Jul  4 21:25:56 iRad-3 kernel[0] <Debug>: launchd[1208] Builtin profile: PasteBoard (sandbox)
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: updates deferred for too long
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: timed out fence 2685b
    And here's the Crash Log:
    Incident Identifier: 17615510-16A5-43B9-B8A5-2ED2C5A2EEBA
    CrashReporter Key:   3f85661334bfff23c2d4128bc63674d30647c15b
    Hardware Model:      iPad3,3
    Process:         APP_NAME [1191]
    Path:            /var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1/APP_NAME.app/APP_NAME
    Identifier:      APP_NAME
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-07-04 21:25:47.935 +0200
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x4095e008
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   APP_NAME        0x008c71c8 0x1000 + 9200072
    1   APP_NAME        0x005284ac 0x1000 + 5403820
    2   APP_NAME        0x007b5edc 0x1000 + 8081116
    3   APP_NAME        0x00002928 0x1000 + 6440
    4   APP_NAME        0x0045f128 0x1000 + 4579624
    5   APP_NAME        0x0045f5f8 0x1000 + 4580856
    6   APP_NAME        0x0045eeb4 0x1000 + 4578996
    7   APP_NAME        0x0045eab4 0x1000 + 4577972
    8   APP_NAME        0x003d98d8 0x1000 + 4032728
    9   APP_NAME        0x003c59c0 0x1000 + 3951040
    10  APP_NAME        0x00443d24 0x1000 + 4468004
    11  APP_NAME        0x009d5448 0x1000 + 10306632
    12  APP_NAME        0x009d509c 0x1000 + 10305692
    13  APP_NAME        0x009d4ad0 0x1000 + 10304208
    14  APP_NAME        0x009d6618 0x1000 + 10311192
    15  APP_NAME        0x00cf4d40 0x1000 + 13581632
    16  APP_NAME        0x00a5f418 0x1000 + 10871832
    17  APP_NAME        0x008d810c 0x1000 + 9269516
    18  APP_NAME        0x009b45ac 0x1000 + 10171820
    19  APP_NAME        0x009b5140 0x1000 + 10174784
    20  UIKit                         0x347ff51e -[UIWindow _sendTouchesForEvent:] + 314
    21  UIKit                         0x347ec7fc -[UIApplication sendEvent:] + 376
    22  UIKit                         0x347ec116 _UIApplicationHandleEvent + 6150
    23  GraphicsServices              0x364e05a0 _PurpleEventCallback + 588
    24  GraphicsServices              0x364e01ce PurpleEventCallback + 30
    25  CoreFoundation                0x329b9170 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
    26  CoreFoundation                0x329b9112 __CFRunLoopDoSource1 + 134
    27  CoreFoundation                0x329b7f94 __CFRunLoopRun + 1380
    28  CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    29  CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    30  GraphicsServices              0x364df2e6 GSEventRunModal + 70
    31  UIKit                         0x348402fc UIApplicationMain + 1116
    32  APP_NAME        0x008f5c0c 0x1000 + 9391116
    33  APP_NAME        0x00d2b0e0 0x1000 + 13803744
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib        0x3ad76648 kevent64 + 24
    1   libdispatch.dylib             0x3aca6974 _dispatch_mgr_invoke + 792
    2   libdispatch.dylib             0x3aca6654 _dispatch_mgr_thread$VARIANT$mp + 32
    Thread 2 name:  WebThread
    Thread 2:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   CoreFoundation                0x329b9040 __CFRunLoopServiceMachPort + 124
    3   CoreFoundation                0x329b7d9e __CFRunLoopRun + 878
    4   CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    5   CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    6   WebCore                       0x3891a500 RunWebThread(void*) + 440
    7   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    8   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 3:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   APP_NAME        0x00480b04 0x1000 + 4717316
    3   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    4   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 4:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3ace1f14 pthread_cond_wait + 36
    3   APP_NAME        0x00a33ad4 0x1000 + 10693332
    4   APP_NAME        0x0097d9e0 0x1000 + 9947616
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 5:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3ace1f14 pthread_cond_wait + 36
    3   APP_NAME        0x00a33ad4 0x1000 + 10693332
    4   APP_NAME        0x0097d9e0 0x1000 + 9947616
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 6:
    0   libsystem_kernel.dylib        0x3ad866a4 __semwait_signal + 24
    1   libsystem_c.dylib             0x3ace43ce nanosleep + 138
    2   APP_NAME        0x00a33724 0x1000 + 10692388
    3   APP_NAME        0x00913638 0x1000 + 9512504
    4   APP_NAME        0x009135d8 0x1000 + 9512408
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 7:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3acd7aa0 pthread_cond_timedwait + 40
    3   APP_NAME        0x00a33b54 0x1000 + 10693460
    4   APP_NAME        0x000a7254 0x1000 + 680532
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 8:
    0   libsystem_kernel.dylib        0x3ad866a4 __semwait_signal + 24
    1   libsystem_c.dylib             0x3ace43ce nanosleep + 138
    2   APP_NAME        0x00a33724 0x1000 + 10692388
    3   APP_NAME        0x008caff0 0x1000 + 9215984
    4   APP_NAME        0x008cae08 0x1000 + 9215496
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 9 name:  com.apple.NSURLConnectionLoader
    Thread 9:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   CoreFoundation                0x329b9040 __CFRunLoopServiceMachPort + 124
    3   CoreFoundation                0x329b7d9e __CFRunLoopRun + 878
    4   CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    5   CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    6   Foundation                    0x332773d0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 304
    7   Foundation                    0x332fae80 __NSThread__main__ + 968
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 10 name:  com.apple.CFSocket.private
    Thread 10:
    0   libsystem_kernel.dylib        0x3ad86594 __select + 20
    1   CoreFoundation                0x329bd1f2 __CFSocketManager + 674
    2   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    3   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 11:
    0   libsystem_kernel.dylib        0x3ad86d98 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x3acd4cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib             0x3acd4a12 _pthread_wqthread + 362
    3   libsystem_c.dylib             0x3acd48a0 start_wqthread + 4
    Thread 12:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d68 _pthread_cond_wait + 704
    2   libsystem_c.dylib             0x3aceb080 pthread_cond_timedwait_relative_np + 12
    3   APP_NAME        0x00a7e558 0x1000 + 10999128
    4   APP_NAME        0x00a7e200 0x1000 + 10998272
    5   APP_NAME        0x00a7e0f8 0x1000 + 10998008
    6   APP_NAME        0x00a33938 0x1000 + 10692920
    7   APP_NAME        0x00a3398c 0x1000 + 10693004
    8   APP_NAME        0x00a336b8 0x1000 + 10692280
    9   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    10  libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 13:
    0   libsystem_kernel.dylib        0x3ad86d98 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x3acd4cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib             0x3acd4a12 _pthread_wqthread + 362
    3   libsystem_c.dylib             0x3acd48a0 start_wqthread + 4
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x4095e000    r1: 0x2fdfdf58      r2: 0x0052844c      r3: 0x2fdfdf1c
        r4: 0x00000221    r5: 0x084d8060      r6: 0x2fdfdf14      r7: 0x2fdfdf88
        r8: 0x2fdfdf20    r9: 0x000003fe     r10: 0x4095e000     r11: 0x00000000
        ip: 0x000002fc    sp: 0x2fdfdf10      lr: 0x005284b0      pc: 0x008c71c8
      cpsr: 0x20000010
    This immediately occurs when I touch and move a little on a specific display object which listens to Mouse-Events DOWN, MOVE to drag it's contents. I think it has something to do with the event system or so. But I'm absolutely blind I guess.
    What could I do?

  • Very Strange:  ReferenceError: Error #1065: Variable txtToonName is not defined.

    I have a flash label on a movie clip with its instance name called 'txtToomName'.  This object has existed, been successfully instantiated and used for over a year without any modifications.  All of a sudden, during the getClassByName() call, I start getting an errors.
    The actual error is:
    ReferenceError: Error #1065: Variable txtToonName is not defined.
    at mcToonInformation_Design/__setTab_txtToonName_mcToonInformation_Design_Layer1_0()
    There are other objects on the movieclip, defined as buttons, that were derived from an object in the library that didn't have its linkage set.  This had worked fine up til now where I could define a common object without linkage, create copies of that object on a movie clip and assign an instance name to allow access.
    Once I changed my buttons to be an instance of an object in the library with linkage properties assigned they didn't give me an error.  The problem now is that it doesn't seem to like the Label object which is by default an instance of an object in the library that does have linkage properties set and yet still doesn't like it.
    Anyone have any idea what the heck is going on?  There hasn't been any library changes made or CS5 updates applied since 8/16/2010, the date on flash.exe.
    I am using CS5 ver.11.0.2.489
    Any advise/direction/assistance would be greatly appreciated as this is a show stopper and adds hours upon hours of adjustments to an application that has been running fine for a long time.
    Message was edited by: whornak
    In an attempt to get beyond the previously mentioned error, realizing that it references 'tab', I made the label inaccessible and now receive the following error:
    ReferenceError: Error #1065: Variable txtToonName is not defined.
         at mcToonInformation_Design/__setAcc_txtToonName_mcToonInformation_Design_Layer1_0()

    Upon attempted execution, after changing the setting you requested, the following is what I get.
    ReferenceError: Error #1065: Variable lblCoinQty is not defined.
    at mcToonInformation_Design/__setTab_lblCoinQty_mcToonInformation_Design_Layer1_0()[mcToonIn formation_Design::__setTab_lblCoinQty_mcToonInformation_Design_Layer1_0:1]
    at mcToonInformation_Design()
    at BPBGlobalFunctions$/getCasaMovieClipFromBulkLoader()[D:\Wayne\WizardBrewStudios\BackPackB uddys_Dev\BackPackBuddys_CS5_SFSX2\src\classes\BPBGlobalFunctions.as:167]
    at com.bpb.ui::ToonInformationUI$/loadToonInformationUI()
    at com.bpb::BackPackBuddys/onToonInformationLoadRequest()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.bpb.avatar::ExampleAvatar/onToonClick()
    Cannot display source code at this location.
    Another thing noticed is that the object that flash is having an issue making adjustments to is visible via the Variables window and has the tabindex property.

  • Get ReferenceError: Error #1065: Variable Transform3DController is not defined. when running debug.

    Hi,
    I just upgraded my Flash Builder to 4.6. Ever since the upgrade I have been getting the following error right when I run my web files through debug:
    ReferenceError: Error #1065: Variable Transform3DController is not defined.
              at global/flash.utils::getDefinitionByName()
              at ominds.mouseinspect::MouseInspector/onTmd3dModuleLoaded()
    I'm not sure if this came from the new upgrade to the builder or if this an issue with the new Flash Player 11,1,102,55 release. It seems that when I got to http://www.adobe.com/software/flash/about/ it doesn't even load the flash movie.
    I'm on a Mac OS X v10.6.8 and I use mostly chrome but this issue also occurs in FireFox.
    Does anyone have any ideas to wtf is going on?
    Thanks,
    -Nate

    I have been experiencing this same issue. After reading this post a messing around, I also feel like it has to do with either Flashbug or FlashFirebug. So I've been experiencing this issue while trying to launch my application in Chrome. I disabled these extensions and the error when away. I then reenabled the extensions, and the error didn't come back until I launched debug in Firefox, even if I switched to launching in Chrome. I can only guess that these extensions are doing something to the flash player that v11 isn't happy with.
    Anyway, even if you're debugging in Chrome, try out disabling these extensions. It's odd, yes, but it worked for me.

  • Accessing _root variable from flex

    In Flex code, I am trying to access a variable that I pass to
    the Flash object through FlashVars argument. In Flash it is easy to
    do as all the variables that as passed as a part of FlashVars
    appear as a part of _level0 or _root. Is there any way to do it in
    Flex?
    I am trying pass a large dataset directly to Flash without an
    http call (creating a desktop application). Does anyone know if the
    FlashVars approach will work for a large dataset or is there a
    better approach?
    Thanks

    From the Flex 2.0.1 help (search for Using flashVars):
    The following example sets the values of the firstname,
    middlename, and lastname flashVars properties inside the
    <object> tag in a simple wrapper:
    <?xml version="1.0"?>
    <!-- wrapper/ApplicationParameters.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="initVars()">
    <mx:Script><![CDATA[
    // Declare bindable properties in Application scope.
    [Bindable]
    public var myName:String;
    [Bindable]
    public var myHometown:String;
    // Assign values to new properties.
    private function initVars():void {
    myName = Application.application.parameters.myName;
    myHometown = Application.application.parameters.myHometown;
    ]]></mx:Script>
    <mx:VBox>
    <mx:HBox>
    <mx:Label text="Name: "/>
    <mx:Label text="{myName}" fontWeight="bold"/>
    </mx:HBox>
    <mx:HBox>
    <mx:Label text="Hometown: "/>
    <mx:Label text="{myHometown}" fontWeight="bold"/>
    </mx:HBox>
    </mx:VBox>
    </mx:Application>
    If you are using the wrapper that is generated by Flex Data
    Services or wrappers that are included in the
    resources/html-templates directory, your wrapper might not look the
    same, but the basic approach to passing the flashVars variable is.
    For example, you might insert flashVars variables by appending them
    to a function parameter, as the following example shows:
    "flashvars","historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtml&lconid="
    + lc_id + "&firstName=Nick&lastName=Danger",

  • Some Flash video/audio sites not working, Mac - Tiger

    Hey there
    I'm having an issue where certain flash sites don't work
    properly on my mac, they just sit there loading and never actually
    do anything.
    The vast majority of sites work just fine, youtube, google
    video, gamevideos.com, the escapist, etc..
    But some sites such as veoh.com simply will not play the
    videos.
    In addition to that, www.pandora.com will not work either,
    but there I at least get an error message stating that "flash local
    storage is not turned on". In this case I've tried to load the
    flash manager and turn it on, but after changing it and going back
    in, it seems that my changes were not saved and my local storage is
    stuck at 10k max.
    The exact same sites work fine on my friends PC using my
    wireless connection.
    I have tried to uninstall and reinstall flash with no
    success.
    I've tried both firefox and safari, neither work, but the
    flash stuff seems to be global on the machine, so I suspect it's
    more of a problem with the flash than with a specific browser.
    I've even tried to run firefox as root, install flash as
    root, etc thinking that it was something to do with not having
    permission to write to wherever flash was trying to store stuff.
    I've got Firefox 2.0.0.14, OSX 10.4.11, and Flash 9.0.124.0
    installed.
    I suppose I'm most concerned about pandora.com, but I think
    the video issues may be related to the "local storage" error I'm
    getting aswell.
    Any and all help greatly appreciated.

    No, not yet, support finally got back to me, but suggested it
    was site specific.... which it's not, since every other computer
    but mine works fine on that site (goto pandora.com if you're in the
    US, it works fine, just not for me)
    I've tried the flash 10 beta, that didn't help either.
    I did a verify and repair permissions with apple's disk
    utility, it did correct the permissons on the flash plugin, adding
    write access for the group, but that didn't fix the problem.
    Also, the fact that when I use the flash manager on adobe's
    site and it won't remember the settings makes me think it's
    something to do with Flash not having access to write a local
    config file. It doesn't even have anything in the list of visited
    sites like it should...
    I don't know where this config file is, i'm still waiting to
    hear back form support again...
    I'll post something when it's fixed...

Maybe you are looking for

  • ZEN Sleek Not Recogni

    I've recieved a ZEN Sleek a litle less than a year ago and it was working perfectly until about a month ago, when my computer suddenly stopped recognizing the player. I've followed the directions in the FAQ section and I've only been able to have the

  • GREAT problem with C6-00 General keypad PLEASE ATT...

    Hello I just bought my new c6-00 nokia mobile, i realized on openning the general keypad from the home screen (in touch mode) and then choosing options > open keyboard that i cant switch to more characters except the main character of the button Ex:

  • Oracle 11g on Windows 7 (2)

    Hi! I have successfully installed Oracle 11gR1 on Windows 7 Home Premium Edition. The database is up and running, however, I cannot create Windows users and groups (probably due to the version), so that I can execute Export and Import jobs. Is there

  • Use resourceBundle properties file from KM

    Hi, I have a properties file called com.mycomp.apps.phonebook.properties in the KM Content of the portal in KM Content => root => mycomp => apps => phonebook => customizing Now I'm developing a new LinkCommand service for the UserDetails. http://help

  • Getting an error when trying to check for update for my iPad

    On the iPad itself, there is no option such as 'update' in the general tab under settings. So I connected the iPad to my computer and on iTunes, whenever I click for 'Check for Update' I get an error message that says: The iPad software update server