Flex :: What Is The Adobe Framework For Mobile Devices

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


Similar Posts:


Adobe AIR Still Not Supporting UDP For Mobile Devices

Mar 9, 2012

Is adobe AIR still not supporting UDP for mobile devices?

View 33 Replies

Android :: Table Component In Adobe Air For Mobile Devices?

Jul 23, 2011

Is there any fast table components available for mobile devices (Anroids ,iOS) in Air?

View 1 Replies

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

Flash :: Framework For Game Development On Adobe's AIR Mobile?

Feb 14, 2012

I've recently tried FlashPunk for game development and it seems to be easy enough to comprehend, however, when me and a friend tested simple apps coded in it on the iPhone, it seems to be acquiring an unnecessarily large amount of memory plus dropping framerates.

Are there any other choices for game development with ActionScript 3 with frameworks that are optimized for mobile gaming?

View 2 Replies

Android :: Flex DropDownList Working Weird In Mobile Devices?

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

Java :: Bluetooth SPP From Adobe Flex Framework?

Sep 10, 2009

I am successfully running Bluetooth-SPP applications relying on http://bluecove.org/ that is Java to Java.
I do now want to establish Bluetooth-connectivity in an Adobe Flex-application. Anyone has experience, ideas?

View 2 Replies

Framework Similar To Adobe Flex With HTML5?

Dec 28, 2011

is there a framework that is similar to Adobe Flex written in HTML5? My app currently support having multiple objects on the screen where user can drag / drop / resize and rotate them in scrapbook fashion. There are few animations as well. Flex makes it easy to build such apps. I was wondering if there is a good framework I can use to ease up such task maybe with HTML5 so it can be used on mobile devices.

View 1 Replies

Mobile Devices Using Flash Lite?

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

Android :: StageVideo On Mobile Devices?

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

ActionScript 3.0 :: Flash Is Not Supported By All Mobile Devices

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

Professional :: Flv Files Are Not Recognized On Mobile Devices?

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

Professional :: Filters For Video And FPS On Mobile Devices

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

IPhone :: Any Way To Add MP3 Player To Website For Mobile Devices?

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

Facebook :: API Logout Not Working On Mobile Devices

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

ActionScript 2.0 :: Interactive Maps For Mobile Devices?

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

ActionScript 3.0 :: Send Message From Flash To Mobile Devices?

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

ActionScript 3.0 :: Use Filters On Ios Mobile Devices (iPhone/iPad) Using GPU Rendering

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

Android :: Flash Builder - Loading Assets For Mobile Devices

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

ActionScript 3.0 :: Test For Mobile Devices, And Replace Flash With Image?

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

Professional :: Flash On Mobile Devices - Will That Work For Video-chat And Streaming?

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

Actionscript 3 :: Make Scrollable UI In Touch Flash CS5 For Mobile Devices (Primarily IOS)?

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

Flash :: Creating Flip Books For Computer Browsers And Mobile Devices?

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

Flex :: Turn ON/OFF WIFI With Mobile/Adobe AIR?

Mar 6, 2012

I'm developing a Flex mobile app and to increase smartphone's battery duration I need to switch off wireless device and turn on when I need.

I only can find how to see status of WIFI connection, but I want disable WIFI.

View 1 Replies

Flex :: Upload - Adobe Flex Mobile Selecting Image From Camera Roll Or Taking Picture Restarts The Application

Jan 19, 2012

I have a flex mobile application that I am working on that I am having issues with selecting an image from roll/taking a picture. My application is not tabbed, however one part of it contains a Tabbed View Navigator with tabs across the bottom. Within one of those tabs, I have the ability to upload an image to a webservice that I have created. However, when I select an image or take the picture, it pops back out to the initial splash screen and the application restarts. If I use the component standalone (outside of the tabbed view navigator) it selects the image and uploads without any problem.

[Code]...

View 1 Replies

Flex :: Split View In Adobe Flex Mobile?

Nov 24, 2011

I have four views:1.SplitView (main view)2.SplitViewHomeView(root Panel)3.SimpleView(Right panel)4.Details(child of Right Panel View).I am trying to accomplish the split view as in Ipad in adobe flex mobile.But unable to connect the root panel to right panel...Can any one suggest the path to me.My Code is below

Split View
**
<?xml version="1.0" encoding="utf-8"?>

[code]...

View 1 Replies

Flex :: Adobe - Horizontal List Or Carousel For Mobile?

Mar 30, 2011

Im creating a person search interface in Adobe Flex / Actionscript where we have an image for each person and a bit of text. Im looking to implement some like this:HorizontalList InterfaceORCarousel InterfaceBoth of these packages are unfortunately only for desktop Flex, I was wondering if anyone knew mobile flex (particularly Blackberry Playbook) alternatives?

View 4 Replies

Java :: Adobe Flex Mobile Background Process

Apr 6, 2011

What is the best solution for multi threading in flex, I notice if I play a mp3 in flex and do something else at the same time something ends up giving out, either the song stops playing or the UI hangs for about a split second. It doesn't have that fluid response that I am looking to achieve. If possible I would like to call a multi threaded java class to do some of the client-side end back end processing. I just don't know if that is possible.

View 6 Replies

Adobe AIR Need To Be Installed On An Android 2.2 Phone To Run A Flex Mobile App?

Jun 14, 2011

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 Replies

Flex :: Radio Button On Adobe Flash Mobile?

Nov 23, 2011

I am trying to have radio button on adobe flash. I have the following code

<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">

[code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved