AIR 3.4 to AIR 3.5

Just did a quick updating to AIR 3.5.After the load screen nothing appears. The stage is visible, but that is all. Anyone else having similar problems? I'm using render mode direct.

Running into the exact same issue.
AIR 3.5, the splash screen comes up, and then goes black.
When I build for the ipa-test-interpreter, everything works fine.
Here's a chunk of my application descriptor:
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/3.1">
  <id>ID</id>
  <initialWindow>
    <content>src/XXXX.swf</content>
    <autoOrients>false</autoOrients>
    <aspectRatio>landscape</aspectRatio>
    <renderMode>direct</renderMode>
    <fullScreen>true</fullScreen>
  </initialWindow>
  <icon>
    <image16x16>icons/16x16.png</image16x16>
    <image32x32>icons/32x32.png</image32x32>
    <image48x48>icons/48x48.png</image48x48>
    <image57x57>icons/57x57.png</image57x57>
    <image72x72>icons/72x72.png</image72x72>
    <image128x128>icons/128x128.png</image128x128>
  </icon>
  <supportedProfiles>mobileDevice</supportedProfiles>
  <iPhone>
    <InfoAdditions>
      <![CDATA[
        <key>UIDeviceFamily</key>
        <array>
          <string>1</string>
          <string>2</string>
        </array>
        <key>UIStatusBarStyle</key>
        <string>UIStatusBarStyleBlackOpaque</string>
      ]]>
    </InfoAdditions>
    <requestedDisplayResolution>high</requestedDisplayResolution>
  </iPhone>
</application>
Help!

Similar Messages

  • The difference between AIR-ANT5135D-R and AIR-ANT5135DB-R

    Hi,
    Anyone know what is the difference between AIR-ANT5135D-R and  AIR-ANT5135DB-R ?
    From the dynamic configuration tools for 1252 and 1242, AIR-ANT2422DB-R is inside one of the antenna option.
    However, I can't find it in the "Cisco Aironet Antennas and Accessories Reference  Guide"
    http://www.cisco.com/en/US/prod/collateral/wireless/ps7183/ps469/product_data_sheet09186a008008883b.html
    Inside the document there is only AIR-ANT5135D-R.
    likewise for the 2.4 GHz,  AIR-ANT2422DB-R is inside the dynamic configuration tools and not inside "Cisco Aironet Antennas and Accessories Reference  Guide"
    Any help would be appreciated
    Thanks,
    Richard

    Found the difference, AIR-ANT5135DB-R and       AIR-ANT2422DB-R are  non-articulating antennas.
    Thanks!
    Richard

  • BBC iplayer says Adobe Air needs updating: Adobe Air will not install, but says I have a later version already on my PC!

    Use Firefox. Have BBC iPlayer which will not load, saying I need a newer version of Adobe Air: when trying to instal Adobe Air, get message saying I already have a more recent version. It worked when I was using IE, but not since changing to Firefox.

    Hi there,
    stumbled on this conversation after having problems myself.
    After lots of trial and error, I was finally able to install iPlayer on my MacBook Pro.
    Firstly remove Adobe Air (Applications, Utilities, Adobe Air Uninstaller).
    Reboot (not sure if it is needed but it is what I did).
    Download Adobe Air 2.5 from http://kb2.adobe.com/cps/853/cpsid_85304.html
    Then retry installing iPlayer from the BBC webpage. I ignored the prompt from Adobe Air to upgrade to the latest version (3.1).

  • NPE in ADTOutputStream.addApplicationDescriptor() line 330 when migrating from AIR 2.6 to AIR 3.5

    I have a working maven pom which builds my AIR app using AIR 2.6 and I am trying to migrate it to use the new AIR 3.5 SDK.  According to the official release notes here : http://helpx.adobe.com/en/flash-player/release-note/fp_115_air_35_release_notes.html I need to firstly need to point to the new 3.5 schema in my air-app.xml file as follows: <application xmlns="http://ns.adobe.com/air/application/3.5"> 
    I also change my swfVersion and targetPlayer attributes as follows:
    <swfVersion>18</swfVersion>
    <targetPlayer>11.5</targetPlayer>
    I also changed the system Path environment variable on my machine to point the to the bin directory of the new AIR 3.5 sdk, so that when I type adl on the command line it reports back:
    Adobe (R) AIR (R) Developer Tool (ADT)
    Version 3.5.0.1060
    So when flexmojos launches ADL, it is launching the correct version.
    However I don't change my flex version which is set to <flex.version>4.5.1.21328</flex.version>, and my flexmojos version which is 4.2-beta.
    When I then try and build my project I get the following error:
    [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.2-beta:sign-air (default-sign-air) on pro
    ject indigo-air: Error invoking AIR api: NullPointerException -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-pl
    ugin:4.2-beta:sign-air (default-sign-air) on project indigo-air: Error invoking AIR api
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu ilder.java:84)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu ilder.java:59)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter .java:183)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Error invoking AIR api
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.doPackage(SignAirMojo.java:337)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.execute_aroundBody0(SignAirMojo.java:348)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.execute_aroundBody1$advice(SignAirMojo.java :24)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.execute_aroundBody2(SignAirMojo.java:348)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.execute_aroundBody3$advice(SignAirMojo.java :17)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.execute(SignAirMojo.java:1)
            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j ava:101)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
            ... 19 more
    Caused by: java.lang.NullPointerException
            at com.adobe.air.ADTOutputStream.addApplicationDescriptor(ADTOutputStream.java:330)
            at com.adobe.air.AIROutputStream.addApplicationDescriptor(AIROutputStream.java:63)
            at com.adobe.air.ApplicationPackager.addSpecialFiles(ApplicationPackager.java:242)
            at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:172)
            at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:63)
            at org.sonatype.flexmojos.plugin.air.packager.FlexmojosAIRPackager.createPackage(FlexmojosAI RPackager.java:42)
            at org.sonatype.flexmojos.plugin.air.SignAirMojo.doPackage(SignAirMojo.java:310)
            ... 26 more
    If I try adding explicitly adding the AIR dependencies as follows:
             <dependency>
                <groupId>${flex.groupId}.framework</groupId>
                <artifactId>airframework</artifactId>
                <version>${flex.version}</version>
                <type>pom</type>
            </dependency>
            <dependency>
                <groupId>${flex.groupId}.compiler</groupId>
                <artifactId>adt</artifactId>
                <version>${flex.version}</version>
                <scope>compile</scope>
            </dependency>
    this has no effect and I still get the NPE error.
    Here's the relevant fragment from my pom.xml which configures the flexmojos plugin to build the AIR app:
    <plugin>
         <groupId>${flexmojos.groupId}</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>${flexmojos.version}</version>
        <extensions>true</extensions>
        <configuration>
         <testTimeout>100000</testTimeout>
         <fonts>
          <managers>
           <manager>flash.fonts.JREFontManager</manager>
           <manager>flash.fonts.AFEFontManager</manager>
           <manager>flash.fonts.CFFFontManager</manager>
          </managers>
         </fonts>
         <sourceFile>IndigoAir.mxml</sourceFile>
         <flexBuilderCompatibility>true</flexBuilderCompatibility>
         <keystore>${basedir}/src/sign.p12</keystore>
         <storepass>flexmojos</storepass>
         <descriptorTemplate>${basedir}/src/IndigoAir-app.xml</descriptorTemplate>
         <ignoreVersionIssues>false</ignoreVersionIssues>
         <coverage>true</coverage>
         <coverageProvider>cobertura</coverageProvider>
         <coverageReportFormat>
          <format>xml</format>
          <format>html</format>
         </coverageReportFormat>
         <useNetwork>true</useNetwork>
         <themes>
          <theme>${project.build.directory}/themes/spark.swc</theme>
         </themes>
         <includeTypes>swc,css</includeTypes>
         <overWriteIfNewer>true</overWriteIfNewer>
         <targetJdk>1.6</targetJdk>
         <timestampURL>none</timestampURL>
         <optimize>true</optimize>
         <framework>spark</framework>
         <dumpConfigAttach>true</dumpConfigAttach>
         <keepGeneratedActionscript>false</keepGeneratedActionscript>
         <keepAs3Metadatas append="true">
          <keepAs3Metadata>Mock</keepAs3Metadata>
          <keepAs3Metadata>BeforeClass</keepAs3Metadata>
          <keepAs3Metadata>AfterClass</keepAs3Metadata>
          <keepAs3Metadata>Before</keepAs3Metadata>
          <keepAs3Metadata>After</keepAs3Metadata>
          <keepAs3Metadata>Rule</keepAs3Metadata>
          <keepAs3Metadata>Suite</keepAs3Metadata>
          <keepAs3Metadata>RunWith</keepAs3Metadata>
          <keepAs3Metadata>Ignore</keepAs3Metadata>
          <keepAs3Metadata>Test</keepAs3Metadata>
          <keepAs3Metadata>DataPoint</keepAs3Metadata>
          <keepAs3Metadata>DataPoints</keepAs3Metadata>
          <keepAs3Metadata>Parameters</keepAs3Metadata>
          <keepAs3Metadata>Theory</keepAs3Metadata>
          <keepAs3Metadata>ArrayElementType</keepAs3Metadata>
          <keepAs3Metadata>Log</keepAs3Metadata>
          <keepAs3Metadata>Transient</keepAs3Metadata>
          <keepAs3Metadata>Inject</keepAs3Metadata>
          <keepAs3Metadata>EventHandler</keepAs3Metadata>
          <keepAs3Metadata>ManagedEvent</keepAs3Metadata>
          <keepAs3Metadata>Dispatcher</keepAs3Metadata>
          <keepAs3Metadata>PostConstruct</keepAs3Metadata>
          <keepAs3Metadata>Mediate</keepAs3Metadata>
          <keepAs3Metadata>Autowire</keepAs3Metadata>
          <keepAs3Metadata>PreDestroy</keepAs3Metadata>
          <keepAs3Metadata>ViewAdded</keepAs3Metadata>
          <keepAs3Metadata>ViewRemoved</keepAs3Metadata>
          <keepAs3Metadata>ViewNavigator</keepAs3Metadata>
         </keepAs3Metadatas>
        </configuration>
       </plugin>
    Can anyone tell me what I'm doing wrong?  What is happening at line 330 in ADTOutputStream.addApplicationDescriptor()? This code isn't open sourced so the error message is plain unhelpful! If I use the same AIR sdk but back out the changes for 3.5, then it builds fine with the 2.6 schema. Thanks in advance!

    Hi,
    I'm kind of replying to my own post here. I have been doing some further development with iOS on AIR 2.6 and I think that unfortunately the new GPU rendering IS actually just a lot slower than it was on the Packager for iPhone.
    I know that a lot of people say that Air 2.6 has made their app run 2x faster and a lot of people say the opposite - that moving to 2.6 has made it run 2x slower- I think the difference there is probably that if you had your code properly optimized for GPU under PFI (which took a lot of work) then you will notice a big slowdown.
    For example, under PFI, on the iPad at 1024x768 I could have at least 50 large moving sprites on the screen at once running at full 60fps - I dont think that Air 2.6 could even manage that at 30fps (I have taken to lowering my fps to 30 in Air 2.6).
    Saying that Air 2.6 does make it a lot easier to port, especially if you are just using bitmaps as dont really have to do anything (unless they scale/rotate), it's more likely to "just work". Also, PFI had a lot of little bugs in it, like certain blending modes only working half the time, and sometimes the framerate would just bomb if you used too much memory.
    So I guess bottom line is that Air 2.6 feels a lot more stable and is easier to use, however if you are just purely using the GPU it will be less than half the speed of the old PFI, which is a massive shame.
    However I could be missing something here?

  • Adobe AIR 1.5 - Package AIR installer as a native Windows Executable (.EXE)

    Hello Adobe AIR community,
    Is there any way to package the installer for an Adobe AIR application using Adobe AIR 1.5 as an executable (.EXE) file?
    I found that this is possible for Adobe AIR 2.0, but it requires an upgrade to Adobe AIR 2.0 runtime. Are there any other options using the Adobe AIR 1.5 runtime?
    Thanks,
    Mauricio

    Check out this one to solve out your query:   Code: Ext.onReady(function () {          var testWindow = new Ext.Window({         titel: 'Test',         layout: 'form',         width: 300,         height: 300,         items: [{             xtype: 'textfield',             fieldLabel: 'Test',             maskRe: /\d|\,/         }]     });          testWindow.show(); });  -----------------------------
    teradata 12 certification dumps ! sy0-201 braindump ! apple braindumps ! avaya training

  • User Contributed Tips in the MacBook Air Using your MacBook Air Forum

    *The following User Contributed Tips are located in the MacBook Air > Using your MacBook Air Forum:*
    None at this time.
    *The following related tips are located in other areas of Apple Discussions:*
    a brody - I need Firewire for Camcorders, yet the MacBook and MacBook Air lack it
    http://discussions.apple.com/thread.jspa?threadID=1928027
    Publish date: April 4, 2009
    See also the User Tips Library

    I don't think so, because this is not about garageband specificaly, it's about the mac using internal speakers and iphone headset microphone at the same time. Input Microphone via Jack and Output speakers on the laptop.

  • AIR SDK vs. AIR Runtime (from the download page)

    On the AIR 2 Beta download pag, I'm not sure what's the difference between the AIR SDK and  the AIR Runtime.
    http://labs.adobe.com/downloads/air2.html
    Do I need to download both? I know I need the AIR SDK to add it to my Flex SDK in Eclipse, but what's the Runtime and do I need to download that?

    AIR SDK is for developers. So if you want to create an application using Flash Builder, you need to download that SDK and overlay it in your FB.
    AIR Runtime is for end users. If somebody wants to use an AIR application, he/she first needs to download and install AIR Runtime (and then the AIR application can be installed).
    Hope that clarifies.

  • AIR file extensiòn *.air - howto help needed

    Hola¡¡
    I have Adobe AIR (es nou)
    I have Adobe Media Player (es nou)
    I have Adobe Flex Builder (es nou .. 3.0)
    I have Adobe AIR project in Adobe Flex Builder
    It not run the Adobe AIR Program >>> Windows not
    can make AIR runtime and AIR fitxers.
    PERO>>> meu fitxer es totalment correctament ....
    i function in Flex Builder but not other.....
    Comes es that I can run the AIR programes The Adobe Media Player
    but Error comes with download AIR programes and comes I have Error.
    vale... the download AIR progames from web look diferent and have icones.
    but me programes not. Is no icona....is only file plus extensiòn air....per exemple "holamon.air"
    I installa the Adobe AIR other second time and problem comes also other second time...
    I not know this to work OK....perhaps I have Error Windows Vista?
    crec no tinc...pero possi....
    >>>>
    how to make associate the Adobe AIR fitxer and Adobe AIR runtime?
    No have opcións in Tauler de control ?
    You perhaps know ?
    Can you are help me please?
    sisplau,
    Moltes Gracies
    Dominik

    If I understand correctly, perhaps the air file extension is improperly mapped on your pc.
    In Windows Explorer perform the following:
    Tools --> Folder Options --> File Types
    Look for the AIR extension (see screenshot).
    Click advanced (see screenshot)
    Click "Edit"
    In the field labeled "Application used to perform action" mine has c:\PROGRA~1\COMMON~1\ADOBEA~1\Versions\1.0\ADOBEA~1.EXE "%1"
    Yours should be similar.  If you want to browse for the program, it's typically located in program files\common files\Adobe AIR\versions\1.0\Adobe AIR Application Installer.exe
    Good luck! My apologies if I've misunderstood.

  • HT4437 Air play seems to have disappeard from "the control centre" since I've downloaded iOS7. Can't find it within settings . I have air drop but not air play. Running a 32g iPad mini

    Air play is not on my iPad mini anywhere (from what I can see. Scrolled up from the bottom of screen to access control centre. Have air drop but not air play. Air play logo not seen In music. Cannot play through my altec lansing 5000 speaker system like I used to be able to before the ios7 download

    Using AirPlay on iPad
    http://support.apple.com/kb/HT4437
    AirPlay Mirroring
    http://support.apple.com/kb/HT5209
    Trouble shooting AirPlay
    http://support.apple.com/kb/TS4215

  • New mac air for old mac air.

    Hi. i bought a mac air last month and now i see that new mac air is coming out in the market. so can i exchange my mac air for new mac air?? what is apple exchange policy/?? help me please.

    Hey Everyone,
    So today I went to the Apple Store to return my late 2010 model MBA, that was purchased on July, 2nd 2011, to buy the new MBA. It was very easy, and everyone that was involved was very kind. All I had to do was bring my receipt & the original packaging and they took it without any questions being asked. I was also able to upgrade to the 13" model with 4GB memory and 128GB flash storage (for a fee). So to answer the original question, through my own experience you should be able to return & exchange your MBA to the newer model if it was purchased within 30 days, good luck!  

  • I keep getting this error message and cannot back up my Mac Book Air to MacBook Air to Time Machine; "Air.sparsebundle" is already in use" how do I correct this?

    I keep getting this error message and cannot back up my Mac Book Air to Time Machine; "Air.sparsebundle” is already in use" how do I correct this?

    Restart the Time Capsule. Launch AirPort Utility and check for a firmware update.

  • [svn:osmf:] 12672: Change tagging from AIR 1.0 to AIR 1.5

    Revision: 12672
    Revision: 12672
    Author:   [email protected]
    Date:     2009-12-08 14:18:53 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Change tagging from AIR 1.0 to AIR 1.5
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundAdapter.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeAudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeBufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMetadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMetadataEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeTemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositionMode.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaElementSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScalableSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScaleMode.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScaleModeUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/AudioEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/BufferEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ContentProtectionEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/DimensionEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/FacetValueChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/FacetValueEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/GatewayChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaError.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaErrorEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaPlayerCapabilityChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaPlayerStateChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MetadataEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/NetConnectionFactoryEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/NetNegotiatorEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PausedChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PlayingChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PluginLoadEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/SeekEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/SwitchEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/TimeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ViewEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/HTMLGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/RegionGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/image/ImageElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/image/ImageLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutRenderer.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutRendererBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutRendererFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/RegistrationPoint.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/ILogger.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/ILoggerFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/Log.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/TraceLogger.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/TraceLoggerFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/DefaultTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/IContainerGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayerState.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/URLResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/FacetGroup.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/FacetSynthesizer.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/IFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/IIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/KeyValueFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MediaType.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/Metadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/NullFacetSynthesizer.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/ObjectFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/ObjectIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/StringIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/F4MLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/Manifest.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/Media.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetClient.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetConnectionCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetConnectionFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetNegotiator.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamAudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamBufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamContentProtectableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamTemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/StreamType.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/StreamingURLResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DroppedFramesRule.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingItem.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingNetLoad edContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingNetLoad er.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingResourc e.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/INetStreamMetrics.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/ISwitchingRule.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/InsufficientBandwidthRu le.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/InsufficientBufferRule. as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/MetricsProvider.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamSwitchableTrai t.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SufficientBandwidthRule .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingDetail.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingDetailCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingRuleBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/DynamicPluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/IPluginInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginClassResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/StaticPluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/LoadableProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/MediaElementLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/MediaElementLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/tracking/Beacon.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/AudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/BufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ContentProtectableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IAudible.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IBufferable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IContentProtectable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IDisposable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IDownloadable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IPausable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IPlayable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISeekable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISpatial.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISwitchable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ITemporal.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IViewable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoadState.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitType.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/TemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/Base64Decoder.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/BinarySearch.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/DateUtil.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/FMSHost.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/FMSURL.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/HTTPLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/URL.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePoint.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePointType.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as

    It appears to require just the 3.  That's probably more convenient for developers, though, so you don't have to go tweak the xml in the event of a minor security release.

  • HT4889 When I transferred my data from a 128GB Macbook Air to 256GB Macbook Air (brand new version as of 9/1/13) I end up with 188GB used!   I add up the size of Users, System, Library and Applications and it comes to 90GB.  What am I missing?

    When I transferred my data from a 128GB Macbook Air to 256GB Macbook Air (brand new version as of 9/1/13) I end up with 188GB used!   I add up the size of Users, System, Library and Applications and it comes to 90GB.  What am I missing?  How did I "use" up so much space in migrating from one Mac to another?

    Did you use the Setup Assistant available at the beginning of the new machine's setup process? Or did you use Migration Assistant later after you had set up the new machine?
    If you used Migration Assistant, you generally wind up with two accounts (the new one you set up on the new machine plus the old one you ported over) - that may explain your excessive use of space. In that case, you can either manually combine/remove all unnecessary duplicate files, or you can start over by using Command + R, wiping your drive, and downloading the OS. Once it's downloaded, use the Setup Assistant offered at the beginning of the install/setup process.

  • IPad Air 2 VS iPad Air battery Observation

    Hello, just had an interesting discovery (at least it was to me!)
    Comparing the original USB chargers for both my iPad air and new iPad Air 2, I discovered that the wattage for the iPad Air 2 was 10W and the iPad Air is 12W.
    I found this to seem a little strange, so I looking into the batter specs on both models and found this: 
    The iPad Air:
    Built-in 32.4-watt-hour rechargeable lithium-polymer battery
    The iPad Air 2:
    Built-in 27.3-watt-hour rechargeable lithium-polymer battery
    So... the battery is actually smaller in the new iPad Air 2??
    That's why it has a smaller watt USB charger?? Interesting!
    The iPad Air has great battery life... I know the new model is more efficient, and the battery life is supposed to be same most likely... But how much better would the Air 2 be with the larger battery?? Or did the larger battery have to be sacrificed to get the lower weight and slimmer size of the Air 2?
    No real question here, just an observation.

    Thanks Skydiver119, I've looked at all those settings - I allow nothing to run in the background, and turn off notifications for virtually everything.
    I think Skype is harder on the battery life of my Air 2 than my Air - maybe it's not optimized for the newer hardware, or maybe there are some OS updates that made it work less well. I went for a couple of weeks without using Skype at all, and my battery life was closer to what I expected it to be.
    My real point is that Apple made the Air 2 thinner than the Air for no good reason - the Air was wonderfully thin and light already. Taking away battery life for the sake of a thinner tablet is a waste. Especially when more and more competing tablets are offering better battery life (such as from Lenovo), Apple should care more about the experience of people using their product vs. being able to brag about a new product being thinner. Heck, improve the battery life and brag about THAT! :-)

  • How safe is an air blaster/high pressure air to clean under the keyboard?

    how safe is an air blaster/high pressure air to clean the stuff under the keyboard? ive heard those things can be dangerous. any ideas?
    if you recommend it, how do you use it safely? which brand do you suggest?
    please advise. thanks.
    Macbook Pro   Mac OS X (10.4.8)  

    This was standard procedure at the computer lab at my college. Just make sure to use compressed air cans designed for photographic and/or electronic use.
    Put the extension tube on the can. Holding the keyboard/laptop at an angle, insert the nozzle between each of the rows of keys and give it a few short blasts. Debris will be blown out of the opposite end of the keyboard.
    Make sure not to hold the can on its side or upside down when you do this, because the propellant in the cans can come out as a liquid and may leave a residue.
    I still do this routinely with my systems, and have never had a problem. My oldest laptop is now seven years old and has not suffered any ill effects. We did this weekly at the computer lab.
    My main problem at home is cat hair, which is easily removed by this method; friends of mine with beards say it also works for the occasional errant whisker. Cleaning keyboards at the lab in this manner dislodged all kinds of nasty bits, quite often including Doritos...
    Ned, this actually does work pretty well. Worst case, it just blows the larger/heavier debris to one end of the keyboard, where it can be more easily tapped out.

  • How to convert AIR-AP1041N (autonomus) to AIR-LAP1041N (lwapp)

    Hi,
    some days ago I succesfully converted  AIR-LAP1041N (lwapp) to AIR-AP1041N (autonomus).
    I used  c1140-k9w7-tar.124-25d.JA1.tar which is available to download in Download Software Section for this AP.
    But there are any autonomus to lightweigt firmware for this AP.
    I tried to use  c1140-rcvk9w8-tar.124-21a.JA2.tar for 1140 but AP hungs after that.
    How can i back to LWAPP version in 1041?

    this is what can i see on the console:
    Loading "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx"...#########################################################################################################################################################################################################################
    File "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx" uncompressed and installed, entry point: 0x4000
    executing...
    enet halted
    ŔŔŔŔŔŔŔŔŔŔŔŔŔ&/îçďä/÷Řč/ěČÔÓďěĐďçô3Ď/ěÜě/ěŘŔČ/ďŕ÷4Ç/ďÓď÷÷óÜ÷ÜŔČ/÷ÜÇ÷÷ÜëĎ/ěŔÄ/ďĐ/ěŔď÷ďËĎĎ÷7ËĎ÷ďŔÓď/đĂç/ďÄĎ÷3ÇďŔčď÷ÜËďďć/÷Řč/÷÷÷ÜŔĂďÜÜËďŔĚď÷Üč÷Ü÷÷ŢÜëĎ/Ď/ďěä/÷ĐÇ/óÜ÷ěŔč÷3Ŕď÷7Ű/ěäď/÷0ŘÜĐß/÷/ďč/ěäÜÔßĎîčďďĂĎ/ěŔŰŔ$/ěçďä/÷Řč/ěČ/đĂ$/÷ěĐďçÜŘŘ//ďç/ěŔĂďŔ
    /Ď;ÜÜËďĎóÜçäÜäćďŰăóŔĂĎ÷ěŔç/ďÄ/Ď/ďěä/÷ĐÇoóóÓŔĐÓ/÷ŔßĎěŔč÷3Ŕ$/÷ěĐďçÜ÷÷ëËď÷÷4Ç/÷čĂďĂÜĎ÷îŔď÷7ŕ/ďč/ěä/đĂ'ď÷ěčďďĂĎ/ěŔÇ÷0ëď/ěŔĂďĎčĎ;ÔŔç/ěÇĎóĚëäÜääďŰďŕăçÜŔŔŔŔŔŔŔŔŔŔÇ/÷ÜÇď÷ÜÔóďďË/÷ÜŘŔĎ÷ŘÜŔŔŔŔŔŔŔŔŔŔăďŕŔ//ěçďŔ(/ď/÷0Üčä/÷ďË/đĂŔŔŔŔŔŔŔŔŔŔŔ'/Ď÷Óßď/ěŘŔ/÷4Ěď÷ÜÜ/÷0ŔóëăçčŰăďŕěÜÇď÷ÜôôÔŔ'ď÷ěčďďĂĎ/ěŘŔ/ŢçŕŔ'ď÷ěčďďĂĎ/ěŔĐ/ÜçŕŰ$ďĎë/ÜëđŰóëËĎď/÷÷÷ÜĚÜčĐäăĂ/óÓ0óÔ
    but i connected this AP to dhcp server i see that AP recived IP address from DHCP i tries to search conntroller (i can see frames from AP in wireshark, req to DHCP for CISCO-CAPWAP-CONTROLLER).
    so in next days i will try to connect AP to the controller (wlc is in different site, without vpn connectivity).
    i think that AP is bad, because of this "weirid chars" on console, but maybe when ap updates firmware from wlc, it will be OK.
    thanks for help for now.

Maybe you are looking for

  • Satellite A300 (PSAG8E) - What is new in BIOS 1.9?

    Hi, I have a A300 PSAG8E and I would like to know what news between BIOS 1.7 and 1.9? The new BIOS can change the fan control? On my A300 it is so loud. Thank's, regards, cricri975.

  • Exception while creating a new database

    Greetings, I was using dbca (Database Configuration Assistant) on Linux to create a new database. Everything was going ok until it was 85% done, at which point it waited a long time and then said it had failed and gave the path to a log file. Below i

  • Memory Error Code mem_/2/3

    G3 (slot loading) blueberry computer is freezing at startup. Just ran supplied cd "Apple Hardware Test" with a fail memory results - error code mem_/2/3 How do I fix this problem?

  • Message redelivery with non-transactional message bean JMS standard or weblogic standard?

    It is my understanding (or maybe my assumption) that a message is           re-queued only if the transaction attribute of a container-managed           message bean is set to "Required" and the message is PERSISTENT. So if           it's set to "Not

  • Pop up behavior

    Hi, I'm using Dreamweaver CS4 and I just added a pop up behavior to show up when someone goes to my home page.  How do I show line breaks in the pop up?  Right now, it only shows up as a big block of text.