Android :: Table Component In Adobe Air For Mobile Devices?
Jul 23, 2011Is there any fast table components available for mobile devices (Anroids ,iOS) in Air?
View 1 RepliesIs there any fast table components available for mobile devices (Anroids ,iOS) in Air?
View 1 RepliesI 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 RepliesI try to use spark DropDownList Controller for flex mobile project but its not working properly. Is there any alternative solution available?
View 2 RepliesI 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 RepliesIs adobe AIR still not supporting UDP for mobile devices?
View 33 Repliescurrently 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 RepliesI 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].....
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 RepliesI'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]...........
I am developing a game for Android using Adobe AIR 3.0, also i am using Samsung Galaxy S2 to test my game, and is running pretty well with decent 30 fps.to control the game-play, i am using virtual joystick and some button on screen (e.g. to throw weapon, jump etc). however it seems that multitouch is not working fine, if i press one button and and in the same time if i down another button. first one stops working. here is the code snippet which defines multitouch behavior -
[code]...
for jump button, virtual joystick etc - i am using TouchEvent.TOUCH_BEGIN event.
Adobe AIR is pretty heavy. So is it necessary to be installed on my phone? Are there any alternatives to it..something lightweight.
View 2 RepliesI have a pure AS3 app that I'm deploying to both Android and iOS. In some cases I need the screen to not turn off for 60+ seconds. Is there a way to do this with AIR for mobile?
View 1 Replieshow can i change my list component in Flex 4.6 mobile project with that when an item is pressed it would dynamicly resize and show an article description and a button [URL]
View 1 RepliesThere are samples to show how to access front camera of android devices using android sdk.
View 1 RepliesHow can i maintain DPI resolution calculation for various device and UI management for eg,iPhone having action bar at top/bottom , iPad app has control bar component instead.Is it possible to maintain application in SINGLE CODE BASE.
View 1 Repliescan i use microphone detection action script for mobile devices using flash lite ? if yes how can i do it ?
View 1 RepliesI 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 RepliesCurrently 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 RepliesI 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.
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 RepliesI 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.
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 RepliesI have a problem with Flash builder, I can't find the "Flex mobile project option in the list" How can I install it?
View 1 RepliesIs it possible to send message from flash to mobile devices.If it possible send me the proper way to develop.
View 1 Replieshow 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].....
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 RepliesI'm creating an app to deploy for iOS and Android and I'd like to give them slightly different filenames (need to add a space so that name displays on two lines on Android). Is there a way for me to define this in the app.xml without having to change it each time I export?
View 1 RepliesI have a doubt with android devices.In my application i have given a path to store my db files and that path is
File.applicationStorageDirectory.resolvePath("LocalDB10.db");
I want to know where this path available in android device or else is there some other path i have to specify.
we have a number of SWFs we want to repurpose as Android apps, but are having trouble finding some information.
I realise that Android is spread across a lot of different Hardware but are there any standardised resolutions? If not how would you go about resizing the Stage depending on the screen?
Secondly can SWFs be uploaded to the Android store and if not what is the best way to mantain the SWF functionality whilst converting it to a format that can?
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?