Scripted movie won't run outside of firewall...open multiple ports?

I'm new to Flash and AS3, but with the help of many examples I have managed to created a scripted movie using some time lapse photography.  I load the images from an XML file and use an event listener to add each image as a child of a movie clip.  As the number of children grew, it caused the frame rate to slow, so I figured out that I could remove them after they were viewed and just keep looping through the array.
This works great on the local machine and when served up from the web server behind the firewall.  However,  if I try to access the file from outside the firewall, it loads the first image or two very slowly (if at all) then hangs.  I've performed a net stat from the server and noticed that it is opening an inordinate number of connections to the remote client on various client ports (from 6 to 60+).
Any help would be greatly appreciated!  The code I'm using is below...
// Input Parameters
var ssxml:String = "myfile.xml"; // file containing images & dates
// Stage settings
var swfStage:Stage = this.stage;
var swfFrameRate:int = 10;
swfStage.scaleMode = StageScaleMode.NO_SCALE;
//  Movie Clip
var mc:MovieClip = new MovieClip();  // initiate movie clip
mc.x      = 25;     // starting point X
mc.y      = 50;     // starting point Y
//  Text Field
var tf:TextField = this.dtsText;
// Cropping Rectangle
var cr:Sprite = new Sprite();
cr.graphics.beginFill(0x057072);
cr.graphics.drawRect(25,50,550,7);
cr.graphics.endFill();
// Read Flash Variables
try {
var keyStr:String;
var valueStr:String;
var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
for (keyStr in paramObj) {
  valueStr = String(paramObj[keyStr]);
  if (keyStr == "srcFile") {
   ssxml = valueStr;
  if (keyStr == "swfFrameRate") {
   swfFrameRate = int(valueStr);
   swfStage.frameRate = swfFrameRate;
} catch (error:Error) {
trace (error.message);
*  Configure a loader to import the list of images and date
*  time stamps from an XML file. The list of variables will
*  be stored in arrays.
var photos_xml:XML
var xmlLdr:URLLoader = new URLLoader();
xmlLdr.addEventListener(Event.COMPLETE, completeHandler);
xmlLdr.load(new URLRequest(ssxml));
var img_array:Array = new Array(); // images
var dts_array:Array = new Array(); // date time stamps
var img_count:int   = 0;
function completeHandler(event:Event):void {
try {
  photos_xml = new XML(event.target.data);
  var imgs:XMLList = photos_xml.img;  
  var dtss:XMLList = photos_xml.dts;    
  img_count = imgs.length();
  for (var i=0;i<img_count;i++) {
   img_array.push({src:imgs[i].text()});
   dts_array.push({src:dtss[i].text()});
} catch(error:Error){
  trace(error.message);
var nextImg:int = 0;
var imgLdr:Loader = new Loader();
imgLdr.contentLoaderInfo.addEventListener(Event.COMPLETE, doneLoad);
imgLdr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, loadError);
imgLdr.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, updateInfo);
stage.addEventListener(Event.ENTER_FRAME, enterFrameHandler);
function enterFrameHandler(event:Event):void {
try {
         if (img_array.length > 0 ) {
   loadInitialImage();
} catch(error:Error){
  trace(error.message);
function loadInitialImage():void {
imgLdr.load(new URLRequest(img_array[nextImg].src));
function doneLoad(event:Event):void {
var theImage:DisplayObject = event.target.content;
imgLdr.unload();
var bm:Bitmap = theImage as Bitmap;
mc.addChild(bm);
mc.scaleX = 550/640;
mc.scaleY = mc.scaleX;
addChild(mc);
addChild(cr);
tf.text = dts_array[nextImg].src;  
if (mc.numChildren > 1){
  mc.removeChildAt(0);
nextImg = (nextImg+1)%img_count;
function loadError($event:IOErrorEvent):void {
tf.text = "Loading Data.....Please Stand By..........."; 
//  Loader Progress
var swfTF:TextField = new TextField();
swfTF.autoSize = TextFieldAutoSize.LEFT;
swfTF.border = false;
addChild(swfTF);
//swfTF.text = "srcFile: " + ssxml + " FR: " + swfFrameRate;
function updateInfo($event:ProgressEvent):void {
swfTF.text =  "srcFile: " + ssxml + " FR: " + swfFrameRate
     + " Loading: " + img_array[nextImg].src + " "
     + Math.floor($event.bytesLoaded/1024)
     + " KB of "
     + Math.floor($event.bytesTotal/1024)
     + " KB.";

OK I figured it out.  Apparently, the ENTER_FRAME event continues firing even as the image loader is processing.  Outside the firewall, where it was taking longer to load the images, this was causing loadInitialImage() to request the same image over and over again which resulted in the port behavior I was seeing on the server as well as the client "locking up".  The simple fix was to add a variable called currentImg (initialized to -1) which I set equal nextImg in loadInitialImage().  I then modified the if statement in enterFrameHandler() to only call loadInitialImage() if nextImg != currentImage.

Similar Messages

  • Movies won't run (for me)

    Movies uploaded to "Me" from my Canon Powershot Pro 1 won't run for me when I access the gallery page. I get a Quicktime formatted black screen with controls, then a message to download some more software.
    Which software do I need? Why will the run OK in iPhoto and not here?
    Thanks in advance,
    Dave Wilson

    Thanks for your response. I hate to be so dense, but I don't have a clue as to what an AVI container is.
    Looking forward to hearing from you.
    Dave

  • Privilege Movies won't run

    I live in Brazil. On december 2013 I redeemed de code sucessfully for my 5 free movies.
    Seen the movie options but could not decide and did not download because was without wifi or 4G.
    Tried to download the movies now and the app says it does not support my area! But it DID one month ago!

    i redeemed my 3 privilege movies. 2 movies are running fine but 1 movie "Moneyball " did not run. it showed the following error:
    "sorry, there's been a playback error. please try again. if you continue to get this message, delete and re download the movie. (-1-PRDY_MEDIA_ERROR_FAIL)
    i have downloaded this movie 4 times and each time it is showing the same error. please help me or provide me the option to choose another movie.

  • QuickTime movies won't run on Web Gallery - asking for QT 7.2

    Hi
    I have this problem. When I try to visit my Web Gallery under Fire Fox and watch the movies I posted I got the message the to play this file I need to have QT 7.2. I have the latest version of QT installed and it runs without problems under Safari. Does anyone have the same problem. Is there any setting I can change to make QT work with Fire Fox?
    Thanks
    Mark

    You might do better to ask in the forums for QuickTime here:
    QuickTime
    There's a higher concentration of video gurus there, and they probably know of workabouts to your problem.

  • Generate Create Script creates scripts that won't run: ORA-00922: missing..

    I'm having trouble running a script that I created by using the Generate Create Script tool in Oracle Explorer. I created the following script by running the Generate Create Script on a table called, "ASPNET_APPLICATIONS":
    CREATE TABLE "DEV"."ASPNET_APPLICATIONS" ("APPLICATIONID" NUMBER,"APPLICATIONNAME" VARCHAR2(256 BYTE),"DESCRIPTION" VARCHAR2(256 BYTE)) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 65536 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."PK_APPS" ON "DEV"."ASPNET_APPLICATIONS" ("APPLICATIONID" ) TABLESPACE "USERS"
    CREATE UNIQUE INDEX "DEV"."IDX_APPS_APPNAME" ON "DEV"."ASPNET_APPLICATIONS" (LOWER(TRIM("APPLICATIONNAME")) ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."ASPNET_APPLICATIONS" ADD ( CONSTRAINT "SYS_C004598" CHECK ("APPLICATIONNAME" IS NOT NULL) ENABLE VALIDATE )
    ALTER TABLE "DEV"."ASPNET_APPLICATIONS" ADD ( CONSTRAINT "SYS_C004597" CHECK ("APPLICATIONID" IS NOT NULL) ENABLE VALIDATE )
    I then deleted the table in my Oracle 10g database and ran the above script to recreate the table. The result is that I get an error the following error, ORA-00922: missing or invalid option. Does anyone know how to resolve this?
    Is anyone aware of any bugs in the Generate Create Script option of Oracle Explorer?

    Okay, I think I found my problem.
    I was trying to run the script created by Oracle Explorer directly from a Database project I added to my Solution in Visual Studio. Visual Studio is probably using some SQL Server specific tool when I select the Run or Run On option on the script.
    When running the same script directly in the Oracle 10g Home Page (Home > SQL > SQL Scripts), I had no problem. Everything executes correctly.
    Is anyone aware of another way to run Oracle scripts directly from Visual Studio? Do I have my project setup incorrectly? This is the first project I've used .NET and Oracle together, so if anyone has any suggestions, I'd really appreciate the help.
    Thanks,
    Mycole

  • Migration Workbench generates scripts that won't run

    If the source db contains objects with names approaching 30 characters, the migration workbench will generate scripts with name clashes for tables, sequences and triggers, e.g
    e.g. In source db, table name = task_deliverables_reviews_data , has one auto-inc field. SQL Developer tries to create a table , sequence and trigger all of the same name. I think this happens because to generate the relevant seq and trg, it appends SEQ and TRG to the object name, but then truncates it back to 30 chars!
    Unfortunately renaming the objects in the 'converted model' section of the workbench has no impact as renaming the objects does not alter the generated code. e.g. rename the sequence, but the trigger will still refer to the original name.

    Okay, I think I found my problem.
    I was trying to run the script created by Oracle Explorer directly from a Database project I added to my Solution in Visual Studio. Visual Studio is probably using some SQL Server specific tool when I select the Run or Run On option on the script.
    When running the same script directly in the Oracle 10g Home Page (Home > SQL > SQL Scripts), I had no problem. Everything executes correctly.
    Is anyone aware of another way to run Oracle scripts directly from Visual Studio? Do I have my project setup incorrectly? This is the first project I've used .NET and Oracle together, so if anyone has any suggestions, I'd really appreciate the help.
    Thanks,
    Mycole

  • Itunes downloaded movie won't run anymore

    I upgraded my Macbook from Leopard to Mountain Lion and then upgraded iTunes.  Now when I download a movie off of the iTunes store and try and play it, the error message comes up that says:  This movie requires QuickTime, which is not supported by this version of iTunes.  What is going on here!!!?

    I am having the same problem right now and I can't seem to find an answer, I really wish I could help you :/

  • App won't run outside of the netbeans ide

    I created a very simple app using the netbeans ide I made a jframe that when the button is pressed displays text, it works when I select "run file" however when it is built into a .jar it doesn't run, I think it might be because the main is empty and the jframe contains the actual code, I'm lost as I'm a complete noob

    it works when I select "run file" however when it is built into a .jar it doesn't run, I think it might be because the main is empty and the jframe contains the actual codeDo this:
    In the "projects" tree structure, right click on the current project node which contains the jframe. Select 'Properties' , a dialog would show, select 'Run' in that dialog, you can find a field 'Main class', check whether it shows the correct class, if not click the Browse button in front of it and select the correct class i.e the jframe class.
    Now when this is done, right click the Project node again and select 'Build' , then after 'building' right click and select 'Run', if the project runs correctly everything is alright.
    Now go to the place where your project is actually saved, go to 'dist' folder and double click the jar file or run the jar through cmd, it would work.... and don't copy the jar file somewhere else, if you want to run it somewhere else, copy the whole 'dist' folder and run the jar from there.... thats what previous reply recommended.
    Thanks!

  • Photoshop Elements 6 - PDF slide show won't run when email is opened

    I have created a slide show in Photoshop Elements 6 as a PDF file and sent it to myself as a trial run. Although I have selected the 'loop' option the show does not run automatically when the email attachement is opened as I believe it should. Any suggestions gratefully received. Thanks.

    It comes to something when I have to answer my own question!  However I have to admit I did have a little help from an earlier question which was thrown up by a search I did! It seems that when a PDF show is emailed and the recipient is asked whether the show should be opened in full screen or not; the answer should be 'yes' in order for the show to start automatically.
    If the recipient answers 'no' the show stays stuck on the first slide. Hope this help anyone else who may have the same problem.

  • I downloaded the new itunes and now it won't run, everytimei try to open it a box pops up saying icudt40_dat/ icudt40.dll, then a second box says Error 7 (windows error 127) i've purchased $130 worth of programs that didn't fix this

    I have purchased numerous programs that say they'll fix this registry problem but they haven't, From my research, quite a few people are having problems with this, i have installed and uninstalled itunes 6 times  trying to figure this out and i'm out of options please help.

    Also, I wanted to add, Winamp isn't showing my ipod, either, like it was before I deleted all my music files.

  • FTP adapter to connect to SFTP server that sits outside of firewall

    We have a firewall between soa server and ftp server. There is no proxy server configured on the firewall. We tried two configuration as listed below both were not working. ANy guidance would be greatly appreciated! Thanks!
    We are able to do sftp through command prompt from soa server to ftp server.
    Kathar
    First configuration:
    host
    port - 22
    username
    password
    sftp - true
    transport mode - socket
    authenticationType - PASSWORD
    Error Received
    [2013-05-23T09:05:27.619-10:00] [soa_server1] [ERROR] [] [oracle.soa.adapter] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\n] [userId: <anonymous>] [ecid: 5fb2a7b48dd0cab4:e4632bf:13ec4b1184d:-8000-000000000005a46f,1:30571] [APP: soa-infra] FTP Adapter FTPTestProject [[
    BINDING.JCA-11445
    The SSH API threw an exception.
    The SSH API threw an exception.
    The SSH API threw an exception.
    Maverick has not been setup properly. Please correct the setup.
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.setUpPasswordSocketConnection(SSHSessionImpl.java:206)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:128)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:26)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:154)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:67)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:180)
         at weblogic.connector.security.layer.AdapterLayer.createManagedConnection(AdapterLayer.java:803)
         at weblogic.connector.outbound.ConnectionFactory.createResource(ConnectionFactory.java:91)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:419)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:344)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:323)
         at weblogic.connector.outbound.ConnectionPool.reserveResource(ConnectionPool.java:620)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:317)
         at weblogic.connector.outbound.ConnectionManagerImpl.getConnectionInfo(ConnectionManagerImpl.java:380)
         at weblogic.connector.outbound.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:129)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:102)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:1192)
         at oracle.tip.adapter.ftp.SFTPAgent.validateInputDir(SFTPAgent.java:758)
         at oracle.tip.adapter.ftp.inbound.FTPSource.revalidatePollingError(FTPSource.java:1357)
         at oracle.tip.adapter.file.inbound.PollWork.onAlert(PollWork.java:476)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:357)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: com.maverick.ssh.SshException: Failed to negotiate a transport component [aes192-cbc] [aes256-ctr]
         at com.maverick.ssh2.TransportProtocol.A(Unknown Source)
         at com.maverick.ssh2.TransportProtocol.C(Unknown Source)
         at com.maverick.ssh2.TransportProtocol.processMessage(Unknown Source)
         at com.maverick.ssh2.TransportProtocol.startTransportProtocol(Unknown Source)
         at com.maverick.ssh2.Ssh2Client.connect(Unknown Source)
         at com.maverick.ssh.SshConnector.connect(Unknown Source)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.setUpPasswordSocketConnection(SSHSessionImpl.java:194)
         ... 24 more
    Second configuration:
    host
    port - 22
    username
    password
    sftp - true
    transport mode - http
    authenticationType - PASSWORD
    Below error indicates it expects proxy configuration, but we don't have any
    Error
    Proxy Host: Proxy Port: -1 Proxy UserName: Connection Type: http
    [2013-05-23T09:00:42.837-10:00] [soa_server1] [ERROR] [] [oracle.soa.adapter] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\n] [userId: <anonymous>] [ecid: 5fb2a7b48dd0cab4:e4632bf:13ec4b1184d:-8000-0000000000059c8e,1:30566] [APP: soa-infra] FTP Adapter FTPTestProject Exception while setting up session
    [2013-05-23T09:00:42.837-10:00] [soa_server1] [ERROR] [] [oracle.soa.adapter] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\n] [userId: <anonymous>] [ecid: 5fb2a7b48dd0cab4:e4632bf:13ec4b1184d:-8000-0000000000059c8e,1:30566] [APP: soa-infra] FTP Adapter FTPTestProject [[
    BINDING.JCA-11443
    Adapter internal error.
    Adapter internal error.
    The adapter has become unstable. This could be because of incorrect parameters supplied to the adapter. The parameter: [Ljava.lang.String;@19062d06 had value: [Ljava.lang.String;@19062d0c
    Please make sure that SFTP has been setup correctly.
    Edited by: Kathar on May 23, 2013 12:25 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    We have a firewall between soa server and ftp server. There is no proxy server configured on the firewall...
    We are able to do sftp through command prompt from soa server to ftp server...Some facts above look discordant... My understanding is you have to use http to access a ftp server running outside a firewall and socket if it's inside a firewall...
    However, you seem to have access with socket from FtpAdapter and also are able to do sftp via command prompt (without using a proxy!)... Those facts make me believe that the connection is actually not going through the firewall... Is the Ftp server in the internal network? Is the soa server running on Windows or Linux?
    Recheck your configuration according to steps on the document bellow and do some further investigation to assure that the connection from soa server to the ftp server is actually going through the firewall... Ask for the network administrator to close the SFTP port on the firewall and see if you still can connect to it...
    http://docs.oracle.com/cd/E28280_01/integration.1111/e10231/adptr_file.htm#CACDFFFB
    Cheers,
    Vlad

  • Movies do not run and cover art is missing in iTunes Mac after sync with iPad

    I down load purchased movies from Apple to my iPad.  The movies runs fine and cover art is visible.  Great.  However, after I sync with my Mac Mini, the cover art on my iPad is missing.  The cover art in the iTunes library on my Mac Mini is missing, and the movies won't run on the Mac Mini.  Whe I re-sync, I get a message that says the movie can't sync because it can't be found.

    Is your album cover issue resolved?
    If not, have you perhaps tried to disable iTunes Match on your iPhone (in Settings) and signed out of your Apple ID (on the phone)? This might work.
    The issue seems to be that the iTunes Match server does not update all the tracks with the new album cover art, particularly if you added the covers some time after importing the CD's (remember then that there was no cover art on some of them!)
    Another possible solution is to rename the iTunes database (.itl file) by appending say "old" (without the quotes) and recreate a new one with maybe 1 or 2 albums, wait for the server to match the tracks (you can check on your iPhone after disabling and then re-enabling iTunes Match on the phone), then delete the 1 or 2 albums so that the iTunes music library is empty and wait again; you can check the iPhone again.
    Finally, quit iTunes, delete the latest database and rename the original database with its original name (by removing the "old" appendage).
    Then let iTunes Match reload the server with all the information: this might take a few minutes (hours?) depending on the size of the library.
    In the meantime you can remove all the music on the iPhone by disabling iTunes Match in the phone's settings.

  • PHP script won't run in the background

    Hi all
    Hope someone can help me with a weird issue I have...
    I am trying to run a php CLI script in the background and it just won't run - it has a status of Stopped SIGTOU (Trying to write output) - Here are the details
    OS
    Mac OS X Lion 10.7.2
    PHP
    PHP 5.3.6 with Suhosin-Patch (cli) (built: Sep  8 2011 19:34:00)
    Copyright (c) 1997-2011 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
    I created a basic script  test.php
    <?php echo 'Hello world'.PHP_EOL; ?>
    Here are the results of various tests:-
    Test 1) php -f test.php  (Hello world gets displayed)
    Test 2) php -f test.php >test.log 2>&1 (Hello world gets put into test.log)
    Test 3) php -f test.php >test.log 2>&1 & --- I get [1]+  Stopped(SIGTTOU)        php -f test.php > test.log 2>&1 -- and the job just sits there doing nothing nothing gets logged however lsof shows the log file is open
    It has to be something to do with Apple's php build because a similar bash shell script gets executed no problems in the background...
    This has me stumped ... any ideas? What can I do to find out what is going on ...?
    TIA
    Rich

    Just realized your trying to load the php files by using the File->Open menu item in the Browser.  That won;t work.
    You have to load the php file by placing it in the Sites folder and entering http://localhost/file.php
    (or if you have user Sites enabled http://localhost/~user/file.php)
    The reason it is grayed out is that the browser doesn't run (or know of) php files. The web server runs those (via php) and the output of the file goes to the web browser.
    This page How to enable Web Sharing in OS X Mountain Lion does a pretty good job of explaining it. (as does the user tip I lonked to before)

  • Flash CC Won't Run Test Movie

    Sometimes when I run test movie or debug movie, the Export SWF Movie dialog displays but then the running movie never displays. After many seconds, a Debug Session Failed dialog displays and “Socket closed” displays in the output window. I can try to run test movie multiple times with no success but each time a SimController process is created and no Simulator window displays. This is on Mac OS 10.8.5 with Flash CC publishing an AIR for iOS 3.8 movie.
    It might be occurring sometimes after a script has been changed in Flashbuilder and is open in Flash CC. I try to run Test Movie in Flash CC and it gives me the changed script/save dialog, I save, and then test the move. However, this works most of the time, but at least a couple times it may have occurred and led to the above error.
    It occurs with multiple different AIR 3.8 movies. It occurs with other AIR movies such as AIR Desktop, but AS3 movies run.
    The only way to fix is to restart the OS. Restarting Flash CC doesn’t help. Killing all the SimController processes doesn’t help.
    The only log message I see at the error time is:
    Jan 19 06:02:16 Davids-iMac.local coreservicesd[41]: FindBestLSSession(), no match for inSessionID 0x186a0 auditTokenInfo( uid=205 euid=205 auSessionID=100000 create=false

    I'm on a 2012 desktop with OS X 10.8.4 using a bluetooth keyboard. Cmd + ~ works with all other Adobe programs I have installed including Flash CS5.5.

  • Calculation Script... won't run after restart of acrobat

    I added a custom calculation script to a field. Works like a charm.
    However if I restart acrobat the script refuses to run. I go in and confirm the script is there.
    If i go in an just add a space or a comment to the script it will start running again.
    Any ideas?
    I also saved the PDF and opened it in reader on another machine. Won't run there.
    So I attached it to an onfocus event and that seems to work fine after saving??
    So I then tried adding a "simplified field notation" and the same behavior exists there. If i restart acrobat the only way i can get the simple notation to run is if I remove it and then re-add it. Otherwise it does nothing.
    Am I missing something obvious?
    Thanks in advance.

    George,
    I wasn't clear enough. The script does nothing. Editing values of text boxes that would trigger the calculation to occur will not run until after I have edited the script. (something as silly as just adding a comment will cause it to work again)
    For the simple calculation I need to remove it completely and add it again before it will work
    Here is an example for a net worth box:
    Add to "simple field notation"
    assets - liabilities
    Then I hit ok and whenever I add in some liabilities or assets those 2 fields are updated and my networth field is updated. Thats works great
    I save the file and then open it back up and add some liabilies/assets and the fields I used the built in "sum" function on continue to work (assets and liabilities) however my "simple field notation" does not update my networth field.
    I go back into field designer and verify that the simple field calculation radio box is still selected and that it still says
    assets - liabilities
    It continues not to run. I then go back in and edit it to remove the calculation.
    I then open it up again and select "simple field notation" and type in
    assets - liabilities
    This then works immediately and i am happy again until i save/restart acrobat (or try to open the PDF on another PC)
    Then I am sad again because the script doesn't run.
    I tried all these same steps with a JavaScript too. It will work until acrobat is restarted. If i edit the script by adding a space or comment it will start running again.
    So frustrating! Any help is appreciated.

Maybe you are looking for

  • Eclipse indigo and weblogic 10.3- not able to download wl 10.3 to indigo

    Install new extension from eclipse indogo, it does not give option of weblogic 10.3. It gives BEA Weblogic Server v8.1 BEA Weblogic Server v9.0 BEA Weblogic Server v9.1 BEA Weblogic Server v9.2 BEA Weblogic Server v10.0 It does not give BEA Weblogic

  • How to use  the same channel to send a file and messages to the server

    I'm trying to develop a simple program that will send and receive files from the server and in the same time I need to communicate with the server through the messages I'm using TCP Socket my problem is I have only one channel so, I have no option, e

  • Can't add computer to 'iTunes in the Cloud'

    For some reason, I'm not able to activate iTunes Match on my MacBook (late 2008 unibody). However, I've successfully enabled iTunes Match on my iMac (mid-2007), iPhone 4 and work computer (MacBook Pro) for a total of 3 devices. It will not activate w

  • Column for Sales document not filled in F-32 line layout

    Hello Experts, I am executing clear customer F-32 , in that client needs to see sales document & line item as well in line layouts. But when I am choosing that particular line layout which is having sales document as one of the columns , those column

  • Number Range Error in Invoice posting in FI.

    Dear friends, I have copied F2 and created another Billing Document Type. A seperate number range series has also been maintained and has been defined in the newly created Billing document type. At the time of saving and posting the Invoice with the