Local Javascript API and AIR

I'm having a hard time describing this problem, but I'll try...
Is there anything I can do to allow Adobe AIR to load a JavaScript API to interact with JW Player (longtailvideo.com)?  The API already exists, and I can port my AIR code over to an HTML page on my server and it works fine.   Longtail support boards say that the API will not load locally (either locally on a folder OR "locally" in an AIR app).  They said it is a restriction of Flash.  Is this correct?  I did put my HTML files on my desktop and the API did NOT load.  It only seems to load when I put it on my server and run it on a domain.
I assume this is somehow related to security. JavaScipt cannot interact with Flash unless it is on a domain?  Is that correct?
I can get the player to load and play video just fine in AIR.  However, the API never loads, so I cannot interact with it.
This is the last piece of a very LONG project I have been working on, so any help would be greatly appreciated!    Is it possible to get AIR to "pretend" it is on a URL?  I tried referencing files with app:/, and that had no impact.

I am getting close on this!  I'm hoping someone can help me figure out the last step.
I am using an iframe and sandbox method to load the swf video player like this:
<iframe id="playerFrame" src="player.html" sandboxRoot="http://localhost/air/" documentRoot="app:/"></iframe>
So now the JavaScript API for the player actually works in player.html.   The BIG problem is that the videos are downloaded to the app-storage directory.  Well, based on AIR security, the iframe (non-application sandbox) content cannot access the application storage directory.  So now only videos that are in the app:/ location will load.  Unfortunately, this application downloads video from a central server and places them in the application storage directory.  Security also will not allow me to download to the app directory.  So I am in an endless circle!
I can't use the API if I am in the application sandbox because there is no domain (sandboxRoot) available.
The API works in the non-application sandbox, but I can't access the downloadable content.
What am I missing here?  Surely, people have needed to interact with a SWF file using JavaScript and load dynamic content at the same time.

Similar Messages

  • Javascript API and Player Control

    Spent hours the last few days digging through the forums, documentation, and WIKI to see if I could find some answers.  Unofrtunately, thus far, the data is sparse.  Can somebody direct me to some documentation on the Javascript API and what events ara available to control the player?  For example, how do I send the player an event to "mute" the volume?  Or, how do I send the player an event to "seek" to a point in time in the video?  Or, how do I "listen" for a point in time in the video and then use javascript to do something else (like play another clip).
    I have found some very sparse information on the use of JQuery, but, we do not use that (at least, not yet).  Simple javascript through an API is ideal.  Any help would be greatly appreciated.

    <html>
      <head>
      $("#PlayerHolder").html("<span id='PlayerDiv'></span>");
      x = x.replace(/&/g,'%26')
      var flashvars = {};
      flashvars.verbose="true";
      flashvars.poster="http://"+server+"/thumbnails/thumb_"+x+".png";
      flashvars.plugin_watermark="swfs/WatermarkPlugin.swf";
      flashvars.watermark_namespace="http://osmf.realeyes.com/plugins/watermark";
      flashvars.watermark_url="ct-vector_small4.png";
      flashvars.watermark_vAlign="top";
      flashvars.watermark_hAlign="right";
      flashvars.key="hello";
      flashvars.optimizeBuffering=false;
      flashvars.bufferTime=5;
      flashvars.urlIncludesFMSApplicationInstance=cloudfront;
      var parameters = {};
      if(rtmpt){
      parameters.flashvars="src=rtmpt://"+server+"/recorder/s3/vid_"+x;
      }else{
      parameters.flashvars="src=rtmp://"+server+"/recorder/s3/vid_"+x;
      parameters.allowscriptaccess="always";
      parameters.wmode="direct";
      parameters.allowfullscreen="true";
      var attributes = {};
      attributes.name="player";
      attributes.id="player";
      swfobject.embedSWF("StrobeMediaPlayback.swf?ID="+Math.random()*100,"PlayerDiv","470","320 ","11.2","scripts/expressInstall.swf", flashvars, parameters, attributes);
      function thisMovie(movieName) {
      if(navigator.appName.indexOf("Microsoft") != -1) {
      return window[movieName];
      } else {
      return document[movieName];
      function doPlay(){
      thisMovie("player").play2();
      </script>
      </head>
      <body>
      <input type="button" value="doPlay" onClick="doPlay()"/>
    </body>
    </html>
    Try something like this.

  • Javascript API and server-generated URLs

    I'm creating a Shopify site for a client and part of the site is a complex Adobe Edge Animate animation. Shopify uses server-generated paths to files. My animation uses images and audio.
    It looks like the animation sets a base path set in the Publish settings then it sets everything itself in the Javascript runtime and associated files. With Shopify, I end up with image URLs that are like this one: "cdn//path//image.gif?234324". I don't have a absolute path with an absolute file name.
    Does anyone know of a way I can put these specific unique server-generated paths to the files needed for my animation in the files for my animation? Basically, can I customize and control the entire URL to all the files needed for my animation?
    I see how I can put any URL for assets in the edge.js file. My bigger problem, I think, is being able to customize the URLs for the edge.js and edgeActions.js files.
    If anyone has any ideas, I'd really, really appreciate it!

    I am getting close on this!  I'm hoping someone can help me figure out the last step.
    I am using an iframe and sandbox method to load the swf video player like this:
    <iframe id="playerFrame" src="player.html" sandboxRoot="http://localhost/air/" documentRoot="app:/"></iframe>
    So now the JavaScript API for the player actually works in player.html.   The BIG problem is that the videos are downloaded to the app-storage directory.  Well, based on AIR security, the iframe (non-application sandbox) content cannot access the application storage directory.  So now only videos that are in the app:/ location will load.  Unfortunately, this application downloads video from a central server and places them in the application storage directory.  Security also will not allow me to download to the app directory.  So I am in an endless circle!
    I can't use the API if I am in the application sandbox because there is no domain (sandboxRoot) available.
    The API works in the non-application sandbox, but I can't access the downloadable content.
    What am I missing here?  Surely, people have needed to interact with a SWF file using JavaScript and load dynamic content at the same time.

  • Javascript API and Bucket objects

    Hello,
    In the MapViewer User Guide 10.1.3.1 various types of Buckets are described. In the 10.1.3.1 Javascript API I just see the MVNumericRangedBucket. Because I have non numeric data, I need to create for instance a CollectionBucket. Is that not implemented in Javascript?
    Regards

    <html>
      <head>
      $("#PlayerHolder").html("<span id='PlayerDiv'></span>");
      x = x.replace(/&/g,'%26')
      var flashvars = {};
      flashvars.verbose="true";
      flashvars.poster="http://"+server+"/thumbnails/thumb_"+x+".png";
      flashvars.plugin_watermark="swfs/WatermarkPlugin.swf";
      flashvars.watermark_namespace="http://osmf.realeyes.com/plugins/watermark";
      flashvars.watermark_url="ct-vector_small4.png";
      flashvars.watermark_vAlign="top";
      flashvars.watermark_hAlign="right";
      flashvars.key="hello";
      flashvars.optimizeBuffering=false;
      flashvars.bufferTime=5;
      flashvars.urlIncludesFMSApplicationInstance=cloudfront;
      var parameters = {};
      if(rtmpt){
      parameters.flashvars="src=rtmpt://"+server+"/recorder/s3/vid_"+x;
      }else{
      parameters.flashvars="src=rtmp://"+server+"/recorder/s3/vid_"+x;
      parameters.allowscriptaccess="always";
      parameters.wmode="direct";
      parameters.allowfullscreen="true";
      var attributes = {};
      attributes.name="player";
      attributes.id="player";
      swfobject.embedSWF("StrobeMediaPlayback.swf?ID="+Math.random()*100,"PlayerDiv","470","320 ","11.2","scripts/expressInstall.swf", flashvars, parameters, attributes);
      function thisMovie(movieName) {
      if(navigator.appName.indexOf("Microsoft") != -1) {
      return window[movieName];
      } else {
      return document[movieName];
      function doPlay(){
      thisMovie("player").play2();
      </script>
      </head>
      <body>
      <input type="button" value="doPlay" onClick="doPlay()"/>
    </body>
    </html>
    Try something like this.

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to trigger the automated row fetch process and open modal window by javascript api?

    Hi,
    I would like to click the one row of column of IR report, to open the modal window of current page.  <----------------it is ok. I can use "javascript:openModal('windowID')"  to do it.
    There is one form in this modal window, Meanwhile, I would like to pass column data to this form.    <--------------------- it is ok also. I can use " $s('P7_ID','column_value');" to do it.
    But I don't know how to trigger the "automated row fetch" process of this form to retrieve other field's value in this form.   
    I tried to use following 2 ways. But failed.
    First method:
    add one ajax process of "automated row fetch" in "page processing" block, named "get_fetch_data"
    when click IR column , call "openModal", and call  "apex.server.process ( "get_fetch_data", {}, { success: function( pData ) { }  } );"  , I tried to call above ajax process to refresh form. It is failed.
    Second method:
    add one process of  "automated row fetch" in "page rendering" block, named "get_fetch_data"
    when click IR column, call javascript api "apex.submit" to submit current page , then call "openModal".
    such as :  javascript:apex.submit({request:'MODIFY',set:{'P7_ID': #ID#}}); openModal('trade');
    But it is failed also. the modal page is showed firstly. then page refresh. but modal window will not open again.
    I am not sure if my thinking is right. Could you please provide any suggestion?
    Thanks in advance,
    Ping

    Hi Ping,
    You can try to set the session state of your modal page's primary key before opening the modal page. Use one dynamic action (on click of IR row) with two true actions. First one to set session state of modal page pk, second on to open modal page.
    Or you can add the modal page url as link in your report by extending your query:
    select ...
    ,         apex_util.prepare_url( 'f?p='||:APP_ID||':7:'||:APP_SESSION||'::'||:DEBUG||':7:P7_ID'||COLUMN_VALUE ) as link
    from ...
    This will give you the url of the modal page, with set primary key.
    Regards,
    Vincent Deelen
    http://vincentdeelen.blogspot.com

  • Working with badge.swf and air.swf (browser api)

    I basically want to install and run my app through the
    browser so ive been testing but can't manage to figure out how the
    air.swf api works. i am stuck at loading air.swf. the page below
    has a tutorial but a downloadable sample code would be perfect, not
    sure where the little snippets of code from the "Loading the
    air.swf file", "Checking from a web page if an AIR application is
    installed", "installing an AIR application from the browser", and
    "Launching an installed AIR application from the browser" go in my
    own codebase. Also im a bit unclear on where i get appid or
    developer id. if someone has an example app or more in-depth
    explantion of incorporating the given code , i would much
    appreciate it.
    http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html

    quote:
    Originally posted by:
    cjm771
    can't manage to figure out how the air.swf api works
    The main thing you must understand about air.swf
    is that its most important functionality can only be called from
    within a UI event handler, such as for a button click. It's very
    picky about this. You can't, for example, use the button click
    event handler to begin the loading of air.swf, then in the "loaded"
    callback do the air.swf API call. air.swf has to be loaded and
    ready at the time the event handler is called. So, load it on app
    startup. I even go to the extent of disabling the buttons that call
    into air.swf until it's loaded.
    quote:
    im a bit unclear on where i get appid or developer id
    The appid is your application's unique ID, which
    you gave in setting up your project. Adobe recommends using
    something based on your web site's domain name, in reverse order as
    is done in Java and Objective C. If you're at foo.com, and call
    your program Qux, then com.foo.qux is a good appid. The use of
    domain-like names helps ensure that programs from different
    companies don't collide with each others' namespaces.
    By default, the pubid is a random number assigned by the IDE.
    I forgot how you find out what number it used, just that there's a
    way. Or, you can assign it yourself, in the project settings for
    the AIR app. Right-click the project, go to the Run/Debug Settings
    section, edit the launch configuration for your AIR app. You'll
    find a Publisher ID field there. The documentation for ADL may be
    helpful for picking your own pubid.
    quote:
    if someone has an example app or more in-depth explantion of
    incorporating the given code , i would much appreciate it.
    See my code in this thread:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1352505&highlight_key=y&keyword1=air%2Eswf

  • Using project libraries for both web-based and AIR applications

    I need to develop substantial code to build both web-based and AIR applications.  Yes, they will have different features, especially when it comes to accessing files on the local file system.
    However, 98% of the code can be shared.
    I want to use a project library that can be used for both types of applications. Maybe using conditional compile when required to not use AIR API's in a web-based application.
    I found this (somewhat old) warning:
    Include Adobe AIR libraries Select this option if your library must use AIR features, such as access to the AIR APIs. Flex Builder then changes the library path of this new Flex Library project so that it includes airglobal.swc and airframework.swc. Web-based Flex projects cannot use this library.
    Do not select this option if you are writing a generic library intended to be used only in a web-based Flex application, or in either a web-based or AIR-based application.
    Does this apply to Flash Builder 4.5?

    I have found a workaround, but it's quite clumsy, involving a transfer vector (in old-fashioned terms) in the main application for each function in the AIR library.
    I have created a library for AIR classes only (fourdtext.fileOperations is there). 
    The AIR application provides "Function" values that any other code in the general-purpose libraries can use.
    It works, but it's nasty.
    In Main.mxml:
    import com.fourdtext.fileOperations.AxFiles;
    // this gets a list of native path strings, from and array of "File" objects
    public var AxGetListFunction:Function = AxGetListRedirect;
    private function AxGetListRedirect(list:Array):Vector.<String>{
        return AxFiles.AxGetList(list);
    In general-purpose code:
    var list:Array = event.dragSource.dataForFormat("air:file list") as Array;
    var AxGetList:Function = FlexGlobals.topLevelApplication.AxGetListFunction;
    listFiles = AxGetList(list);

  • Updating both app and AIR

    Hi,
    I'm using the air update framework to update my app.  However, I'd also like AIR to update itself at the same time, so my app can use new API additions, such as
    System.disposeXML();
    I thought the only thing I'd have to do is change the namespace, as in<application xmlns="http://ns.adobe.com/air/application/1.5.2">
    I've made this change, published the new AIR file using the new sdk, and updated my update.xml file so an update would occur.  But when the app attempts to update, I get the following window reporting an error:
    My app.xml file looks something like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/1.5.2">
      <id>my id</id>
      <version>1.1</version>
      <filename>my filename</filename>
      <description>my desc</description>
      <name>my name</name>
      <copyright>my copyright</copyright>
      <initialWindow>
        <content>main.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <maximizable>false</maximizable>
        <minimizable>true</minimizable>
        <resizable>false</resizable>
      </initialWindow>
      <icon>
        <image128x128>icons/AIRApp_128.png</image128x128>
        <image48x48>icons/AIRApp_48.png</image48x48>
        <image32x32>icons/AIRApp_32.png</image32x32>
        <image16x16>icons/AIRApp_16.png</image16x16>
      </icon>
    </application>
    Shouldn't AIR and the app update correctly?  Does anybody know why I'm getting such an error?

    I've also created .airappinstall.log and received the following output after installation fail:
    Starting update of c:\program files\app folder\appname.exe
    Updating from file:///C:/Documents%20and%20Settings/username/Application%20Data/com.company.subfolder.subfolder.incorrectid.1/Local%20Store/%23ApplicationUpdater/update.air
    Updating to version 0.348
    UI SWF load is complete
    UI initialized
    Unpackaging to C:\Documents and Settings\username\Local Settings\Temp\fla17.tmp
    unpackaging is complete
    application is bound to side-by-side version 1.0
    application is bound to this version of the runtime
    app id com.company.subfolder.subfolder
    pub id incorrect_id.1
    Application located at c:\program files
    AIR file app id, pub id, and version don't match
    installed app id com.company.subfolder.subfolder
    installed pub id correct_id.1
    Requested version: 0.348; AIR file version: 0.348
    Re-launching application from c:\program files\app folder\appname.exe
    starting cleanup of temporary files
    application installer exiting
    After seeing my id was different, I realized what was wrong.  Flash CS4 had recently crashed, and the location of my cert was reset.  Apparently, I selected the wrong one when publishing.  Again, thanks for your tip on the log files, as I wouldn't have been able to figure this out without them.

  • Displaying a theme-based FOI layer as a whole image with javascript API v2

    Hi,
    I have looked the Oracle maps V2 tutorial developed in mvdemo.war application provided with Oracle Mapviewer v11.1.1.7. I have looked how to use theme-based FOI layers and I have not found how to set the "whole image" property for these layers. This feature is present in javascript API V1 and it greatly improves application performance. Our applications use this property very often.
    Is this property present in javascript API V2 but not documented?
    If it's not present, do you know if it will be?
    How can we show a layer with many geometry features and obtain the same performance we have now with the whole image property?
    Thanks,
    Arturo

    Hi,
    since this is a very crucial feature for us I'm very interested in that functionality as well. Is there a comparable functionality in the V2 API or will it be available in feature releases?
    Thanks
    Dominik

  • Error 1620 During AIR Update and AIR App updates

    On of our customers is having repeated problems installing our application update on Windows XP SP3. I checked the install.log and see that the most recent error he is getting is Windows Installer Error 1620, but my research has not turned up very much helpful information about that error. Do you know what might cause this?
    An excerpt from his log file is below.
    Many thanks for your help,
    Taylor
    Log File:
    2010-12-04:20:09:15] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-04:20:09:16] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-12-04:20:09:16] Commandline is: -updatecheck
    [2010-12-04:20:09:16] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-04:20:09:17] Performing pingback request
    [2010-12-04:20:09:18] Starting runtime background update check
    [2010-12-04:20:09:18] Clearing unused background update directory
    [2010-12-04:20:09:18] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update
    [2010-12-04:20:09:18] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update to C:\Documents and Settings\jlane\Application Data\Adobe\AIR\Updater\Background
    [2010-12-04:20:09:51] Application Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-12-04:20:09:51] Commandline is: -update "d:\program files\ynab 3\ynab 3\ynab 3.exe" "C:\Documents and Settings\jlane\Application Data\com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1\Local Store\#ApplicationUpdater\update.air" 3.2.3.2698
    [2010-12-04:20:09:51] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-04:20:09:51] Installed app (com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1) located at d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-04:20:09:52] Unpackaging file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air to C:\Documents and Settings\jlane\Local Settings\Temp\fla6D.tmp
    [2010-12-04:20:09:58] Application signature verified
    [2010-12-04:20:09:58] Unpackaging/validation complete
    [2010-12-04:20:09:58] Converting unpackaged application to a native installation package in C:\Documents and Settings\jlane\Local Settings\Temp\fla6E.tmp
    [2010-12-04:20:10:14] Native installation package creation succeeded
    [2010-12-04:20:10:14] Starting app update of d:\program files\ynab 3. Updating from com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.1.9.2503 to com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.2.3.2698 using the source file at file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air
    [2010-12-04:20:10:14] Installing msi at C:\Documents and Settings\jlane\Local Settings\Temp\fla6E.tmp\setup.msi with guid {F4E5BC2E-2C23-9DAC-66D6-793C49DE6C10}
    [2010-12-04:20:10:14] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:10:14] Rolling back install of C:\Documents and Settings\jlane\Local Settings\Temp\fla6E.tmp\setup.msi
    [2010-12-04:20:10:14] Rollback complete
    [2010-12-04:20:10:14] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:10:32] Launching subprocess with commandline d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-04:20:10:53] Application Installer end with exit code 7
    [2010-12-04:20:11:03] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2010-12-04:20:11:04] Runtime Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-12-04:20:11:04] Commandline is: -updatecheck
    [2010-12-04:20:11:04] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-04:20:11:05] Performing pingback request
    [2010-12-04:20:11:05] Starting runtime background update check
    [2010-12-04:20:11:05] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update
    [2010-12-04:20:11:05] Unpackaging http://airdownload.adobe.com/air/3/background/windows5.1/x86/patch/2.5.0.16600/update to C:\Documents and Settings\jlane\Application Data\Adobe\AIR\Updater\Background
    [2010-12-04:20:11:43] Unpackaging complete
    [2010-12-04:20:11:43] Download success
    [2010-12-04:20:11:43] Runtime updated downloaded
    [2010-12-04:20:11:48] User has selected immediate install of the update
    [2010-12-04:20:11:48] Starting runtime background update installation
    [2010-12-04:20:11:48] Launching subprocess with commandline C:\Documents and Settings\jlane\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-12-04:20:11:49] Runtime updater successfully launched
    [2010-12-04:20:11:49] Runtime Installer end with exit code 0
    [2010-12-04:20:12:01] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-04:20:12:02] Commandline is: -update
    [2010-12-04:20:12:02] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-04:20:12:10] Starting runtime update. Updating runtime from version 2.5.0.16600 to version 2.5.1.17730
    [2010-12-04:20:12:10] Reinstalling c:\docume~1\jlane\locals~1\temp\air72.tmp\setup.msi
    [2010-12-04:20:12:10] Error occurred during msi repair operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:12:10] Rollback complete
    [2010-12-04:20:12:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:12:20] Runtime Installer end with exit code 7
    [2010-12-04:20:13:16] Unpackaging complete
    [2010-12-04:20:13:16] Download success
    [2010-12-04:20:13:16] Runtime updated downloaded
    [2010-12-04:20:13:44] User has selected immediate install of the update
    [2010-12-04:20:13:44] Starting runtime background update installation
    [2010-12-04:20:13:44] Launching subprocess with commandline C:\Documents and Settings\jlane\Application Data\Adobe\AIR\Updater\Background\updater -update
    [2010-12-04:20:13:44] Runtime updater successfully launched
    [2010-12-04:20:13:44] Runtime Installer end with exit code 0
    [2010-12-04:20:13:54] Runtime Installer begin with version 2.5.1.17730 on Windows XP x86
    [2010-12-04:20:13:54] Commandline is: -update
    [2010-12-04:20:13:54] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-04:20:14:02] Starting runtime update. Updating runtime from version 2.5.0.16600 to version 2.5.1.17730
    [2010-12-04:20:14:02] Reinstalling c:\docume~1\jlane\locals~1\temp\air73.tmp\setup.msi
    [2010-12-04:20:14:03] Error occurred during msi repair operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:14:03] Rollback complete
    [2010-12-04:20:14:03] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-04:20:14:07] Runtime Installer end with exit code 7
    [2010-12-05:20:36:57] Application Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-12-05:20:36:57] Commandline is: -update "d:\program files\ynab 3\ynab 3\ynab 3.exe" "C:\Documents and Settings\jlane\Application Data\com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1\Local Store\#ApplicationUpdater\update.air" 3.2.3.2698
    [2010-12-05:20:36:57] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-05:20:36:57] Installed app (com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1) located at d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-05:20:36:58] Unpackaging file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air to C:\Documents and Settings\jlane\Local Settings\Temp\flaDB.tmp
    [2010-12-05:20:37:09] Application signature verified
    [2010-12-05:20:37:09] Unpackaging/validation complete
    [2010-12-05:20:37:09] Converting unpackaged application to a native installation package in C:\Documents and Settings\jlane\Local Settings\Temp\flaDC.tmp
    [2010-12-05:20:37:19] Native installation package creation succeeded
    [2010-12-05:20:37:19] Starting app update of d:\program files\ynab 3. Updating from com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.1.9.2503 to com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.2.3.2698 using the source file at file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air
    [2010-12-05:20:37:19] Installing msi at C:\Documents and Settings\jlane\Local Settings\Temp\flaDC.tmp\setup.msi with guid {F4E5BC2E-2C23-9DAC-66D6-793C49DE6C10}
    [2010-12-05:20:37:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-05:20:37:20] Rolling back install of C:\Documents and Settings\jlane\Local Settings\Temp\flaDC.tmp\setup.msi
    [2010-12-05:20:37:20] Rollback complete
    [2010-12-05:20:37:20] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-05:20:37:32] Launching subprocess with commandline d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-05:20:37:52] Application Installer end with exit code 7
    [2010-12-08:13:28:56] Application Installer begin with version 2.5.0.16600 on Windows XP x86
    [2010-12-08:13:28:56] Commandline is: -update "d:\program files\ynab 3\ynab 3\ynab 3.exe" "C:\Documents and Settings\jlane\Application Data\com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1\Local Store\#ApplicationUpdater\update.air" 3.2.3.2698
    [2010-12-08:13:28:56] Installed runtime (2.5.0.16600) located at c:\Program Files\Common Files\Adobe AIR
    [2010-12-08:13:28:56] Installed app (com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1) located at d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-08:13:28:57] Unpackaging file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air to C:\Documents and Settings\jlane\Local Settings\Temp\fla7F.tmp
    [2010-12-08:13:29:19] Application signature verified
    [2010-12-08:13:29:19] Unpackaging/validation complete
    [2010-12-08:13:29:19] Converting unpackaged application to a native installation package in C:\Documents and Settings\jlane\Local Settings\Temp\fla80.tmp
    [2010-12-08:13:29:31] Native installation package creation succeeded
    [2010-12-08:13:29:31] Starting app update of d:\program files\ynab 3. Updating from com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.1.9.2503 to com.youneedabudget.YNAB3.Live.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1 version 3.2.3.2698 using the source file at file:///C:/Documents%20and%20Settings/jlane/Application%20Data/com.youneedabudget.YNAB3.L ive.9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1/Local%20Store/%23ApplicationUpdater/update. air
    [2010-12-08:13:29:31] Installing msi at C:\Documents and Settings\jlane\Local Settings\Temp\fla80.tmp\setup.msi with guid {F4E5BC2E-2C23-9DAC-66D6-793C49DE6C10}
    [2010-12-08:13:29:31] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-08:13:29:31] Rolling back install of C:\Documents and Settings\jlane\Local Settings\Temp\fla80.tmp\setup.msi
    [2010-12-08:13:29:31] Rollback complete
    [2010-12-08:13:29:32] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1620" errorID=0]
    [2010-12-08:13:44:09] Launching subprocess with commandline d:\program files\ynab 3\ynab 3\ynab 3.exe
    [2010-12-08:13:44:55] Application Installer end with exit code 7

    Hi Chris,
       Thanks so much for the quick response. After he investigated further, he determined that it was Comodo Internet Security Premium. He disabled it, uninstalled, and then reinstalled both AIR and You Need a Budget (our product), and it worked great after that!  Thanks again for the quick response.
    Best regards,
    Taylor

  • PDF embedding & Acrobat's JavaScript API

    Hello,
    I have two questions.
    I currently using Safari 1.3.2 and Acrobat Reader 7.0.9 to test an PDF document embedded in a Web page. In Safari 1.3.2 I get a "This operation is not allowed" warning when the HTML object element and the embed element are encountered.
    I have also tested it in Safari 3.0 on Windows, with plug-ins enabled in the Preferences and Acrobat Reader 8 installed. The PDF file is not shown and no warning is given either.
    So, does Safari 2.0 support embedding PDF files at all?
    My other question is, assuming Safari does support PDF embedding, whether it is possible to interface from an HTML page to the Acrobat plug-in via Acrobat's JavaScript API. In IE this is a simple as getting the object element by id and for example, invoking its Print() method. Is this possible in Safari?
    Thank you in advance,
    Adal Fraile

    Hello,
    I have two questions.
    I currently using Safari 1.3.2 and Acrobat Reader 7.0.9 to test an PDF document embedded in a Web page. In Safari 1.3.2 I get a "This operation is not allowed" warning when the HTML object element and the embed element are encountered.
    I have also tested it in Safari 3.0 on Windows, with plug-ins enabled in the Preferences and Acrobat Reader 8 installed. The PDF file is not shown and no warning is given either.
    So, does Safari 2.0 support embedding PDF files at all?
    My other question is, assuming Safari does support PDF embedding, whether it is possible to interface from an HTML page to the Acrobat plug-in via Acrobat's JavaScript API. In IE this is a simple as getting the object element by id and for example, invoking its Print() method. Is this possible in Safari?
    Thank you in advance,
    Adal Fraile

  • How to add a polygon to mapviewer using Javascript API

    Hi,
    I am using JavaScript API for the MapViewer.
    Using redlining tool, my application allows user to draw polygon onto the map.
    I would like to have union, difference and intersect tools. I know the back end logic can be done using using JTS or SDO_Union, SDO_difference, and SDO_intersection. but how do i display the result polygon on the map? Note that I am not going to store the polygon in the database.
    Thanks for any ideas.

    Hi,
    If I understand well you are using Oracle Maps. User do some redlining, then you somehow makes FOI polygons. Then you get the coordinates of the polygons and send them to the back-end where you can use spatial functions and get the coordinates of the new polygon.
    You can store those coordinates in i.e. hidden input field on page (if you use JSF it is very simple) and then use JavaScript to parse them and Oracle Maps API to create new FOI polygon and add it to mapviewer object. One disadvantage of this concept is that reloading of page (submit) is necessary.
    Branislav

  • Map Builder JavaScript API

    Hello everybody,
    I'm a student who is currently working with Oracle for the first time. I developed an Web mapping application by using Oracle XE Database (10g), Oracle Map Viewer and corresponding Map Builder (the latest version). I choose the JavaScript API for the implementation of this application.
    The reason for this post is one particular problem that I encountered. I want to extract the X and Y coordinates (which are naturally stored as SDO_GEOMETRY in my database) for certain features that are visible in my map window (this features belong to themebasedFOIs). I know that the x and y coordinates (and other attribs) are easily accessible for the JavaScript Client if the coordinates are stored in own columns (additionally to the information stored in the SDO_GEOMETRY) ... but that is not the case!
    I searched the JavaScript API, the Internet, this forum and it took me a long time ... but I didn't come across any possiblity to manage this. So does anybody who reads this post see a possibility to get my X and Y coordinates from my HTML application that is build with JavaScript API???
    I will be very thankful for any advices and/or hints... :-)
    With regards

    hi, we don't return the geometry back to the client unless the foi is a point.

  • How can i use  a adf javascript api

    hi
    can i use the adf javascript api for creating the AdfRichInputText .is there any producer
    to create the AdfRichTextInputText in javascript .plz guide me
    Thanks and Regard
    Message was edited by:
    Prapan Sol

    Hi,
    the ADF JavaScript API is not meant for you to create JSF components on the fly. For this you please use teh ADF Facesserver side components.
    The RichInputText component is defined by a pair of components, the AdfRichInputText and its Peer component. I don't know what your usecase is, but my impression is you are looking at it from the wrong end
    Frank

Maybe you are looking for

  • Can no longer scan using preview

    I have Brother DCP-9040CN color laser Printer and I am using the latest version of Mountain Lion. I have been scanning documents with no problems. The last time I tried to scan a document, I get the message the selected folder in not writable. I have

  • Sorting paragraph, apply style then next and (maybe) placing images...

    Hi everybody, I have to set a layout on several pages for a magazine, arranging pictures along with some text related. I have a text file of this kind: Text a/1 (should apply Heading style) Text b/1 (should apply Bodytext style) Text a/2 (should appl

  • Smbnetfs manual mount shares returns 'can't allocate memory'

    So I have Samba running on my linux computer so that I could access the files on it from my other windows computer.  This is all fine and dandy and works.  Now when I have another computer thats on Linux and I'm trying to connect to the host machine

  • Preview "pop up" tool bar missing

    I am not sure if I mistaken changed a setting, but when previously working in preview if I scrolled to the bottom of the pdf a little pop image would show giving me options to save, print etc. It's now missing. The only way now to print is using the

  • Reinstallation of Photoshop 10 in my Imac with Mavericks OSX creates error code 213:5

    I reformatted my hard drive and reinstalled all of my software. However when I install Photoshop Elements 10 and attempt to boot the program I get an error message of ,"Error_213:5".  I have read Permission fixes about the PCD folder and applied  "Ap