Android :: Integrating Flash Games In Menu / List?
Mar 27, 2011
Have 3 flash games that I would like to integrate in a menu / list in an android app. So when the user selects the game from the list, the game starts with android flash player. Is it best to do this with WebView or is there something better? I do not know where to place the flash games to get them in my compiled application.
View 1 Replies
Similar Posts:
Jul 2, 2011
I'm developing a game and want to integrate some animations, I've thought about making them in Flash and integrating in Android, is it possible in general? If yes, does it make sense? How will it look in terms of user experience, performance and app size? What are other ways to create game animations in Android?
View 1 Replies
Mar 9, 2011
From what i have googled out so far, it seems that we will have to host the flash file(swf) in a website and load the html page in the application in a webview... Is'nt there any other way to do it ?? Is there any library or something to integrate them ? Flash lite ?
View 2 Replies
Jan 24, 2011
Where can I get a definitive list of Android 2.2+ phones that don't support Flash?I released an app that uses Flash for some features if installed on Android 2.2+ phones, but found out today from a user that the T-Mobile MyTouch 3G has 2.2 but can't get Flash. At this point I'm going in and adding a check against the Build.MODEL for the MyTouch 3G but I'd like to know if there are other phones I should check for as well.
View 1 Replies
Aug 8, 2011
how to get a menu to pop up in Flash CS5 when coding for an android app. Basically I have a nice, simple app that when you press the menu button on your phone I want a movie clip to pop up at the bottom of the screen that then acts as a menu for the app. When you press the menu button again the movie clip disappears. There is some code in the sample files in flash cs5 but it won't seem to work for me. Has anyone gotten this to work successfully for them.
This is the code that is in the sample file with flash
options_mc.visible = false;
function fl_ExitApplication(event:MouseEvent):void{ NativeApplication.nativeApplication.exit(0);}
[Code].....
This code is supposed to make the menu popup and when clicked you exit the app.
I want someting similar to hppen without the movie clip making the app exit. My movie clip has other little buttons that make different information appear as you click on each one.
View 1 Replies
Sep 16, 2011
I would not have asked the question if I owned an iphone, but so far I only have an android phone for development.
The question is: Should I use the View.viewMenuItems that are provided by flex mobile? Or should I better embed the functionality in another way? I don't know what possibilities might exist on iphone to open the menu, because it has no hardware button "menu".
By the way: How could I open the menu in the Flash-Builder mobile device emulator - there are no buttons, too..
View 2 Replies
Oct 29, 2010
I would like to create an Options Menu in my Flash AIR application for Android. I've figured out already, that this ActionScript code could be used for capturing the hardware Menu button press event:
stage.addEventListener(KeyboardEvent.KEY_DOWN, _onKeyDown);
function onKeyDown(event:KeyboardEvent):void {
if(event.keyCode == Keyboard.MENU) {
event.preventDefault();
trace("Menu Pressed");
}}
But how do you create the actual menu? If you can't do it with AIR, then has anybody tried to recreate/mimic it manually already and could you please share the properties (colors, transparency, any gradients?) and transitions (sliding in/out) you've used? I've found some guidelines already, but any Flash-specific tips/properties (like which easing to use for sliding transitions?).
View 2 Replies
May 6, 2011
I am trying to implement a list of checkboxes and a Android Form App I am working on. I want the list to only have single selection, i.e. I can only select one option from the list.... for some reason I can not find any code to do this, I am using Flashbuilder and the Flex framework?
View 1 Replies
Aug 4, 2011
how to get a menu to pop up in Flash CS5 when coding for an android app.
Basically I have a nice, simple app that when you press the menu button on your phone I want a movie clip to pop up at the bottom of the screen that then acts as a menu for the app. When you press the menu button again the movie clip disappears. There is some code in the sample files in flash cs5 but it won't seem to work for me.
View 0 Replies
Aug 25, 2011
develop apps for Android (creating .apk's using the bunddled Air).
I'd like to know how can I use the "native" Android menu on my app.
View 1 Replies
Jan 4, 2012
how 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 Replies
Aug 9, 2004
I have successfully created a VB6 app that loads a swf movie. However the loaded movie is a preloader that subsequently loads another swf using loadMovieNum() which no longer appears to work. Does anyone know why this might be? I am using the Flash.ocx and specifying files that exist in the same directory by name only but have tried fully qualified paths as well.
View 1 Replies
Jan 25, 2011
i have an AIR android app which i am running on an android device ( samsung TAB ). i want the app to get laid out in landscape mode when the user starts the app holding the device in landscape ( same goes with portrait ).
but the AIR app always gets started in portrait mode irrespective of the way the device is held.
i tried the following ways use stage.deviceorientation (but when the app starts (after the applicationComplete notification ) the value is UNKNOWN) use stage resize event. (this gets triggered at start itself, a manual resize is not required - the values are based on portrait mode though - the width is 600 and height is 1024 (should have been otherway) )
i get correct values when i try changing the orientation of device, only at the startup i see problem with the required values.
View 1 Replies
Oct 28, 2011
I have an as3 built osmf video player swf that we embed on a standard HTML page. When you touch the image the video automatically goes fullscreen and begins playing. Droid and Flash often break after changing back and forth between landscape and portrait while in fullscreen.(by break I mean freeze, where you can hear the video and use the controls, but everything is just a still frozen image, the redrawing fails).Can you lock the fullscreen orientation in html, javascript, or do you have to try to handle it inside the swf?
View 1 Replies
Mar 14, 2012
I working on a project where the client side need to capture video and audio from the camera, use some library (proberly ffmpeg) to convert from mp4 to flv and send it to flash server on realtime,in the other side the client need to get flv and convert it to video type of android on real time. Is it possible to do?
View 2 Replies
Aug 15, 2011
I'm developing an Adobe Air 2.6 app for android tablets (using ActionScript 3.0 and Flash Builder 4.5).I want to know how can I handle user back key press.
View 1 Replies
Dec 29, 2010
I am porting my flash games on android. I have ported 3 successfully. But the problem with all of them is they are giving very low frame rate near about 7-8. And I have observed 1 thing that frame rate always varies. Sometimes it goes upto 45 and again in next frame it comes to 3-4 and again goes to 15-16.
I am quite confused. Please let me know if anyone is having any idea about this.
View 1 Replies
Apr 14, 2011
I am loading flash SWFs into an android WebView.I want the SWF to be instantly fullscreen and focused.The class name that handles flash is com.adobe.flashplayer.FlashPaintSurface .
Watching the log, when I fullscreen the flash manually, it calls com.adobe.flashplayer.FlashPaintSurface.toggleFullScreen()The first part of my question is, How can i call that method manually for my flash swf? Note that with a webview with a flash embedded, the only way i seem to be able to fullscreen it properly (to have flash's surfaceview fullscreen instead of the flash being displayed over top of the webview view) is by touching the screen with two fingers until an interface pops up at the top of the screen, and doesnt happen reliably.For focus, inside my webview class I call
@Override
protected boolean drawChild (Canvas canvas, View child, long drawingTime) {
if (child.getClass().getName().equals("com.adobe.flashplayer.FlashPaintSurface")) {
[code]...
This doesnt set the focus as I thought it would. Although i assume, if fullscreened properly, the flashpaintsurface should give itself focus. But if if the first part is not doable, i would wonder at least to not have to give focus to the SWF by clicking on it on startup.
View 1 Replies
Dec 2, 2011
I gone thorough the adobe flash builder video tutorials and did the same thing to create an application for android device, but when i run the application it is showing Sorry dialog box saying that, The application Test1-debug(process air.Test1.debug) has stopped unexpectedly. Please try again. I tried many times but it is not working. Initially i thought no Adobe-AIR in my device, but it is there. I am using Reliance 3G Tab. I don't why it is not working, if anybody know this please reply me.
One more thing, i downloaded one APK (which is designed with adobe flash or flex) file from [URL]..and installed on my android device. When i run that application only blank screen is appearing, but in video they shown, it is working. Why it is happening like this?? Is any problem with my tablet ?? or application ?? or adobe AIR not installed properly on device ?? Like this i am getting too many doubts.
View 1 Replies
Feb 21, 2012
What is the right way to view .Swf files that plays .Flv videos in Android? The code that I am using right now to enable Flash support in web view is
[Code]....
For the HTML file, I'm using swfObject. The problem is that I can open up the SWF file just fine from third party apps like SWF Player from the market. In addition, I can load up the HTML page from the browser by calling it directly through file:///. However, when I load it up using my webview, I'm stuck with a blank screen.
View 1 Replies
Oct 27, 2006
Is it possible to develop original content with Actionscript using bespoke question formats and transfer this to a LMS. I have just developed lots of script without using the question templates & feel that it has been a waste if I cannot make it SCORM compliant. The alternative is that I switch off so much of the functionality and just use the question templates but it will make so much of it bland.
View 1 Replies
Jun 6, 2006
i am creating a dynamic site that pulls all of its content from and access database. i would like to make the entire page in flash. i have never used flash to pull any content from a datbase before.i can only seem to find tutorials for flash 8 or flash 5,nothing for mx2004.
View 4 Replies
Dec 25, 2009
I have an XHTML website, in which I want to incorporate my Flash movie, that contains several buttons linked to the Dreamweaver website.
View 6 Replies
Oct 27, 2010
I must integrate a .jar file into a flash project. The project is like this: There'll be a flash video player for a Web Browser with Play, Pause, Stop commands. I must use voice commands to trigger the player actions. I have a .jar that makes the voice recognition so I want to integrate this file with my Flash Player.Is this possible?
P.S.: You may wonder why I don't use other tools, but it's a project for University with given materials, so I really need to use Flash + this given .jar .
View 1 Replies
Jan 5, 2010
Does anyone know anything about integrating 3ds max models into flash, Can it even be done?
View 9 Replies
May 7, 2005
i have some problems in integrating with my own flash. 1st of all.. let me define the key things
1st step.. the flash will detect the xml. 2nd, it detect whether if it has people on air on the studio or not refer to the time. 3rd, if its between the [timeid] range ( 0-7) it has a slot but either has a dj or not, if the timeid = 8 , no slot and no deejays here is my core part of problem..
the flash will show the slot language pics background = MC ( session ), the slot name = dynamic text area ( slonem ), and who's the deejays = dynamic text area (djnem), of the current time, if there's no one on air or no slot , the pics background = MC ( session ) will show music only.
i'll include also my xml file and my dummy file for this thing.. also iincluded is the original schedule that working properly.. the original schedule and the dummy is basically different just they read from same xml file..
i just learn xml just a few months back then also with action script with help from my roomate [URL]..
View 1 Replies
Jan 19, 2012
i have a basic movie clip in flash, inside the movie clip is some text and i was wondering wether it would be possible to change the text using xml meaning the .FLA file doesn't even need to be opened. Obviously i've tried researching this but decent information on xml/flash integration seems to be pretty hard to find.: I know there's a lot of pro's here at kirupa, so if you know much about flash/xml integration
View 3 Replies
May 7, 2005
i have some problems in integrating with my own flash.1st of all.. let me define the key things
1st step.. the flash will detect the xml
2nd, it detect whether if it has people on air on the studio or not refer to the time.
3rd, if its between the [timeid] range ( 0-7) it has a slot but either has a dj or not, if the timeid = 8 , no slot and no deejays
the flash will show the slot language pics background = MC ( session ), the slot name = dynamic text area ( slonem ), and who's the deejays = dynamic text area (djnem), of the current time,if there's no one on air or no slot , the pics background = MC ( session ) will show music only.i'll include also my xml file and my dummy file for this thing.. also iincluded is the original schedule that working properly.. the original schedule and the dummy is basically different just they read from same xml file.i just learn xml just a few months back then also with action script with help from my roomate.
View 1 Replies
Sep 14, 2010
I want to use Adobe Flash in the development of Android applications. But how do I install flash on the emulator so that I can test my software with flash?
View 5 Replies
Jun 1, 2011
I need to add some animation to the UI of my application. Something similar to the Talking Tom application that is all the rage these days. I am a complete noob to animation, so had the following questions to zero in on a particular platform before I began with any development.
Out of Flash/Rendered Images/OpenGL which one would be the fastest to implement (assuming that I have a graphics designer to do the drawing)? If I was to go with flash, would I still be able to interact with the application or will it be more of a one-way play-and-stop kind of animation? I have looked over a lot of questions on SO about this issue and have not been able to make up my mind.
View 2 Replies