AS2 - CS4 unnullify 'Null '?

I have created a tutorial of card game (well, a small part of what will be a tutorial) and ran into a wall.

A movieclip has an onRollOver, onRollOut, State delivery and onRelease, each doing different things (go figure). In the State of onRelease, canceled all 3 States so that the movieclip is frozen, i.e. movieclip.onRollOver = null; etc.

How to disarm the null when you press a reset button (resetBtn)?

Attached, is an example of my problem.

Usually I would not null all event handlers, instead I would just disable the clip.

myClip.enabled = false;

The events that will prevent shipping.

Then it is easy to have a function that runs through all your clips (you will need to keep track of them some how) and the property enabled set to true.

Or you could do the same type of thing with the reallocation event handlers.

I'm guessing that you initially set up something like this:

{myClip.onRollOver = function ()}

a code

}

This is not the best practice. You should do it like this:

myClip.onRollOver = handleOverClip;

function handleOverClip() {}

a code

}

Then you can easily he reapply by reassigning just the function.

Tags: Adobe Animate

Similar Questions

  • Netstream AS2/CS4 problem...

    I'm building a custom flv player and need help.  Maybe I'm missing something, I'm not sure.  The main problem is that the FLV file doesn't load/play, which probably causes secondary problems, such as the bufferClip always visible and no way to test the scrubbers of video and audio.

    -CODE-

    var nc: NetConnection = new NetConnection();
    NC. Connect (null);
    var NS: NetStream = new NetStream (nc);
    ns.setBufferTime (5);

    ns.onStatus = {function (info)}
    If (info.code == "NetStream.Buffer.Full") {}
    bufferClip._visible = false;
    }
    If (info.code == "NetStream.Buffer.Empty") {}
    bufferClip._visible = true;
    }
    If (info.code == "NetStream.Play.Stop") {}
    gotoAndStop ("end");
    }
    }

    video card
    videoPlace.attachVideo (ns);
    NS. Play ('the FLV URL');

    audio control
    _root.createEmptyMovieClip ("vSound", _root.getNextHighestDepth ())
    vSound.attachAudio (ns);

    var so: Sound = new Sound (vSound);
    {audioControl.audioScrub.onEnterFrame = function ()}
    so.setVolume(100-this._y);
    }

    {audioControl.audioScrub.onPress = function ()}
    this.startDrag(false,this._x,0,this._y,100);
    }

    audioControl.audioScrub.onRelease = audioControl.audioScrub.onReleaseOutside = function() {}
    this.stopDrag ();
    }

    Restart button
    controlBar.restartBtn.onRelease = function() {}
    NS. Seek (0);
    }

    Play and Pause button
    controlBar.playpause.onRelease = function() {}
    NS.pause ();
    }

    Configure the interval of video
    var vidInt = setInterval (videoStatus, 100);
    var amtLoad: Number;
    var duration: number;
    NS ["onMetaData"] = {function (obj.)}
    duration = obj.duration;
    }

    function videoStatus() {}
    amtLoad = ns.bytesLoaded/ns.bytesTotal;
    loader_mc.loadBar._width = amtLoad * 560;
    loader_mc.scrubber._x = ns.time/duration * 560;
    }

    the cleaner code
    var scrubInt;

    loader_mc.scrubber.onPress = function() {}
    clearInterval (vidInt);
    scrubInt = setInterval(scrubIt,10);
    this.startDrag(false,0,this._y,560,this._y);
    }

    loader_mc.scrubber.onRelease = loader_mc.scrubber.onReleaseOutside = function() {}
    clearInterval (vidInt);
    vidInt = setInterval(videoStatus,100);
    this.stopDrag ();
    }

    function scrubIt() {}
    NS. Seek(math.floor((controlBar.loader_mc.scrubber._x/560) * duration));
    }

    -CODE OF END-

    Thanks in advance for your help.  If you would like more information, let me know.
    ~ gray14

    put a flv in the same directory as your html integration and use this file name in your method of reading and repeat the test.  Make sure you have an instance of the video class on stage with the instance name:

    videoPlace

  • Errors Misslanious

    Hi B2BGurus,

    Every day we receive a misslenious error in our b2b and showing an "Identification of Document protocol error" error if we open thread message show as "Date = Thu, 22 Sep 2010 04:15:25 GMT.
    Server = Microsoft-IIS/6.0
    X-Powered-By = ASP .NET
    Content-Length = 0

    If we open the payload its complete Blanck.
    Here is the log file:
    Protocol = HTTP
    Version = 1.1
    Transport header
    Content-Transfer-Encoding: binary
    Message-ID: < 28957@EMRSN >
    MIME-version: 1.0
    Action_name:Process_OAG_9_0_ProcessPo
    From: EMRSN
    Disposition-Notification-To:[email protected]
    AS2-to: BENCHMARK
    User-Agent: AS2 Server
    Date: Thu, 22 Sep 2010 04:15:06 GMT
    Disposition-Notification-Options: signed-receipt-protocol = required, pkcs7-signature; Signed-receipt-micalg = required, sha1
    DOCTYPE_NAME:ProcessPo
    FROM_PARTY:EMRSN
    DOCTYPE_REVISION:9.0
    TO_PARTY:BENCHMARK
    AS2 - from: EMRSN
    AS2-Version: 1.1
    Content-Type: application / pkcs7-mime; SMIME-type = 'enveloped data '.

    Parameters
    -list properties-
    http.sender.Timeout = 0

    2010.09.22 to 04:15:20:128: Thread-26: B2B - (DEBUG) system null null null value realm username
    2010.09.22 to 04:15:20:154: connection TCP of RMI (3002) - 10.16.72.44: B2B - setFromPartyId() calling (DEBUG), changing the TPName: Penske Type: AS2 identifier value: PSKLUSB2BAS2P to TPName: Penske Type: AS2 identifier value: PSKLUSB2BAS2P
    2010.09.22 to 04:15:20:244: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 11
    802B3C190ADB18CBE044001517B8F214-38-1-5
    2010.09.22 to 04:15:24:200: connection TCP of RMI (3002) - 10.16.72.44: B2B - ID of the sender (DEBUG) AccessRepo:findRequestBusinessMessageByControlNumber = value 6AD4798E0A6D6C2BE04400144FA11B5C-35-1-identifier: EMRSN
    2010.09.22 to 04:15:25:366: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:processParty() (DEBUG) Begin...
    2010.09.22 to 04:15:25:374: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:processParty() (DEBUG) Emerson is hosted party
    2010.09.22 to 04:15:25:377: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUGGING):processParty() end oracle.tip.adapter.b2b.tpa.RepoDataAccessor...
    2010.09.22 to 04:15:25:380: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) after the call to processparty with: TPName: Emerson Type: value of the AS2 identifier: EMRSN
    2010.09.22 to 04:15:25:383: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUGGING):processTPA() oracle.tip.adapter.b2b.tpa.TPAProcessor PARTIES (after the call to processParty):
    initial: null
    from: TPName: Emerson Type: value of the AS2 identifier: EMRSN
    to: TPName: Penske Type: value of the AS2 identifier: PSKLUSB2BAS2P
    final: null
    opening: TPName: Emerson Type: value of the AS2 identifier: EMRSN
    2010.09.22 to 04:15:25:386: connection TCP of RMI (3002) - 10.16.72.44: B2B - docTypeName oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG): 997-docTypeRevision: 5020
    2010.09.22 to 04:15:25:401: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG): Process_X12_5020_997 actionRevision: 5.0
    2010.09.22 to 04:15:25:404: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getCollaborationDetails() (DEBUG) Begin... Name of activity: Process_X12_5020_997 activity Version: 5.0
    2010.09.22 to 04:15:25:412: connection TCP of RMI (3002) - 10.16.72.44: B2B - eventName oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG): < null >
    2010.09.22 to 04:15:25:417: connection TCP of RMI (3002) - 10.16.72.44: B2B - messageType:3 oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG)
    2010.09.22 to 04:15:25:434: connection TCP of RMI (3002) - 10.16.72.44: B2B - setMode() calling (DEBUG), changing from-1 to 2
    2010.09.22 to 04:15:25:437: connection TCP of RMI (3002) - 10.16.72.44: B2B - setInitiatingPartyId() calling (DEBUG), changing the TPName: Emerson Type: AS2 identifier value: EMRSN to TPName: Penske Type: AS2 identifier value: PSKLUSB2BAS2P
    2010.09.22 to 04:15:25:441: connection TCP of RMI (3002) - 10.16.72.44: B2B - cpaID oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) = 199
    2010.09.22 to 04:15:25:444: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) name TPA: Emerson_Penske_Production_Agreement
    2010.09.22 to 04:15:25:447: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) name TPA: Emerson_Penske_Production_Agreement
    2010.09.22 to 04:15:25:449: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) not the test unit
    2010.09.22 to 04:15:25:464: connection TCP of RMI (3002) - 10.16.72.44: B2B - direction of oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() (DEBUG) 2
    2010.09.22 to 04:15:25:467: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.TPAProcessor:processTPA() Emerson_Penske_Production_Agreement; * ; TPName: Emerson Type: value of the AS2 identifier: EMRSN; * ; TPName: Penske Type: value of the AS2 identifier: PSKLUSB2BAS2P; * ; TPName: Penske Type: value of the AS2 identifier: PSKLUSB2BAS2P; * ; null; * ; Process_X12_5020_997; * ; null; * ; null; * ; 3; * ; 2
    2010.09.22 to 04:15:25:470: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) Begin...
    2010.09.22 to 04:15:25:472: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG)
    Party-> AS2 identifier-EMRSN-Emerson-null
    Part-> AS2 Collaboration identifier-PSKLUSB2BAS2P-Penske-null-> agree name of null-> Emerson_Penske_Production_Agreement
    2010.09.22 to 04:15:25:494: connection TCP of RMI (3002) - 10.16.72.44: B2B - pList.size () oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = 14
    2010.09.22 to 04:15:25:498: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 0
    2010.09.22 to 04:15:25:501: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8F0
    2010.09.22 to 04:15:25:511: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_850
    2010.09.22 to 04:15:25:515: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 0
    2010.09.22 to 04:15:25:518: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 1
    2010.09.22 to 04:15:25:522: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_52CA
    2010.09.22 to 04:15:25:531: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_855
    2010.09.22 to 04:15:25:535: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 1
    2010.09.22 to 04:15:25:537: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 2
    2010.09.22 to 04:15:25:540: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8FC
    2010.09.22 to 04:15:25:552: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_997
    2010.09.22 to 04:15:25:555: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() isInitiator = false
    2010.09.22 to 04:15:25:565: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() fromTPP = EMRSNfromParty = Emerson
    2010.09.22 to 04:15:25:593: connection TCP of RMI (3002) - 10.16.72.44: B2B - setFromPartyId() calling (DEBUG), changing from null to TPName: Emerson Type: value of the AS2 identifier: EMRSN
    2010.09.22 to 04:15:26:908: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 2
    2010.09.22 to 04:15:26:911: Thread-26: B2B - (DEBUG)
    Protocol = HTTP
    Version = HTTP/1.1
    Transport header
    Date: Thu, 22 Sep 2010 04:15:25 GMT
    X Powered - By:ASP .NET
    Server: Microsoft-IIS/6.0
    Content-Length: 0

    2010.09.22 to 04:15:26:913: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 3
    2010.09.22 to 04:15:26:917: Thread-26: B2B - oracle.tip.adapter.b2b.transport.TransportInterface:send (DEBUGGING) Message sent successfully
    2010.09.22 to 04:15:26:920: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_52D6
    2010.09.22 to 04:15:26:922: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab (INFORMATION) send successfully!, communicable sucessfully request Message
    2010.09.22 to 04:15:26:925: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab (DEBUG) call postTransmit for forward after processing of the request message
    2010.09.22 to 04:15:26:928: Thread-26: B2B - beginTransaction (DEBUG) DBContext: enter
    2010.09.22 to 04:15:26:931: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_856
    2010.09.22 to 04:15:26:933: Thread-26: B2B - beginTransaction (DEBUG) DBContext: Transaction.begin)
    2010.09.22 to 04:15:26:936: Thread-26: B2B - beginTransaction (DEBUG) DBContext: leave
    2010.09.22 to 04:15:26:938: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 3
    2010.09.22 to 04:15:26:941: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request: postTransmit (DEBUG) entry
    2010.09.22 to 04:15:26:944: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 4
    2010.09.22 to 04:15:26:946: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request: postTransmit (DEBUG) AckMode is SYNC
    2010.09.22 to 04:15:26:948: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_52D0
    2010.09.22 to 04:15:26:951: Thread-26: B2B - Enter oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(2_params) (DEBUG)
    2010.09.22 to 04:15:26:956: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_810
    2010.09.22 to 04:15:26:959: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 4
    2010.09.22 to 04:15:26:962: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 5
    2010.09.22 to 04:15:26:965: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A902
    2010.09.22 to 04:15:26:970: Thread-26: B2B - output oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(2_params) (DEBUG)
    2010.09.22 to 04:15:26:974: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request: postTransmit (DEBUG) update the Message Table with the status of the message line waiting for incoming receipt
    2010.09.22 to 04:15:26:977: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_997
    2010.09.22 to 04:15:26:980: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() isInitiator = true
    2010.09.22 to 04:15:26:984: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() fromParty IS NOT initParty TPName: Emerson Type: AS2 identifier value: EMRSN TPName: Penske Type: AS2 identifier value: PSKLUSB2BAS2P
    2010.09.22 to 04:15:26:986: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 6
    2010.09.22 to 04:15:26:989: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8F6
    2010.09.22 to 04:15:26:992: Thread-26: B2B - oracle.tip.adapter.b2b.msgproc.Request: postTransmit (DEBUG) Commit
    2010.09.22 to 04:15:26:995: Thread-26: B2B - validation DBContext (DEBUG): enter
    2010.09.22 to 04:15:27:002: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_860
    2010.09.22 to 04:15:27:005: Thread-26: B2B - validation DBContext (DEBUG): Transaction.commit)
    2010.09.22 to 04:15:27:008: Thread-26: B2B - (DEBUGGING) DBContext commit: leave
    2010.09.22 to 04:15:27:012: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 6
    2010.09.22 to 04:15:27:015: Thread-26: B2B - beginTransaction (DEBUG) DBContext: enter
    2010.09.22 to 04:15:27:017: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 7
    2010.09.22 to 04:15:27:020: Thread-26: B2B - beginTransaction (DEBUG) DBContext: Transaction.begin)
    2010.09.22 to 04:15:27:023: Thread-26: B2B - beginTransaction (DEBUG) DBContext: leave
    2010.09.22 to 04:15:27:026: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8EE
    2010.09.22 to 04:15:27:029: Thread-26: B2B - input (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage
    2010.09.22 to 04:15:27:038: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_850
    2010.09.22 to 04:15:27:042: Thread-26: B2B - oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage (DEBUG) Identify Business Protocol
    2010.09.22 to 04:15:27:045: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 7
    2010.09.22 to 04:15:27:048: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:identifyExchange entry
    2010.09.22 to 04:15:27:052: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 8
    2010.09.22 to 04:15:27:056: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:identifyExchange output
    2010.09.22 to 04:15:27:059: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8F4
    2010.09.22 to 04:15:27:062: Thread-26: B2B - oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage (DEBUG) unpack using the specific package class of BP
    2010.09.22 to 04:15:27:065: Thread-26: B2B - MimePackaging (DEBUG): out of the box: enter
    2010.09.22 to 04:15:27:068: Thread-26: B2B - MimePackaging:doUnpack (DEBUG): enter
    2010.09.22 to 04:15:27:071: Thread-26: B2B - MimePackaging:unpackNonMimeMessage (DEBUG): enter
    2010.09.22 to 04:15:27:073: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_860
    2010.09.22 to 04:15:27:076: Thread-26: B2B - MimePackaging:unpackNonMimeMessage (DEBUG): encoding = UTF-8
    2010.09.22 to 04:15:27:079: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 8
    2010.09.22 to 04:15:27:082: Thread-26: B2B - MimePackaging:unpackNonMimeMessage:oracle.tip.adapter.b2b.packaging.Component@155820b (DEBUG)
    2010.09.22 to 04:15:27:084: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 9
    2010.09.22 to 04:15:27:088: Thread-26: B2B - MimePackaging:unpackNonMimeMessage:Exit (DEBUG)
    2010.09.22 to 04:15:27:091: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_52C8
    2010.09.22 to 04:15:27:093: Thread-26: B2B - MimePackaging (DEBUG): out of the box: output
    2010.09.22 to 04:15:27:096: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage decode the Message entering the B2B Message
    2010.09.22 to 04:15:27:099: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage enter
    2010.09.22 to 04:15:27:102: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_855
    2010.09.22 to 04:15:27:106: Thread-26: B2B - oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage (DEBUGGING) of the components number = 1
    2010.09.22 to 04:15:27:110: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 9
    2010.09.22 to 04:15:27:113: Thread-26: B2B - oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage (DEBUG) Protocol of Transport = {HTTP}
    2010.09.22 to 04:15:27:116: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 10
    2010.09.22 to 04:15:27:119: Thread-26: B2B - remote host (DEBUG) name oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage = null
    2010.09.22 to 04:15:27:122: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A8FA
    2010.09.22 to 04:15:27:125: Thread-26: B2B - hostname (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage = null
    2010.09.22 to 04:15:27:128: Thread-26: B2B - setInitiatingPartyId() calling (DEBUG), changing to TPName null: null Type: value of the generic identifier: 127.0.0.1
    2010.09.22 to 04:15:27:132: Thread-26: B2B - (DEBUGGING) = 127.0.0.1 oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:decodeIncomingMessage fromParty
    2010.09.22 to 04:15:27:135: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_997
    2010.09.22 to 04:15:27:138: Thread-26: B2B - setFromPartyId() calling (DEBUG), changing to TPName null: null Type: value of the generic identifier: 127.0.0.1
    2010.09.22 to 04:15:27:144: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() isInitiator = true
    2010.09.22 to 04:15:27:147: Thread-26: B2B - setToPartyId() calling (DEBUG), changing to TPName null: null Type: value of the generic identifier: 127.0.0.1
    2010.09.22 to 04:15:27:151: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() IS initParty toParty
    2010.09.22 to 04:15:27:154: Thread-26: B2B - oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage (DEBUG) NULL security information
    2010.09.22 to 04:15:27:158: Thread-26: B2B - output oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:decodeIncomingMessage (DEBUG)
    2010.09.22 to 04:15:27:162: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() toTPP = PSKLUSB2BAS2PtoParty = Penske
    2010.09.22 to 04:15:27:165: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:processHubMessage entry
    2010.09.22 to 04:15:27:167: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage toTP 127.0.0.1
    2010.09.22 to 04:15:27:170: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processHubMessage hubUrl null
    2010.09.22 to 04:15:27:172: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:processHubMessage output
    2010.09.22 to 04:15:27:175: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage ProtocolCollabId = null
    2010.09.22 to 04:15:27:178: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage CollaborationName null
    2010.09.22 to 04:15:27:180: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate entry
    2010.09.22 to 04:15:27:183: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate check post non - RosettaNet
    2010.09.22 to 04:15:27:189: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:checkDuplicate output
    2010.09.22 to 04:15:27:192: Thread-26: B2B - oracle.tip.adapter.b2b.engine.Engine:processIncomingMessage (DEBUG) Protocol of Collaboration Id: null
    2010.09.22 to 04:15:27:194: connection TCP of RMI (3002) - 10.16.72.44: B2B - setToPartyId() calling (DEBUG), changing from null to TPName: Penske Type: value of the AS2 identifier: PSKLUSB2BAS2P
    2010.09.22 to 04:15:27:197: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:identifyIncomingDocument entry
    2010.09.22 to 04:15:27:231: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:identifyIncomingDocument errcode = SetData failed - adjourned CECToolsException - HRESULT [30005] description [does not have the size of the blob: must be greater then zero]
    2010.09.22 to 04:15:27:235: Thread-26: B2B - com.edifecs.shared.jni.JNIException (ERROR): SetData - lifting - CECToolsException HRESULT failure [30005] description [does not have the size of the blob: must be greater then zero]
    at com.edifecs.shared.jni.xdata.INativeToXData.SetDataNative (Native Method)
    at com.edifecs.shared.jni.xdata.INativeToXData.SetData (unknown Source)
    at com.edifecs.shared.jni.xdata.INativeToXData.SetData (unknown Source)
    at oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin.identifyIncomingDocument(EDIDocumentPlugin.java:367)
    at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3226)
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1666)
    at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2384)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1827)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:976)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage (MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run (MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)

    2010.09.22 to 04:15:27:238: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument entry
    2010.09.22 to 04:15:27:249: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument non - XML payload
    2010.09.22 to 04:15:27:252: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument iDoc ECS = null
    2010.09.22 to 04:15:27:254: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument continue
    2010.09.22 to 04:15:27:257: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument non - XML payload
    2010.09.22 to 04:15:27:259: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument iDoc ECS = null
    2010.09.22 to 04:15:27:262: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument continue
    2010.09.22 to 04:15:27:265: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument non - XML payload
    2010.09.22 to 04:15:27:267: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument iDoc ECS = null
    2010.09.22 to 04:15:27:270: connection TCP of RMI (3002) - 10.16.72.44: B2B - setMode() calling (DEBUG), from 2 to 1
    2010.09.22 to 04:15:27:273: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument continue
    2010.09.22 to 04:15:27:275: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 10
    2010.09.22 to 04:15:27:278: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument non - XML payload
    2010.09.22 to 04:15:27:280: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 11
    2010.09.22 to 04:15:27:283: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument iDoc ECS = null
    2010.09.22 to 04:15:27:286: connection TCP of RMI (3002) - 10.16.72.44: B2B - PPT oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = TradingPartnerParticipant_A900
    2010.09.22 to 04:15:27:288: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument continue
    2010.09.22 to 04:15:27:291: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument non - XML payload
    2010.09.22 to 04:15:27:293: Thread-26: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument iDoc ECS = null
    2010.09.22 to 04:15:27:296: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument continue
    2010.09.22 to 04:15:27:298: connection TCP of RMI (3002) - 10.16.72.44: B2B - actionName oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG) = Process_X12_5020_997, tppActionName = Process_X12_5020_997
    2010.09.22 to 04:15:27:301: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:identifyIncomingDocument output
    2010.09.22 to 04:15:27:303: connection TCP of RMI (3002) - 10.16.72.44: B2B - (DEBUG) oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() isInitiator = false
    2010.09.22 to 04:15:27:306: Thread-26: B2B - Error (ERROR) -: AIP-50083: Protocol for the identification of the Document error
    at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3245)
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1666)
    at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2384)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1827)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:976)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1167)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage (MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run (MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)

    2010.09.22 to 04:15:27:309: Thread-26: B2B - (DEBUGGING) oracle.tip.adapter.b2b.engine.Engine:handleExceptionBeforeIncomingTPA entry
    2010.09.22 to 04:15:27:312: Thread-26: B2B - oracle.tip.adapter.b2b.engine.Engine:XXX (DEBUG): Enter handleInboundException
    2010.09.22 to 04:15:27:460: connection TCP of RMI (3002) - 10.16.72.44: B2B - oracle.tip.adapter.b2b.tpa.RepoDataAccessor:getAgreementDetails() (DEBUG): 13

    In the paper, it seems that the message comes from BENCHMARK. You can cross check with your TP and confirm if they use Microsoft-IIS server? Being a production issue, I suggest you to save a SR with support.

    Kind regards
    Anuj

  • CS4 is no longer recognising the AS2 classes

    Question: I designed a site in CS4 via AS2 and external AS2 classes. Everything worked fine until about a week ago. Now when I go back and try to change these files, classes are loaded is more and the site breaks.

    I've not edited code, some graphics.

    I even tested some files that use classes outside and those out now as well. (I keep daily backups of my progress.) Published two weeks ago: fine; publish the same file today: broken.)

    I went into preferences AS2.0 and they are put in the way they have always been:

    • .
    • $(UserConfig) / Classes
    • $(LocalData) / Classes

    Since the publication of these working files, the only thing I do is a bunch of tutorials on Lynda AS3. I've not edited any AS of the libraries or settings or preferences, so I can't understand what is happening.

    A confused got Flash? How can I get these reconnected? Thank you.

    your class file should also reflect that he's in Classes.com.skin.Scrubber.

  • Error 1009 (call of the Null object) Flash CS4

    Hi all

    I am very new to Flash (this is my first attempt) and try to find a way to deal with this error I get.

    The code is supposed to animate a popup on a score to the mouse event.

    I'm really surprised, I did that well before letting mouth gaping.

    Please help, my brain hurts.

    Here is my code:

    Import fl.transitions.Tween;
    Fl.transitions.easing import. *;

    var FishingSub_mc:MovieClip = FishingSub_mc;
    var Fishing_btn:SimpleButton = Fishing_btn;

    function FishingFlyout (event: MouseEvent): void
    {
    var FishingTween:Tween = new Tween (FishingSub_mc, "y", Regular.easeOut, 0, 40, 20, false);
    }
    Fishing_btn.addEventListener (MouseEvent.MOUSE_OVER, FishingFlyout);

    And here is the error I get:


    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at menu_fla::MainTimeline/frame1() [menu_fla. MainTimeline::frame1:12]

    Thanks for your help.

    Dave

    You're welcome, Dave

  • Issue of code cache buster button (CS4/AS2)?

    I have a button that loads guestbook.swf. As the guest book would be updated by me I would like the last cached version of guestbook.swf to always charge.

    It's the current work on the button code.

    [QUOTE] on (release) {}

    load film behavior

    If (this.) L == {Number (this.frame))}

    loadMovieNum ("guestbook.swf", this.frame);

    } else {}

    this.frame.loadMovie ("guestbook.swf");

    }

    End behavior

    } [/ QUOTE]

    I would like to do what this guy has suggested-

    [QUOTE = saout-p; 2581359] With the help of a random variable works but it is not really effective. If you generate a random number each time someone calls your SWF, your server will send a new version every time... your bandwidth could possibly go through the roof!

    I suggest using a date and time cache according to buster string... so the addition of ' movingly.swf? = 20101028 cache "(todays date). So in this case everyone will have the same file date here.

    Saout-p [/ quote]

    I added the code like this for the button-

    [QUOTE] on (release) {}

    load film behavior

    If (this.) L == {Number (this.frame))}

    loadMovieNum ("guestbook.swf? cache = 20101028 "(date of today ' hui)«(, this.frame);

    } else {}

    this.frame.loadMovie ("guestbook.swf? cache = 20101028 "(date of today ' hui)");

    }

    End behavior

    } [/ QUOTE]

    Well the button has stopped working when I added that. How the code should look like so that it works? Thank you

    use:

    [QUOTE] on (release) {}

    load film behavior

    If (this.) L == {Number (this.frame))}

    var d: Date = new Date();

    loadMovieNum ("guestbook.swf? cache = "+ d.getTime (), Number (this.frame));"

    } else {}

    this.frame.loadMovie ("guestbook.swf? cache = "+ d.getTime () ();"

    }

    End behavior

    } [/ QUOTE]

  • Flash CS4 AS2, partition and the user name registration

    Is it possible to record of someone name/score/variables in a file of basis for the next time they run a swf file? I know it can be done with get or post for a database. IM host encoder and 20% to 80%. Im hoping I can find a simple way to do this record in a txt or config file without entering the database stuff (which may have to do).

    Thank you

    Kyle

    the sharedobject can be used to store the data of each user/host computer.

  • Dynamic addition of combobox and other controls again clip empty via AS2

    Hello

    I use Flash Pro CS4 and ActionScript 2, and I am trying to create objects dynamically, through code, rather than by the designer in Flash. Here is a code snippet to give you an idea:

    Create clip

    converter_mc = target.createEmptyMovieClip ("converter", depth);

    converter_mc._x = x;

    converter_mc._y = y;

    ... add different controls, such as the following:

    cboTest = converter_mc.createClassObject (ComboBox, "eyedropper", converter_mc.getNextHighestDepth ()); <-this does not work

    cboTest.setSize (200, cboTest.height);

    cboTest.move (cboTest.x, 10);

    cboTest.dataProvider = [{Label: "Select target currency", data: null}, {label: "Canadian Dollar", given: 'US'}, {label: "Canadian at the Center Pound Sterling", given: 'UK'}, {label: "Canadian to the Euro", data: "EU"}];

    convert_mc. AddChild (cboTest); <-this does not work

    I tried to use the converter_mc.createClassObject, but that seems to be something that existed in previous versions of Flash, but changed (what, I can't figured out). I also saw examples of the addChild, but I think it is perhaps only in AS3 and also, it doesn't seem to work for me in AS2.

    Any suggestions/ideas on how I can add components to a new clip via ActionScript 2?

    Thank you

    D

    You are welcome.

    p.s. If you're still able, please mark this thread as answered.

  • Serial number is not valid, but before? (Photoshop CS4)

    Hello

    I bought Photoshop 7 years there are , I always used until two years there are after a computer crash . J’ai reinstalled this morning, and serial number is announced null.

    J’ai box of version of Photoshop CS4 Extended


    Please, you can contact me to solve this problem

    Hi,

    Please see error "serial number is not valid for this product". Creative Suite and serial number incorrect error

    Hope that helps!

    Kind regards

    Sheena

  • Is there a way to make a character lowercase style in indesign CS4?

    Is there a way to make a character lowercase style in indesign CS4 - i.e. a script?

    Cannot find a way to do this in GREP.

    I would like to have as a style of character - or a script that modifies a certain style to lowercase characters.

    Try this,

    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.appliedCharacterStyle = "lowercase";//replace your character style name here
    myFinds = app.activeDocument.findGrep();
    for(var i=0;i		   
  • Error: Unable to get the 'platform' of undefined reference property or null

    I am updating a Web site on a computer that had Dreamweaver Cs4 installed as a transfer file from another computer. I get an error (unable to get the 'platform' of undefined reference property or null). The current computer has Windows7. How to upgrade to the operation of the platform within the program? What is the problem?

    What are you trying to do exactly?

    Files created in DW are not specific platform (they are just .html, .css, .js, etc.), but the program itself is when it's one of the older versions of perpetual license / disc.

    Adobe does not swap the platform for something else that current versions, however the current version (PCOC 2014) is not really specific platform more since you can have it installed on two machines, regardless of the platform. So, basically, ranking/cross-platform interchange is not permitted more.

    Product order | Platform, language Exchange

  • Exprt to EPub and receive the Null object Error Message

    I tried to use the application InDesign CS4 export to the digital edition. Unfortunately, the Null object error shortly after his execution. No idea why this is happening. There are very little information associated with InDesign and an error of this type. This should be easy. I don't know if it's a problem of plugin or something else. Help!

    Thank you. I downloaded the CC version to see what the changes to the form. I like the fact that there is now only one choice in the menu of and then provide a variety of file formats in the menu dropdown. I tried the ePub and while it worked, I was disappointed by the formatting which is a complaint common shadowing by many users. A PDF file is identical to the document being created, the EPub is different.

    I'm going back to look at the formatting of the "objects" to see why there is so much difference to the final product. It would be great if you could get a preview screen to see what (if any) changes should be made to make your spreads identical to the finished product.

    Also, thank you for your suggestion of Lynda.com. It is a very useful online resource.

  • Flash CS4 crashes when you publish SWF big who previously worked very well

    Hi all

    It drives me crazy, I tried to look in the FAQ from Adobe and other places within this site but can't find a good solution to this, in fact I found people asking the same question. The fact is Im do a game that after publication is 7Mo SWF, it was working great and in fact I did no critical change here, only put to update a text field with typo (without code), then when I tried to publish it crashed (other great games I did make Flash crash too) and blocks even by hitting CTRL + ENTER or just by selecting file > > publish or file > > settings publication > > publish, I reinstalled all CS4 6 or 7 times and even had a tool from here to uninstall the player (I thought that it uninstalled the drive used IDE but its apparently the browser plugin) asuming the question might be there, but still crashes after I re - install, curiously small FLA files may seem, I looked into CS5 FAQ and saw that they can set the size of the cache there but I can't not find in CS4, and Im so uncertain, it's because of this but just my guess after all I've read about this, could someone help me please? Thank you very much in advance, I'm fighting this for 4 days almost without sleep


    IM using just as2 code in these projects I meantioned, and I have Windows Vista on this machine, only if this allows the resolve, once again, thank you for any clue



    Edit: Im not sure if this is the correct section or not, please receive my apologies if its wrong place that maybe it's intended only the code doubts but I couldn't find the right section to ask for it then please move to place cases when you can and I'm sorry for the inconvenience

    Re-create the preferences

  • Parent page in CS4

    Hi all

    I need to find the page number where "XXX" is used in my active document (CS4).

    For CS5 and my tool is works well using the property "ParentPage.

    But struggled in CS4 to find the page number with different types of anchor, group etc.

    Works in some instances and and may not in others...

    Code is below:

    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.findWhat = "XXX";
    
    var myFound = app.activeDocument.findText();
    alert("myFound: " + myFound.length)
    
    for(i=0; i<myFound.length; i++)
    {
         //if (myFound[i].parentTextFrames[0].parent.constructor.name== "Page" || myFound[i].parentTextFrames[0].parent.constructor.name== "Spread")
         //{
         alert(myFound[i].parentTextFrames[0].parent.name)
         //}
    }
    
    

    Please find the screenshot, as shown below:

    Picture 2.png

    Please please someone help me find the solution.

    Thanks in advance

    Beginner_X

    See here: http://forums.adobe.com/thread/615381

    Peter

  • Receive error 1119/1120, new CS4 professional CC versions

    Hi all, I made a flash site for a friend so at the College using CS4, now she wants some updates, so I opened the original file in flash professional CC. AND NOTHING SEEMS TO WORK MORE.

    I get errors 1119 and 1120. I don't know how to fix because I know not much at the time and never catch up with the program.

    Here is my code:

    btshoemovie.onRelease = function () {}

    gotoAndPlay ("shoes")

    }

    Flash tells me error through simplebutton 1119 and mentioned that I have no idea with.

    I also have a preload bar by using code like the following:

    this.onEnterFrame = function() {}

    size of the file = mcnun.getBytesTotal ();

    load = mcnun.getBytesLoaded ();

    PreLoad._visible = true;

    If (load! = filesize) {}

    PreLoad._xscale = 100 * load/size of the file.

    } else {}

    PreLoad._visible = false;

    If (mcnun._alpha < 100) {}

    mcnun._alpha += 10;

    }

    }

    };

    And now it's 1120 errors saying responsible property undefied and file size.

    I know very little of Flash and I just want to help a friend in the photo to load its galleries on its site. Please explain as simple as possible. Thank you all very very close!

    you are using as2 with as3 compiler code.

    to remedy this, click file > publishing settings > script > selection actionscript 2.0 > ok to change the compiler to as3 to as2.

Maybe you are looking for