Flash :: Iphone - Packager For IOS And Touch Events Don't Work

Jul 12, 2011

I am trying Flash CS5 for ios development, but TouchEvents don't works on my ipod. My ipod is jailbroken. The code I try is here:

[Code]...

View 1 Replies


Similar Posts:


Actionscript 3 :: Iphone - Touch Events Vs Mouse Click Events?

Jan 11, 2012

Just wanted to ask if there is any advantage for either using mouse click event or touch tap events, when writing apps for mobiles or tablets (for the iphone especially)?

I know that both of them should work fine, but in term of performance, is anyone better? Are there any things I should be aware of when choosing either?

By the way am using actionscript3 to implement the app.

View 3 Replies

Iphone :: Flash Packager For IPhone : Use Core-Data Or Other Database?

Dec 19, 2010

I'm wondering if the flash packager for iPhone allows you to somehow save data in some kind of database maybe using Core Data or any other form? If it just allows you to export some kind of actionscript based game but doesn't allow for saving data that'd be kinda weak I'd assume so they must have a way (?).

View 1 Replies

Iphone - Flex - Create Ipa For Testing On Device Using IPhone Packager?

Sep 11, 2010

i'm following Christian Cantrell guide for packaging AS3 application for iPhone, but i can't find a way to use the packager for creating an app for testing on device. I've tried with -target ipa-test and -target ipa-app-store but when i try to upload my app on the iPad, iTunes throws an error sayng that i'm not allowed.I've done a simple test using the Packager bundled width CS5 (with the same certificates) and everything gone right.

Is is possible to use CS5 Packager for Flex project ? (i know that flex isn't optimized for mobile)

View 2 Replies

Professional :: Iphone Packager In Flash Cs5!?

May 10, 2010

Does it legally to use the iphone packager in cs5 to make games for iphone?As I read many articles on the internet wich are talking about that apple categorize the conversion from flash to iphone as illeagel method to deviler phone applications.

View 2 Replies

ActionScript 3.0 :: Touch Events Don't Work On An Actual Device

Jun 10, 2011

I have a (semi) functioning prototype of an app and am trying to test it on an iPad.But when I export and install the ipa on my iPad through iTunes and Launch, most of the functionality is gone. In fact, all that happens is my buttons light up. Nothing does anything else.
 
Player: AIR for iOS
Script: Actionscript 3.0
Included .swf, .xml, and all relevant .as class files
Published using quick publish for device testing
 
And that's it. I opened the .ipa in iTunes and synced. And nothing works.

View 12 Replies

Flash :: Play Video In App For IOs (iPhone Packager)?

Feb 1, 2011

Reading the iphone packager's FAQ from Adobe Labs i read:

Can I play H.264 Video from Flash content on iOS?

Yes. You can play H.264 video from Flash content by launching the content in the native iOS video player. You cannot play back H.264 content directly within the application.

how can i play an H264 content in the native IOS video player ?

View 2 Replies

Iphone :: One Frontend For IPhone/iPad, Android And Multi-Touch Displays?

Sep 6, 2010

I have built a multi-touch application which is based on a Java EE backend and combined with BlazeDS to a Adobe Flex frontend. The application runs on a DIY-Multi-Touch which I built. Now I want to use another solution. The Adobe Flex frontend (with a multitouch library) and the BlazeDS adapter should be replaced by a solution which covers iPhone/iPad, Android and commercial Multi-Touch displays.

The problem is the iPad/iPhone, there is no Flash Player runtime (not the jail-breaked ones), but the application should be runnable also on those devices. So Adobe Flex and a Java frontend (no JVM on the iPhone/iPad) is not possible anymore. At first, starting the developing of the application it was not neccessary, to run it on Apples mobile devices, but this changed So, what can I do, using HTML5? So I can use it for Android and iPhone/iPad. But I also want to make it possible to use it on a commercial multi-touch-display and normal display with a mouse (I only have gestures for one finger, the 2-finger gestures are not neccessary). Are there any frameworks that allow this? Because I do not want to create several frontends (App for iPhone/iPad on Objective-C and a Adobe Flex for all other devices), it would be great if I can build a frontend for all devices.

View 2 Replies

Flash :: Write An Application That Plays Music In The Background On IOS Using Adobe Packager For IPhone?

Feb 2, 2011

I would like my application to be able to remain running while the user goes and uses another application. (It will be playing music) Additionally, how to communicate w/ Cocoa Touch from this environment?

If you think this is not possible, which platforms are capable of this (other than the obj-c mac x-code route, which I am trying to avoid)?

View 1 Replies

Professional :: Packager For IPhone Feature?

Feb 21, 2010

I am very interested in any information about the new  Packager for iPhone feature for cs4 flash professional.

View 5 Replies

Professional :: IPhone Packager CS5.5 Not Displaying GlowFilter?

Jun 8, 2011

I've tried many alternatives to get a text field to show the glow effect on the iPod, but none worked.

It works when I run a .swf on my PC, but the glow filter will not show up on my iPod Touch after I convert it into a .ipa with Flash CS5.5

Is there a method that will currently work?
 
Is this a bug or something not implemented yet?

View 3 Replies

Actionscript 3 :: Packager For IPhone App Download Content?

Feb 4, 2011

I am in the stages of designing a magazine concept for a client, taking the printed version and adding animated and interactive content, it seems Flash would be the obvious choice, and something which I am reasonably skilled with.

If I build the Magazine app with Flash, will the app be able to download additional issues? if so please point to any resources on the subject if possible.

View 1 Replies

CS5.5 IPhone Packager - Test The App On An Actual Device?

Jun 15, 2011

I am using CS5.5 to develop an iOS app and when trying to test the app on an actual device it says that it is not compatible with this device. If i save out the document to CS5 and export it through the CS5 packager and install the app it seems to work fine. Has anyone else had any issues like this? Any work arounds?

View 4 Replies

Actionscript 3 :: IPhone Packager AS3 Failing To Convert Switch Case Statement

Sep 22, 2010

I've been creating an application using the Adobe AIR Packager for iPhone (command line style).The app consists of a lot of screens that provide various information, and the navigation is handled all in the document class via an event-triggered function that uses a large switch-case statement to determine what screen to go to.

When we compiled it through the iPhone Packager and tried to test it on one of our phones, it would load up to a blank screen.

After some error testing it was revealed that the switch-case itself is causing a problem (changing it to an if-else that had the same functionality worked just fine). Does anyone know whether this is a known issue, or if something can be done to fix that other than converting it to an if-else.

View 1 Replies

ActionScript 3 :: Library For Similar To JQuery Touch For Developing IPhone Applications With Flash?

Aug 5, 2011

Is there a library for ActionScript 3 similar to jQuery touch for developing iPhone applications with Flash?

Basically there is a jQuery library that emulates the native cocoa gui widgets with JavaScript for mobile websites, just wondering if there is something similar in Flash.

An acceptable answer would include, 'there isn't one'.

View 2 Replies

ActionScript 3.0 :: Flash Touch Events Slowing Display In Air Android?

Apr 4, 2011

I'm still having some problems understanding these touch events...or maybe something else..can anyone enlighten me as to what i'm doing wrong in this code?? Only left as1&2 to go to 3 recently so I'm sure I have bad habits and misconceptions but. In the IDE i have a button on the stage called: "touchBtn" and a textfield called "timer"

the problem i have is that if i touch the button fast / lots, the display rate really slows down...I know this is down to something I'm doing totally wrong but not sure what..

[Code]...

View 2 Replies

ActionScript 3.0 :: Make Multi-touch In IPhone App?

Jan 21, 2011

I'm new to these forums and just have a question that I can't seem to find the answer to.I'm building an app for a project that requires the use of mutli-touch, not neccesarily gestures butore like triggering two seperate events on differant parts of the screen at the same time.To be more specific, say i have one movie-clip that triggers an event by a mouseOver listener and anotherthat triggers an event by a mouseDown listener, is it possible to have these events trigger simultaneously when theuser places a finger on each movie clip at the same time?

View 10 Replies

Iphone :: Touch Gesture Stops & Plays Animation?

Apr 23, 2011

I have made an animation in Flash, that would be ported to the iPhone/iPad; I want the animation to play when you rotate your finger on the screen and to stop immediately when the finger is lifted (Without starting the animation over), When the user would continue rotating their finger, the animation would continue to play.

How would I approach this in ActionScript 3.0?

View 1 Replies

ActionScript 3.0 :: Flash To Simply Deal With As Multiple Mouse Down Events Rather Than Going Into Multi-touch Gestures

Mar 17, 2010

I have made a jigsaw puzzle game, that can be scaled up to have lots of pieces. Now I want to implement it so it can be played by more than one person at a time on a large multi-touch screen. I'm not sure how is best to proceed.

Ive had a look at some development kits and some tutorials and they seem to go into too many gestures etc. I literally only need the capability to move more than one piece at a time. So is it possible for flash to simply deal with this as multiple mouse down events rather than going into multi-touch gestures etc. Or do I need to do it another way?

View 2 Replies

Professional :: Alternative Content Safari On IOS Devices IPad IPhone IPod Touch?

Dec 27, 2011

Is there a documented best practice for providing alternate content for Flash in Safari on iOS devices?I am getting white space where my Flash animation would normally appear, and management is displeased. I need to display alternative content in this space.

View 1 Replies

ActionScript 3.0 :: Touch Events Still Not Registering?

Aug 28, 2011

I changed them all to mouse events (I was told mouse events would still work on an iPad) and without doing anything else (just changing them to mouse events) the app started to function in testing. But then I transferred it to my iPad and it didn't work. At all. It didn't do anything.

[Code]...

View 1 Replies

Professional :: Test Touch Events In SWF File?

May 7, 2011

I am trying to write a simple program, just to practice, that will use touch events for an iPad. I don't have a developer account and so am testing the app on my computer. However, it does nothing. Clicking the mouse on the movie clip does nothing. I even copy and pasted someone else's code so that I was sure it wasn't because I got my syntax wrong. Nothing. Is there a way to test touch events on a computer, or do I have to compile the app and send it to an iPad everytime I want to test the app? Is there no AIR simulator that will simulate touch events using a mouse, as there is with XCode?

View 4 Replies

ActionScript 3.0 :: Multi-Touch Events Passing Through Objects?

Jan 18, 2011

I wrote a code for handling google maps in a multi touch table. On the map itself, I have a sort of button that, if touched, makes a tool bar show up. On the bar I have a slider and a button, both of them activated by touch events. My problem here is that when I touch objects on the bar, the touch event pass through the bar and it is fired also on the map below, making my map move. Uff, this is very annoying.

View 1 Replies

Existing Flash Site Work In IPhone And IPads?

Apr 11, 2012

My current HTML4 transitional website has several flash videos. How could I make them play in Apple devices with minimal changes? I've seen numerous threads but I've got confused. Some possible ways suggested in these threads:Identify device from request and serve another format video. Which format should be served here? I need to maintain all videos in 2 format? H.264 encoding was suggested here.HTML 5 options.

View 1 Replies

Flash :: Setup A Files That Can Work For Both Iphone And Ipad?

Aug 20, 2011

I usually used as3 in flash to develop game, but I always do for a fixed size of file. But in itunes there are a lot of app work for both ipad - 768x1024 and iphone 640x940 (this size is iphone 4) and even different iphone generation has different size too. So how can i use flash to make one app that can work for all of these devices?

View 1 Replies

Iphone :: Actionscript Style Events In Objective-C?

Jul 7, 2010

I have an iPhone app with an UIApplicationDelegate conforming delegate called MyAppDelegate - it has a UIWindow.Instead of adding buttons, labels and whatnot directly to the window, I guess I'm supposed to make a child class of UIViewController for every screen I wanna make. When that screen should be displayed, I add the respective controller's view to the window as a subview. When another screen should be displayed, I should pop off any other view from the window and add the new view. Hope I got everything correct so far...

My intent is to make each view controller only know about its own things, so let's say I wanna call view A from view B, in ActionScript I'd add a button in A firing off an event which would be caught in view A's owning object (could be the application), which could take proper action (remove view A, instantiate view B and display it).How do I do this in Objective-C?

View 2 Replies

Actionscript 3 :: Adobe Device TouchEvent Test - Single Touch Doesn't Work

Apr 5, 2012

test touchEvent on Adobe Device Cental, google it can't find any information. I know you can do multi touch, but single Touch doesn't seem to work.

View 1 Replies

Flash :: NetStream Status Events Not Work?

Jan 27, 2011

I have a bunch of potential random strings for recvStream.play("randomstring");then i have a timer checking every 5 seconds on a function that runs an event listener:

recvStream.addEventListener(NetStatusEvent.NET_STATUS,
netConnectionHandler);

then im thinking in a switch statement i can use it to check if it's an active stream or not to either have it search for another stream that should be active or stop the timer and let it play.

// i was thinking this would verify it's playing and then that's it
case "NetStream.Play.Start" :
trace("ITS PLAYING YOU SHOULD SEE SOMETHING");[code].....

//I also tried NetStream.Play.StreamNotFound instead of NetStream.Buffer.Empty didn't work either.But it really doesn't work like that. Is there something else I should be using instead of NetStream.Buffer.Empty ? Or something else all together? I'm using Actionscript 3 in Flash CS5 and I'm using Cirrus RTMFP

View 1 Replies

Flash :: ContextMenu Events Don't Work With IE8 And Chrome

Jun 17, 2011

I succeed to display the menu (ContextMenu AS3 class) but associated events (ContextMenuEvent.MENU_SELECT and ContextMenuEvent.MENU_ITEM_SELECT) don't work with IE >= 8 and Chrome >= 12:

AS file :

package
{
import flash.display.*;
import flash.ui.*;

[Code].....

View 2 Replies

Flash - Why Do Certain Mouse Events Work In All Browsers But Chrome

Feb 16, 2011

I have some code that gets fired on these mouse events:

button.addEventListener(MouseEvent.MOUSE_UP, function(e:MouseEvent) { ...
button.addEventListener(MouseEvent.MOUSE_OVER, function(e:MouseEvent) { ...
button.addEventListener(MouseEvent.MOUSE_OUT, function(e:MouseEvent) { ...

They all work in all browsers, except for Chrome, where MOUSE_OVER and MOUSE_OUT trigger the events, but MOUSE_UP does not trigger the event. I also tried CLICK, same story.I would suspect that there is some sort of interfering layer or offset in the Chrome rendering, but then wouldn't the other mouse events not register as well?

View 1 Replies







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