ActionScript 3.0 :: Compile A Droid App That Uses The Adobe Air3'sNative Extension For Mobile Devices?
Oct 29, 2011
I'm trying to compile a droid app that uses the adobe air3'sNative extension for mobile devices. The trouble is that you have to compile it in the command line and the tutorial I was going from gave me a compile script for mac..
Code:
# path to YOUR Android SDK
export AIR_ANDROID_SDK_HOME="/Users/leebrimelow/Documents/SDKs/android-sdk/"[code]...........
View 3 Replies
Similar Posts:
Mar 9, 2012
Is adobe AIR still not supporting UDP for mobile devices?
View 33 Replies
Mar 18, 2010
currently working on Adobe Flex Technologies. I want to know whether Adobe had launched a Flex platform for mobile devices or not. If Launched what is the name of the Framework and please come with a sample example URL .
View 4 Replies
Jul 23, 2011
Is there any fast table components available for mobile devices (Anroids ,iOS) in Air?
View 1 Replies
Dec 23, 2010
In my machine I have installed only Adobe Flash CS5 proffesional trial version. Now this installation is not supporting adobe.utils.Extension class in this version. I have tried with all latest updates from adobe site. My doubt is does adobe.utils.Extension class is available in licensed version of Adobe Flash CS5 proffesional?
View 12 Replies
Mar 2, 2008
can i use microphone detection action script for mobile devices using flash lite ? if yes how can i do it ?
View 1 Replies
May 9, 2011
I wanted to display H.264 videos with air packaging for mobile and run into a problem.is StageVideo avaiable on mobile devices running IOS or android?I use air 2.6 sdk for packaging and it seems there is no StageVideo on ipad?I can use StageWebView but because of limitation of it ( it alwaysrendered on the top) this is not an option for me.Is any schedule when would StageVideo be available for mobile? maybeair 2.7 sdk?
View 3 Replies
Dec 28, 2011
I have designed a flash website using Flash CS5 using Actionscript 3.0 here: URL...It displays fine on a computer browser but the client is determined to view it on his mobile device (and all mobile devices).From my understanding; Flash is not supported by all mobile devices, although others have told me contradictory information.I know Iphone do not support Flash and I don't think Blackberry do either. But some Androids display flash content? Right?Can someone please offer me some advice on mobile devices when it comes to viewing Flash content...?
View 1 Replies
Jul 7, 2010
Currently when we are putting a movie into a web site design we are using flv files. Recently I was told that flv files are not recognized on mobile devices such as phones and ipad's. If that is the case how should we be handling our movie files?
View 1 Replies
Sep 17, 2010
I tried to apply a filter to a video on mobile phones and had a strange effect:
When I apply the filter to a 24 FPS source video the resulting frame-rate after applying the filter drops to about 7 FPS. But if I use a 8 FPS source video the frame-rate is even lower at about 3-4 FPS. I expected an higher, or at least equal resulting framer-rate with the 8 FPS source video. What's the reason for this behavior?
I use the Flash Player 10.1 for Android 2.2 and the Google Nexus One.
View 6 Replies
Jun 10, 2010
I have a website [URL]. I added a flash mp3 player that plays a sound clip when you go to the page. I know Flash doesn't work on the iPhone OS, but is there a way to get this type of mp3 player to work on an iPhone? I'm thinking maybe a javascript mp3 player. What I would ultimately want is to replace my flash mp3 player with a different mp3 player and have it so the player is available on Windows and Mac computers as well as iPhone devices.
View 2 Replies
Nov 8, 2011
I have an adobe air application. I just added facebook features in it. My problem is that user can login and do activities properly. Following the code that I am using for logout :
protected function logout(callback:Function=null, appOrigin:String=null):void {
this.logoutCallback = callback;
//clears cookie for mobile.
var params:Object = {};
params.confirm = 1;
[Code] .....
I am passing [URL] as appOrigin. But the logout functionality is not working.
View 1 Replies
Mar 6, 2010
I have created a mobile application based on a theme park, a key feature of the assignment is an interactive map, i have the map working with no worries its a draggable map and you can move around it, the problem arises when i need to place buttons on the map itself. I need the buttons on the map to stay in place when the map is dragged about so they can be click on for certain areas on the map?
View 1 Replies
Apr 18, 2010
Is it possible to send message from flash to mobile devices.If it possible send me the proper way to develop.
View 1 Replies
Nov 15, 2011
how to use filters (specifically a glow filter) on a mobile devices (specifically the iPhone) when using GPU rendering and high resolution. At the time, there was no answer... filters were unsupported. Period.
I can report that I have gotten a color matrix filter for desaturation AND a glow filter working on the iPhone and the iPad using GPU rendering and high resolution.
The solution, in a nut shell is as follows:
1: Create your display object... ie: a sprite.2. Apply your filter to the sprite like you normally would.3. Create a new bitmapdata and then draw that display object into the bitmap data.4. Put the new bitmapdata into a bitmap and then put it on the stage or do what you want.
When you draw the display object into the bitmapdata, it will draw it WITH THE FILTER!So even if you put your display object onto the stage, the filter will not be visible, but the new bitmapdata will!
Here is a sample app I created and tested on the iphone and ipad
[Code].....
View 1 Replies
Jul 15, 2011
I try to use spark DropDownList Controller for flex mobile project but its not working properly. Is there any alternative solution available?
View 2 Replies
Oct 18, 2011
I am using flash builder to make an app for android/ios. How would you recommend I use assets such as images and sounds. Should I embed them or use loader? Any benefits to each one. I have a fair amount of assets.
View 2 Replies
Jun 20, 2010
I want my web site to use flash, but want to make sure Apple mobile devices dont see a big blank box. How do I test for this and replace flash with an image if its an iPad, etc.?
View 1 Replies
Sep 14, 2010
we are developing a flash app that works like a video-chat (form 2 or more users) and streaming ,
Does anybody know if the Flash player for mobile devices will work with this or not? Are there any boundaries?
View 3 Replies
May 3, 2011
I wanted to know how I would make a whole symbol (an image) scrollable? I have found out how to do the multi-touch pinch to zoom but I can't find any code samples that will let me make the image scroll vertically only with one finger.
View 1 Replies
Nov 1, 2011
I want to find a software (or method) of achieving the following:
Be able to create a Flip Book from a pdf file Be able to embed multimedia content (audio, streamed video, swf) in the pages The resulting project should work in every (or most) computer internet browser and mobile devices (android tablets and phones, iPad, iPhone i've done a lot of research already, but I can't seem to find a good solution for this. I've tried a lot of those Flip book creator softwares. Some of them work pretty well, but I haven't found one that does everything.
I'm aware of the biggest difficulty: iPad and iPhone not being able to show flash content. So I'm in the search of an idea or someone pointing me in the right direction.
For example, is there any alternative to Flash to create flipping books? I know that in HTML 5 you can embed multimedia contents that should work with iPad and iPhone, but I don't know if you can do all the "cool" stuff that flash flipping books give you )like transitions, gestures, etc.
View 1 Replies
May 14, 2008
Is there way to set the extension of a file using Adobe Air's flash.filesystem? Using the browseForOpen function you can set the FileFilter, limiting the files types available. However when using browseForSave you can not set a fileFilter or fileExtension. The file extension has to be entered manually in the SaveFileDialog. The File.extension property associated with the selected file is read-only. Does anyone know of a work around or anything that I could do to not enter the file Extension manually.
View 2 Replies
Jun 27, 2011
I am really excited about the development for iOs devices on the brand new Adobe Flash CS5. I tried searching a documentation for this, but I cannot found. How can I view the possibilities and documentations for that?
View 1 Replies
Apr 11, 2012
I have created a live stream using Amazon Web Services and Adobe Flash Media Server 4.5.AWS provides me with both a .f4m and .m3u8 file, to use in and tags, respectively.The .f4m loads fine on my desktop browser, and the .m3u8 file loads fine on my iOS device. However, my Android devices will not load either file.What code/solutions are there to get this to play on Android devices?
<object width="600" height="409">
<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf"></param>
[code].....
View 1 Replies
Jan 7, 2012
I am writing an extension that will allow a Flex application to access Android's native image picker. I am able to launch the image picker activity without issue, but after it returns to the caller, which is an FREFunction object, onActivityResult is not called. Because of this, I am unable to figure out what image the user has chosen.
When I use the exact same contents of the FREFunction in a native Android app, The app works fine, and I am able to retrieve the URI of the chosen image in onActivityResult. How can I get onActivityResult to fire, or at least retrieve the information returned by the image picker activity?
View 1 Replies
Apr 11, 2012
I have created a live stream using Amazon Web Services and Adobe Flash Media Server 4.5.AWS provides me with both a .f4m and .m3u8 file, to use in <object><embed> and <video> tags, respectively.The .f4m loads fine on my desktop browser, and the .m3u8 file loads fine on my iOS device. However, my Android devices will not load either file. What code/solutions are there to get this to play on Android devices?[code]
View 4 Replies
Nov 3, 2011
Is there any way to compile Adobe Air apps to native Android / iOS applications? I have no idea about iOS but in Android they need a huge(9MB~) download and i think it is a very big drawback for anything that can be sold?I heard from an Adobe person at a conference that Angry Birds was made with Flash, if he wasn't lying, there must be a way.
View 1 Replies
Oct 19, 2011
I am developing an AS3 application (not a Flex one) using Flash Builder 4.5. My application can set its graphical components automatically according to stageWidth/stageHeight. My problem is with the actual application size. If I do not specify width/height in the SWF meta tag, my application is compiled according to the default (550x400?). If I do specify (for example 800x480), I won't be able to support other resolutions correctly.
Is there a way to tell the compiler to see the application size according to the device's/stage's sizes?
View 1 Replies
Feb 20, 2012
how to best handle the issue of not having enough permission inside of a Google Chrome Extension. I am interacting with the YouTube API, but I am not using swfobject.js, just using am embdeeded div. I do not believe this is introducing my security issue, but perhaps it is. In development, I had to navigate to Adobe's flash player security page and designate my development folder as a 'safe' location. In deployment, I do not have the ability to do this. I do not want my users to have to click 'Allow All' on flash player security, but I do not see another way to achieve my results.Seems to be a duplicate of SWFobject in a Chrome Extension - API Unavaiable but remains unanswered.Source: https:[url].....
To run: Pull from the repo, load up Chrome, click the wrench, go to extension, check 'Developer Tools' -> Load Unpacked Extension and browse to the folder.
View 1 Replies
May 20, 2011
I am using adobe air sdk 2.6 and i'm using command line to build my application.What is the command to compile the application.I tried amxmlc its not working.If i see the sdk's bin folder i dont see the amxmlc file there
View 2 Replies