Using AS3 publish option

I'm making questions using CP 4 then when i publish my project i select AS3 option because i need to remove the "Initializing LMS". but when i take my projects through Authorware the Trace Parameters like QuizDone and QuestionsTaken didn't work, whereas it was working with AS2 option.
Is there a change in the trace parameters in AS3 ??
or is there another way to remove "Initializing LMS" with using AS2 option

I found it got it from Ben Stiller
// AS2
import flash.display.BitmapData;
Stage.align = "TL";
Stage.scaleMode = "noScale";
var tile:BitmapData = BitmapData.loadBitmap("tile");
function fillBG():Void {
  beginBitmapFill(tile);
  moveTo(0, 0);
  lineTo(Stage.width, 0);
  lineTo(Stage.width, Stage.height);
  lineTo(0, Stage.height);
  lineTo(0, 0);
  endFill();
fillBG();
var listener:Object = new Object();
listener.onResize = fillBG;
Stage.addListener(listener);
// AS3
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
var bmp:Tile = new Tile(50, 50);
var tile:BitmapData = new BitmapData(50, 50);
tile.draw(bmp);
function fillBG(evt:Event = null):void {
  graphics.beginBitmapFill(tile);
  graphics.moveTo(0, 0);
  graphics.lineTo(stage.stageWidth, 0);
  graphics.lineTo(stage.stageWidth, stage.stageHeight);
  graphics.lineTo(0, stage.stageHeight);
  graphics.lineTo(0, 0);
  graphics.endFill();
fillBG();
stage.addEventListener(Event.RESIZE, fillBG);
David Stiller
Co-author, ActionScript 3.0 Quick Reference Guide
http://tinyurl.com/dpsAS3QuickReferenceGuide
"Luck is the residue of good design."
Thanks

Similar Messages

  • Is it possible to break an edit into small scenes, and then sew them together, but without losing quality by using the 'publish and share' options?

    Is it possible to break an edit into small scenes, and then sew them together, but without losing quality by using the 'publish and share' options?

    redflashred
    What is important here is that you know the properties of your source file(s), set the project preset to match the properties of those source files, and then export with settings as close as possible to the original. Often you can do this without noticing quality differences in the export.
    I am understanding and defining your issue as you wanting to maintain the quality of the original imported files in the export. If that is the case, the please supply the following, and I will give you a step by step
    a. What are the properties of your source files (including bitrate). Here I am looking for
    video compression
    audio compression
    frame size
    frame rate
    interlaced or progressive
    pixel aspect ratio
    file extension
    A quick way to get that type of information is knowing the brand/model/settings for the camera that recorded the video.
    2. Based on that information we can set manually a project preset to match those source property.
    3. When we go to export...example Publish+Share/Computer/ and your choice and its preset, we can customize the preset selected
    under the Advanced Button/Video Tab and Audio Tab of that preset in order to try for the best possible match between the properties of the
    original file and the properties of the export.
    But, please let us know if you also need help in trimming the original import at the Timeline level prior to export.
    Your mention of Publish+Share suggest that you are working with Premiere Elements 11, 12, or 13. What is the computer operating system?
    Thanks.
    ATR

  • Excel Output for Standard Reports using XML Publisher

    Hi All,
    Customer wants to get Excel Output for the existing Standard/Custom Reports using XML Publisher. I followed the following procedure.
    1. Changed the output to XML for Concurrent program ( Trial Balance - Detail )
    2. Used the Existing seeded Template
    3. Ran the Report using EXCEL as the output.
    When I clicked on View Output, I am not able to see the Excel output. I am seeing the HTML tags in the output window. Verified that Viewer Options existed for Excel as follows:
    File Format=Excel, Mime Type=application/vnd.ms-excel.
    When I ran the report with PDF output. I can see the PDF output.
    Ran the HTML output with new Viewer Option ( File Format=HTML, Mime Type=application/vnd.ms-excel) then I can see the output in Browser in the Excel format. I did this test after going through the Metalink Note: Note:316752.1
    My question is.. Do I need always choose the HTML ouput in the options window to trigger the Viewer option for HTML. Customer may not like this idea. He would like to choose the Excel Output and see the output in Excel format either in the Browser or Microsoft Excel.
    Can someone in this situation before help me out.
    Thanks,
    V

    Questions rephrase:
    1. Is the output is same for HTML and Excel options ?
    2. Why the output is viewable with HTML option and not with Excel option ?
    Customer has XML Publisher Version 5.0.1 and in the process of applying 5.6.1
    Thanks,
    V

  • Physically printing a report from Apex using BI Publisher

    Hi,
    I know it is possible to generate and download a PDF (or any other format) in Apex using BI Publisher (Apex 4.0.2)
    But is it possible to physically PRINT a report in a specified printer? For example, the user clicks a button and the report comes out of the printer just like that.
    Note: I am NOT after a solution where the report is firstly displayed on the screen and then the user performs some action to print it from there (that is pretty easy to do.)
    I know that BI Publisher can do it, as its web service has an option to do so.
    Thanks
    Luis

    Hi Luis,
    not sure this is possible.
    Only SOME of the features of BI Publisher are used from APEX as a service to create the reports.
    *) I am not aware of any parameters / attributes in APEX so that you could specify a printer directly
    *) It is not part of the API you could use instead manually:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#CHDGFADB
    I have just recently implemented that myself for an integration with JasperReports. It is currently in beta test:
    http://daust.blogspot.de/2012/08/jasperreportsintegration-200-beta-test.html
    Thus your options are:
    *) I am not sure that BI publisher allows that but perhaps you could first call the apex utility function apex_util.get_print_document to retrieve the blob from bi publisher. Then perhaps (if allowed) send the blob again by yourself and using the print features of bi publisher.
    Here you would have to write the utl_http communication yourself.
    *) If bi publisher doesn't allow the separate process (generation first and then sending it to a printer) then you would also have to write a j2ee application which does that.
    *) another option could be to store the generated blob in the filesystem on the database and call a shell script from within the database. This shell script would send it to the network printer.
    Hope that helps,
    ~Dietmar.

  • Understanding the Publish options in Frame 12

    My book saves to pdf and displays just fine.
    Publish to ePub produces an epub with several chapters out of order.
    In the Publish pod, select Settings
    If the Output Style is selected, this is what appears
    WHERE do these styles come from?
    Note on the left are the paragraph tags from the current document. Where do I find the style choices from the "Output Style" pick box? How do I modify them?
    P.S. THIS is exactly why I thought I had to use structured Framemaker because I thought that was the only way to tell Frame how to connect.
    P.P.S. If there’s somewhere to go to read details about how to use Framemaker 12’s Publish options, please provide a link.

    What you’re seeing is a version of the RH Conversion Settings screen – this is where you tell the “engine” how to take that FM content & bust it up (Pagination), whether to bring it over to your output or not (Exclude), how lists are to be treated (Autonumber options), what the resulting styles will look like in the output (the Output Style field). You can let it take its best guess at mapping all your FM paragraph and character tags into (internal RH) styles by using the Automap setting (that was new in RH10’s guts), but you probably won’t be happy with how it comes out. The same is true of the Source option – it just takes its best guess at each mapping. What the field doesn’t tell you is that you can type overtop of it and use your “familiar” FM building blocks – I often use “<$paratext>” to map the paragraph tag text across (especially for xrefs that are like “see xx on page yy” which make no sense in WebHelp output). There are also other ways of running your FM content through to achieve what you want – check out Matt Sullivan’s blog for FM to RH integrations.
    I’d recommend Willam van Weelden’s site for help with ePUB outputs (wvanweelden.eu) and Peter Grainge’s super site – grainge.org.

  • Publish Options for Decision Paths?

    Hello! I'm currently using UPK 11, and I have several topics that have multiple decision frames. I've been using alternate decision paths frames to show alternate ways of performing operations in my application, and it seems to be going well for when users access the content through the player package. However, when I want to provide a job aid (or other document), I would like to show them the quickest way to perform the operation (or at least the one with the fewest steps) - the document can get long with all the decision paths.
    Is there a publish option available to publish only the primary decision paths throughout the topic?

    When you are publishing, there is a checkbox for include alternatives in the options. If you uncheck that I think it will give you the results you are looking for.

  • Tracing Captivate 4 variables in Flash CS4 using AS3

    Hello. I've googled this 9 ways to Sunday and can't find an answer. I'm hoping one of you can help.
    I have a very simple Captivate 4 quiz with one question. I embed the Captivate SWF file in a Flash file, which plays fine. However I am struggling with tracing one of the Captivate variables in the Flash file using AS3.
    All I want is for Flash to read the Captivate variables so I can continue developing my quiz in Flash (building additional functionality Captivate does not provide).
    The variable I'm attempting to trace is cpInfoAuthor.
    I've attempted:
    trace(root.cpInfoAuthor);
    trace(root.movie.cpInfoAuthor);
    var cpAuthor = MovieClip(root).cpInfoAuthor;
    All of the above examples error out: TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Captivate preferences are set to publish in AS3.
    Anyone with an explanation?
    Be splendid, Jodie.

    Hi Jodie,
    I'm not exactly 100% proficient in AS3 but to me it looks like your statements are wrong.
    Since you are loading your Captivate SWF into a Flash SWF then (root) actually refers to your Flash SWF. I guess that you are loading your Captivate SWF into a movieclip on your Flash stage and that movieclip has an instance name,
    You would therefore need to grab the variables like var cpAuthor = yourLoaderMovieClip.cpInfoAuthor;
    See if that doesn't do the trick for you.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • How to Access Custom Event using AS3?

    Hi All,
    Maybe it's that its Monday morning and my brain is still foggy, but I can't seem to figure out how to set custom events using AS3.
    I have a custom GridRow itemRenderer, and have declared the event using the appropriate metatags.
    Then I create the GR item dynamically using AS3 instantiation, but the event is not available for selection in the intellisense drop-down.
    Let's take the following as an example:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Grid
         xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:renderers="com.brassworks.renderers.*"
         creationComplete="componentInit();"
    >
         <mx:Script>
              <![CDATA[
                   private function componentInit():void
                        newRow     :MyRow     = new MyRow();
                        //newRow.myEvent is not an available option to set
              ]]>
         </mx:Script>
    </mx:Grid>
    Then the itemRenderer:
    <?xml version="1.0" encoding="utf-8"?>
    <GridRow
         xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:classes="com.brassworks.components.classes.*"
         creationComplete="componentInit();"
    >
         <mx:Metadata>
              [Event(name="myEvent", type="flash.events.Event")]
         </mx:Metadata>
         <mx:Script>
              <![CDATA[
                   private function itemChanged(event:Event):void
                   Alert.show("test");
                   this.dispatchEvent(new Event("myEvent"));
              ]]>
         </mx:Script>
         <mx:GridItem>
              <mx:TextInput
                   change="itemChanged"
              />
         </mx:GridItem>
    </GridRow>
    How do I go about setting the handler method for custom events on instantiated items? Do I need to do this via the AddEventListener() method? Does this mean that events aren't exposed in ActionScript like they are in MXML? (In MXML all I have to do is <MyRow myEvent="handler(event)" />.)
    Thanks!
    -Mike

    Yes, I you need to do this via the addEventListener() method.
    myRow.addEventListener( "myEvent", myHandler );
    I hope that helps.
    Ben Edwards

  • Defined Named Ranges Not Showing in Publish Options

    Greetings,
    First off I have:
    - 1 workbook with:
      - 10 worksheets with data transpoosed in different manners
      - 7 worksheets with charts and named ranges for each worksheet
    The 5 chart worksheets have charts based on data directly from the 5 data worksheets. Each chart worksheet contains about 5 uniques charts.
    There are separate named ranges defined within each chart worksheet that should encompass each of the different groups of charts on their respective worksheet. The probem I am having is that of the 7 named ranges I have defined only 4 of them show in the
    Publish Options when I try to Save & Send the workbook tyo SharePoint. There isn't anything special about the 4 named ranges that show nor is there anything special about the named ranges that don't show.  I have tried many different things to
    get the named ranges to appear but they won't. I can publish all of the graphs withing the named ranges individually but that's not an ideal way to maintain them going forward. Any ideas on where to look to see why the named ranges are being excluded?
    TIA,
    MP
    I have been able to define named ranges for
    I am having an isssue where I hav

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • How to inclulde digital signature in PDF outputs using XML Publisher

    I'm working on AR invoice print report which is a custom report. One of the requirements of this report is to include the digital signature in the output which is in PDF format.
    We have below code components for this custom report.
    Oracle Report (RDF) - to extract the invoice data
    RTF template - for report layout
    Bursting file - to split the output into individual PDFs
    Is there any document available to implement the digital signaure in my case?
    I'm looking for the steps to implement this in my custom report using XML Publisher.

    Take a look at the report designer's guide; section "Adding or Designating a Field for a Digital Signature" here:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187.pdf
    Thanks,
    Bipuser
    If I am not mistaken, this would require using PDF templates and use of Adobe Acrobat Professional.. Maybe others can chime in with other/better options..
    Edited by: BIPuser on Aug 2, 2011 12:58 PM

  • Mountain Lion Calendar is stripped of Publish options?

    Here is my issue:
    I have Outlook 2011 and it will only sync it's calendar with an On My Mac calendar.
    10.7 (Lion) version of iCal only supported publishing to MobileMe or a private server. That's no good for me.
    So I upgraded to 10.8 hoping the new Calendar would feature publishing to iCloud. Nope.
    In fact the only publishing option for On My Mac calendars in 10.8 is a private server.
    I created an account with a server (fruux.com) but it still doesn't work.
    How can I sync my On My Mac calendar with Google or any other private server... or iCloud?
    Help please!

    Outlook 2011 is not compatible with Cloud services unless they are Microsoft cloud services (Exchange) This is Microsofts choice.
    Check with Google whether they have a utility that works around MS's limitations.
    I would use something other than Outlook if I wanted to use iCloud or other Cloud services, Mail, Contacts and Calendars are compatible, and they are on your Mac.
    One user claims to have found a workaround to use Google, reprinted below.
    I finally found a work around to synchronize Outlook 2011 with Google Calendar!
    First I set up Sync Services to sync my Outlook 2011 calendar to iCal calendar. I make sure that I have all the categories that I want to have in my Outlook and create some event for each category so that it gets created in the iCal calendar as well.
    Then I downloaded this software called "Spanning Sync 3", installed it and set it up with my Google account (Spanning Sync is a paid software with a 15 day trial if you want to try it first). After that, I can do the setup for syncing the iCal with the Google Calendar by mapping the categories in iCal to the categories in the Google account.
    What happens is that when you create, modify or delete an event in Outlook, this event gets synced to iCal which in turn gets picked up by Spanning Sync and syncs to Google Calendar. Similarly, any changes in Google Calendar gets synced to iCal via Spanning Sync which in turn gets synced back to Outlook. This solution does not involve CalDAV to sync to Google Calendar.
    Hope this will help someone else out there

  • Why not add a custom URL variable to publishing options?

    This program is great to animate with, but EXTREMELY FREAKIN' FRUSTRATING to implement. A lot of this could be alleviated if the "publish" options let me specify an URL at the host level (or better yet an FTP protocol that I could upload my work with, while I'm dreaming).  This way, the code could reference the folder that I put it in on my existing website and save me the step of editing the javascript and declaring a variable and redirecting every asset to it EVERY SINGLE TIME I UPDATE the stupid thing, because in case you haven't been able to tell from MY ANGRY CAPITAL LETTERS I have been having issues with getting my Edge animations to display, and when they do they are HORRIBLY BROKEN (they work in the previews and no where else), and there doesn't seem to be a lot of support here for the problems I've been having.

    Unless im missing some setting somewhere, this is a major oversight on adobes part. There should be a "push URL" and "preview location" settings for projects. Push url would be the root for your medias location in the site, say something like "//www.yoursite.com/media/project1/" (notice double slash, no httpxxx) then the preview location would be using the same folder structure in something local like "C:\Users\YourAccount\Documents\edge\project1", or something on a dev server like "http://dev.yoursite.com/test/edge/project1". The difference would be the "preview location" variable would be used during construction (to preview) whereas the "push URL" variable would replace it in scripts upon publishing the media.
    Also to prevent source conflicts, and for speed, there should be CDN options for the edge library + use googles CDN for the extra jquery. No sense uploading multiple instances of libraries for every media project...this also doesnt take advantage of common client caching. Also prevent breaking sites and redundant calls, allow use of legacy jQuery.
    As found on http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html#CDN-Hosting here is the Edge library:
    <script type="text/javascript" charset="utf-8" src="http://download.adobe.com/pub/adobe/edge/animate/2.0.0/edge.2.0.0.min.js"></script>
    As found on https://developers.google.com/speed/libraries/ here is the jQuery library:
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    What would this prevent? Lots of things...but mostly manual fixes. For example lets say you have a media object/banner that resides on every page on the site. Under current "/" root mantra, it would function only on the homepage. As soon as you traverse to a new URL, it appends the media calls after that url. So it ends up looking for "https://www.yoursite.com/banannas-for-sale/project1" instead of "https://www.yoursite.com/media/project1/"
    Hopefully someone at Adobe actually reads this and answers the hundreds of folks who have ran into this issue. Thanks.

  • I need to share one of my calendars with a co-worker.  There is no publish option.

    I need to share one of my calendars with a co-worker.  There is no publish option.

    Only 'On My Mac' calendars can be published to a web page, but calendars listed under your MobileMe login name for syncing can be shared privately (editable if required) with other MobileMe subscribers, or publicly (non-editable) for general access using a CalDAV client such as iCal or Google Calendar.
    More details and a possible alternative here:
    http://www.wilmut.webspace.virginmedia.com/notes/sharedcalendar.html

  • Using a Publish Service for print service prep

    I'm just starting to work out a new way to prepare images for sending to a (consumer grade!) print service using a Publish service, and realized I should harness the power of this corner of the Lightroom community to see if my ideas are sound. Feel free to add comments or suggestions.
    Here's what I'm doing:
    - For each size and processing option (e.g., 5x7, Matte) create a hard drive Publish Service.
    Set options appropriately, such as:
    - Filename for clarity. I use custom name + orig file number. (There appears to be a small display bug, in that the example displayed will show the " dng.jpg")
    - Given what I've learned about Lr and JPEG compression, I reduce the quality to 80% or so for a nice quality/size balance. I don't want to have to muck with this too much.
    - My service does not have an ICC profile for me to use, but assure me that AdobeRGB is accepted by their equipment.  So that's what I'll use. (One day I'll try out a pro service that understands that a simple thing like an ICC profile makes us feel warm and fuzzy.)
    - Resizing to fit. I set to never enlarge (though it should never happen that I have to enlarge) and set the dimensions to whatever I need for this service: 5x7, 4x6 &etc. Hints on optimal dimensions for getting nice borderless prints of a certain size accepted! I know that not all dimensions are created equal.
    - I'll assume that the default resolution is fine, but I ought to do my research for when to modify this when I get into 8x10 or larger formats.
    - Sharpening for print and paper type for this publish service.
    - My service has no reasonable file size limitations, so I just let the exported files get created at any size.
    - I minimize keywords.  Makes much smaller files because who needs keywords in prints? I have Metadata Wrangler, so I might insert that and have it leave in the minimal set of MD, like ICC profile and copyright info.
    So, given this, I can process my images as usual, make a number of crops (just to be a perfectionist) and then drag them to appropriate service where they end up in a hierarchy of folders ready for uploading.
    What am I missing?
    BTW, I'm not using the Print module because it was too tweaky trying to get it to make JPEGs that would print borderless.  Feel free to set me straight on that if you like.

    You only get one opportunity to set up the hard drive under publish and the folder cannot be changed unless you get a plug-in to provide a work around.
    However you could just create a generic publish folder - something like Photo Lab, or Print Job.
    But you could then right click on your publish folder and select “make target collection” - you will see the plus sign added.
    Simply highlight the photos you want to print and press B (the same as adding to a quick collection) and your Publish Services folder on your hard drive will be populated with the exports.
    The real problem is that you would need to edit the publish settings every time you required different dimensions etc (not sure possible). I use a similar system, which works well and I like how I can see what has already been published and what is still to be published but my prints are always the same size and resolution.
     

  • Error When Streaming Using AS3

    Hello Guys, I am trying to stream my webcam using AS3 code but I keep receiving this error message in the output panel when I run the application:
    ArgumentError: Error #2126: NetConnection object must be connected.
    at flash.net::NetStream/ctor()
    at flash.net::NetStream()
    At first I listen for the NetStatusEvent status and the connection succeded
    But when i include the NetStream class I receive that annoying error. I think this is the relevant code. Any ideas why it isnt working?
    import flash.net.NetConnection;
    import flash.events.NetStatusEvent;
    import flash.net.NetStream;
    import flash.media.Camera;
    import flash.events.StatusEvent;
    import flash.media.Video;
    import flash.media.Microphone;
    var nc:NetConnection = new NetConnection();
    nc.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    nc.connect("rtmfp://localhost/streamCamUrl");
    var ns:NetStream = new NetStream(nc);
    ns.publish("live", "recording");
    function netStatus(event:NetStatusEvent):void{
    switch(event.info.code){
      case "NetConnection.Connect.Success":
      trace("Connecting up...");
      break;
      case "NetConnection.Connect.Failed":
      trace("Unable to Connect");
      break;
      case "NetConnection.Connect.Rejected":
      trace("Ouchh!");
      break;
      case "NetStream.Connect.Success":
      trace("Thats great!");
      break;
      case "NetStream.Connect.Failed":
      trace("Livestream");
      break;
    var cam:Camera = Camera.getCamera();
    cam.setMode(520,320,15);
    cam.setQuality(0, 80);
    ns.attachCamera(cam);
    cam.addEventListener(StatusEvent.STATUS, statusHandler);
    var vid:Video = new Video();
    vid.height = cam.height;
    vid.width = cam.width;
    vid.attachCamera(cam);
    addChild(vid);
    var mic:Microphone = Microphone.getEnhancedMicrophone();
    mic.gain = 50;
    mic.setSilenceLevel(0, 2000);
    mic.framesPerPacket = 1;
    mic.codec = SoundCodec.SPEEX;
    ns.attachAudio(mic);
    mic.addEventListener(ActivityEvent.ACTIVITY, this.onMicStatus);
    function statusHandler(event:StatusEvent):void{
    switch (event.code)
            case "Camera.Muted":
                trace("User clicked Deny.");
                break;
            case "Camera.Unmuted":
                trace("User clicked Accept.");
                break;
    function onMicStatus(event:StatusEvent):void
        if (event.code == "Microphone.Unmuted")
            trace("Microphone access was allowed.");
        else if (event.code == "Microphone.Muted")
             trace("Microphone access was denied.");

    Thanks kglad for your comment. I deleted out the ns.publish method when I executed the code I got a different error...
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Untitled_fla::MainTimeline/frame1()
    Connecting up...
    I have been tweaking around with the code but i still couldnt fix the issue. When I debugged the code this appeared in my output:
    [SWF] C:\Users\\AppData\Local\Temp\Untitled-1.swf - 3420 bytes after decompression
    *** Security Sandbox Violation ***
    Connection to rtmfp://localhost/streamCamera halted - not permitted
    -- Untrusted local SWFs may not contact the Internet.
    SecurityError: Error #2028: Local-with-filesystem SWF file cannot access Internet URL rtmfp://localhost/streamCam.era
    at flash.net::NetConnection/connect()
    Any advice how to fix this?

Maybe you are looking for

  • File Sharing on a mixed Tiger-Leopard network

    I have a LAN with two machines, a PPC with 10.4.11 and a new Laptop with 10.5.1. If I turn on file sharing on the Tiger machine, I can see and access it from Leopard. But if I turn on file sharing on the Laptop, I can find the laptop as a server when

  • Call smartform from webdynpro

    Hi everybody Can you plesae tell me whether its possible to call a smartform from a webdynpro application? I know its possible to call adobe forms

  • SVG Viewer not working

    I installed Oracle 10g (10.1.0.2.0) and the HTML Server and HTML DB from the companion CD. I then started looking at some of the examples and even create a quick application myself based on a single table. Any time I wanted to look at something that

  • Can I move photos from computer A to computer B by importing them

    I imported photos from computer A onto my I Phone and I would like to move them to Computer B.... can connect my I Phone to computer B and transfer them as I would photos that I actually took from my I Phone... I know how to do this... i thought I co

  • Great iMac Idea that Should be Passed to the Top

    I was thinking today while watching TV on my Philips 47" LCD TV that Apple should incorporate the Ambilight technology that Philips has into its iMac. It really sets a mood when its on and i love it so much. I think the iMac would be a perfect fit fo