Fullasagoog

Show all feed information | Ping Blog Update

Captivate 6.1 can publish Windows 8 Metro App 4 months ago

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 …

Captivate 6.1 can publish Windows 8 Metro App 3 months ago

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 …

PhoneGap has added support for Windows 8 Metro 6 months ago

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 …

PhoneGap has added support for Windows 8 Metro 5 months ago

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 …

Using Native Extension with Flash CS6 9 months ago

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

Using Native Extension with Flash CS6 9 months ago

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

Photoshop Touch Pressure Sensitivity on Android tablet 9 months ago

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

Photoshop Touch Pressure Sensitivity on Android tablet 9 months ago

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 …

Launching the camera from an AIR for Android app 9 months ago

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 …

Launching the camera from an AIR for Android app 9 months ago

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