Show all feed information | Ping Blog Update
Adobe has recently updated Captivate with some exciting new features: https://blogs.adobe.com/captivate/2013/01/adobe-captivate-elearning-suite-subscription-has-its-advantages.html http://helpx.adobe.com/content/help/en/captivate/using/whats-new-captivate-6-patch.html From there you can find …
Adobe has recently updated Captivate with some exciting new features: https://blogs.adobe.com/captivate/2013/01/adobe-captivate-elearning-suite-subscription-has-its-advantages.html http://helpx.adobe.com/content/help/en/captivate/using/whats-new-captivate-6-patch.html From there you can find …
Recently, PhoneGap has added support for Windows 8 Metro. Meaning you can use pretty much the same APIs you use when building app that runs on iOS, Android and Win 8 Metro: http://docs.phonegap.com/en/2.2.0/guide_getting-started_windows-8_index.md.html#Getting%20Started%20with%20Windows%208 You …
Recently, PhoneGap has added support for Windows 8 Metro. Meaning you can use pretty much the same APIs you use when building app that runs on iOS, Android and Win 8 Metro: http://docs.phonegap.com/en/2.2.0/guide_getting-started_windows-8_index.md.html#Getting%20Started%20with%20Windows%208 You …
Most of the tutorials on using Native Extension have been about using it with Flash Builder 4.6. The fact is Flash CS6 has also added the capability of using Native Extension and it is just as easy. Here are a few simple steps for building an Android AIR app: Download a native extension of your …
keywords android, capability, simple steps, uncategorized
Most of the tutorials on using Native Extension have been about using it with Flash Builder 4.6. The fact is Flash CS6 has also added the capability of using Native Extension and it is just as easy. Here are a few simple steps for building an Android AIR app: Download a native extension of your …
keywords android, capability, simple steps, uncategorized
Adobe Photoshop Touch and Adobe Ideas both have pressure sensitivity feature on Android tablets. You would need an Android tablet that supports a pressure sensitive pens, like the Lenovo Thinkpad Tablet or the Samsung Galaxy Note. To turn on/off the pressure sensitivity of say the brush tool, you …
keywords adobe photoshop, galaxy, pens, samsung, uncategorized
Adobe Photoshop Touch and Adobe Ideas both have pressure sensitivity feature on Android tablets. You would need an Android tablet that supports a pressure sensitive pens, like the Lenovo Thinkpad Tablet or the Samsung Galaxy Note. To turn on/off the pressure sensitivity of say the brush tool, you …
To access the smartphone camera from an AIR for Android app, you can try the following code. It would launch the camera and let use capture a photo. It then trace the photo name/path which you can use a loader object to load it onto the AIR app. import flash.media.CameraUI; import …
To access the smartphone camera from an AIR for Android app, you can try the following code. It would launch the camera and let use capture a photo. It then trace the photo name/path which you can use a loader object to load it onto the AIR app. import flash.media.CameraUI; import …
keywords android, flash events, flash media, import flash, uncategorized