ActionScript 3.0 :: Capture MacBook And Air Multi Touch Scroll?

Jan 31, 2009

Does anyone know if the Flash Player / actionscript can capture MacBook and Air multi touch Scroll (two fingers) or any other multi touch user interactions?

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Multi Touch Textfield?

Dec 19, 2010

I'm doing some application on the multitouch, everything is working fine, everything can be rotate, expand (pinch) but only one problem...all my text field disappear when I rotate it... but somehow the textfield will reappear when I rotate it back to its original angle (180 degree)...

can anyone tell me what to do so that my textfield will not disappear when I rotate it?

View 1 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

Android :: Multi Touch And Adobe AIR For Mobile?

Jan 2, 2012

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.

View 2 Replies

Zoom Flash Multi-touch On Windows 7 / Configurable?

Oct 29, 2009

I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that somewhere the gesture is getting converted to mouse wheels. The only problem is that the zooming is really slow.

View 1 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

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

ActionScript 3.0 :: Text Touch Scroll For Mobile App?

Sep 14, 2011

I have started developing a simple iphone app in flash CS5In that app there is a bulk of text in ABOUT US section which need touch scrolling.right now i have added scroll bar.But i want to make the text touch scroll able..Since i will be using it in Iphone.

View 1 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

Actionscript 3 :: Event To Capture The Scroll Of A Datagrid?

Sep 1, 2011

I have 2 questions: 1. What would be the event to capture the fact a scroll has taken place in a datagrid?
2. Does anyone have any suggestions on how one could disable the scroll of the datagrid when a user clicks a cell then drags out of the datagid?

View 1 Replies

ActionScript 3.0 :: Scroll Pane For Multi Gallery Category Buttons

Aug 25, 2009

I am building a photo gallery in which the images are loaded into a frame_mc and the thumbs are loaded into a movieclip called thumbLoader. The gallery is going to have several categories, every category has its own button and is found on a separate keyframe on the main timeline. When I click the button of a specific category it goes to the appropriate category/gallery. I have a questions:I want to create a horizontal scroll pane for the category buttons but I really do not know the code. For a start, I know I'm going to make the buttons as movie clips, and the scroll pane has to scroll those movie clips. I want to have 2 direction buttons, one that scrolls the category buttons to the right, and the other one to the left.

View 2 Replies

Click The Url It Seems It Loads From MacBook?

Oct 25, 2009

I have built a full flash site were i have loaded the .swf into a dreamweaver page named index.html.
 
I then upload the index.html and the associated .swf file to my homepage.
 
Start up the webpage and all looks good.

I then update the .swf and upload the new one but the change does no show. I can see the change on my laptop, from another PC or if i type /index.html after the address.
 
I even deleted my index.html and the .swf and could still see the webpage on the same MacBook as it is created on (only).

View 1 Replies

Accessing Webcam On MacBook Pro Through Flash CS4?

Aug 9, 2009

I've been trying to access my webcam on my macbook pro using flash cs4 in an attempt to try and use the live feed to detect levels of motion and from there use that information to alter / animate an image on the screen (idea being more movement = more change in image), however I cant seem to get my webcam to even stream out and play on a flash file.

The code I am using is:
start code
var camera;
var video;
camera = Camera.getCamera();
video = new Video(camera.width * 2, camera.height * 20);
video.attachCamera(camera);
addChild(video);
end code

And when I run the file it asks for me to grant access to webcam / microphones (which is what it should do) but it doesnt stream to the file.

View 1 Replies

ActionScript 3.0 :: Get MacBook Pro Function Keycode?

Aug 16, 2010

How to get MacBook Pro Function Keycode in AS3.0. Then how to write the function+delete press event in MacBook Pro. the MacBook Pro Function Keycode and Delete Keycode.

View 2 Replies

Professional :: Using The PC - Bigger Screen Than The Macbook?

Mar 2, 2012

I have a Mac and a PC - I have apple specific stuff on the Mac, everything else on the PC. My Adobe software is all on the PC. I like using the PC - bigger screen than the Macbook. Problem is that Adobe is effectively forcing me to use the MacBook.
 
Now I can use Flash to build cross-platform stuff from my PC, but I have to create all the certificates and profiles on the PC. If I want to do IOS development on the Mac I have to generate new certificates and profiles.
 
So switching between using flash/Flash Builder on a PC and native development on a MAc means continually regenerating certificates. If I had a desktop and PC latop, I could install on both, but not a PC and a MacBook. I am totally fed up with Adobe for this stupidity. If anyone knows differrent about the need to regenerate everything according to platform,

View 7 Replies

OSX :: DVD Program And Flash Not Working Right On MacBook Pro?

Jan 12, 2012

I have a DVD that came with a school book the book is called CompTIA A+ Guide to Managing and Maintaining Your PC. It came with a DVD that has some interactive labs on it that work thru html files and flash player. There is a master HTML file on the disk that runs the whole thing. After everything is activated with numbers and all that jazz you have a screen that lists all the labs you can do. You have to set Flash up to allow access to a folder on the DVD that holds the labs HTML files.

I have this working on my PC thru Firefox and Internet Explore. I want to be able to do this on my MacBook pro. So far i can't get it to work on Safari or Firefox or Opera on my Mac. I have set up flash the same way and if I use Finder to go directly to the chapter1_lab1.html file it works. But when i try and do it by access the master HTML file and clicking on one of the labs listed it doesn't work. Safari sits on a blank screen and Firefox gives me this error.

File not found
Firefox can't find the file at file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html

What i have figured out is that on the DVD the files are listed with capitals (Chapter1_Lab1 not chapter1_lab1) If i enter this part into the address bar of Firefox ( file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html) I get the same error if I change the c and l to Capitals it plays the lab. Hope this is understandable. What do I need to do to make it read the file since the master is telling to look for lower case files and for some reason my Mac won't recognize it has the same file with the upper case letters.

View 1 Replies

Professional :: Flash CS5 Unable To Play .FLV Files On Macbook Pro

Jan 18, 2011

I have a colleague who is trying to put together a Flash package for me  on her macbook pro.  It needs to play an flv file. She is unable to play  flv files on her computer either in Flash or using the Adobe Media  Player. I have no problem playing the same files on my macbook pro,  we're both running the latest OS and have version 1.8 of Adobe Media  Player. She went to the Adobe site to download the latest version of Adobe  Media Player, hoping that might include whatever component is missing on  her system. Because of Adobe's decision not to distribute AMP that  didn't help. 

She has Flash Professional CS5 11.0.2 on her system.  When  she imports an flv video into a Flash project and tries to play it she  gets an error message saying it can't stream the video. Note that the  video is on her hard drive, it is NOT on the internet so no streaming  should be required. The actual error message is: "the video player is in the connection  error state. It enters this state when a video stream attempted to load  but was unsuccessful. There are two possible reasons for the error: no  connection to the server or the stream was not found." Since it's a file on her hard drive, and she has loaded the file  into the Adobe development environment successfully, the one thing we  know for certain is that neither of these reasons is correct.

View 1 Replies

Html :: Macbook Taps Not Working On Site, But Clicks Do?

Jan 18, 2012

Not necessarily my own website, but if you browse to [URL] and take a look at the scores/schedules area that has the left/right slider, is there a reason taps that usually register as clicks don't cause the slider to move? Is it a flash bug? Just want to know out of curiosity's sake.

I'm on Google Chrome, OSX Lion, MacbookPro 13".

View 1 Replies

ActionScript 3.0 :: Publish The File On A New Macbook Pro Or IMac The Css Doesn't Work?

Nov 4, 2009

I built a site, and most of the content is pulling from an XML file. I think format some of that text with a css style sheet. When I publish this out on a powerbook running 10.5 with the first release of flash cs4 it works.But when I try to publish the same file on a new macbook pro or iMac the css doesn't work for me. Has anyone run into this kind of problem before?

View 2 Replies

Flex :: Input - Flex On Touch Screen System: Web Sites In Flex Works On Touch Screen System?

Sep 22, 2010

I build a web site in flex that some time take input. Will this website works on Touch Screen environment(KIOSK).My question is we have to make any change to handle input such as prompt on screen keyboard when input fields are get focused or it will manage my device and OS of system(KIOSK, Touch screen system) itself.

View 2 Replies

CS3 Draggable Map For Touch Screen Device?

Mar 5, 2010

We are using CS3 and using actionscript 2.1. We are creating an application for a touch screen device and we must provide a draggable map. I have a map that is much larger than the screen size and I wish to be able to drag the map.Additionally the map needs to contain 'hotspots' which the user can click on and it shows additional information

View 1 Replies

ActionScript 3.0 :: Touch Screen App Considerations

Feb 15, 2011

Firstly, as this app will be running 24/7 I am wondering as to whether I will need to (and if this is possible) to kind of 'flush' the memory to avoid any sort of slow down. There will over a hundred images and many video clips loaded into this app so I'm thinking it may suffer a but under all this? Is there a way to make it streamline and not suck on the pc's resources and memory and to keep any sort of cache empty?Secondly, whenever I have created these sort of apps before I have just copied my projector exe and the corresponding directory of swfs, flvs etc. onto the pc running the app. Is this the best way to go? Or should I be looking into some sort of other method for distribution? Maybe I need to research AIR or FLEX?

View 5 Replies

Black Fri -- Best Phone For Flash 10.1 'touch'?

Nov 26, 2009

I've really been 'chomping-on-the-bit' to try some of the touch programming features of the next release of flash, but I haven't got a phone for it yet.  Flash 10.1 doesn't come out for a little bit so I've been putting off doing any research on it.  But I glanced through the fliers tonight and I'm seeing some REALLY good deals.  So the big question is, which phone would be the best for a touch screen programmer.  I'm not looking to dazzle my friends, but I am looking to have a piece of equipment that will suite my needs as a developer.  I understand that the iPhone doesn't use Flash, so that one is definitely off of the list.

View 5 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

ActionScript 3.0 :: Test If Two Objects Touch Each Other?

Jul 3, 2010

I'm trying to create a game and I need to test if two objects touch each other. the problem is, that the hitTestObject fires before the two MCs actually touch... This is worse if one of them's rotation has been changed. How can I overcome this and get a better hit test? Is there some sort of ready class that deals with this?

View 3 Replies

ActionScript 3.0 :: Touch Screen Programming Using Flash?

Jun 25, 2009

how to develop a touch screen application using flash action script.  It is a kiosk type application.

View 4 Replies

Professional :: Find The Number Of Touch Points?

Jul 23, 2010

I'm using the TouchEvent listener rather than the TransformGestureEvent listener because the TransformGestureEvent listener's built in gestures (particularly zoom) seem to be extremely slow and poorly thought out. So I'm dealing with raw touch data and I need to find the number of current touchpoints. Is there a method that returns the number of touchpoints currently on the screen?

View 1 Replies

ActionScript 3.0 :: Replacing Pan Gesture With Touch Point?

Jan 6, 2011

I am basically developing an application for Android which allow user to zoom in on a certain page and use pan gesture to move around the stage, however, I am just wondering is it possible to replace that pan gesture with touch move input so the user can actually move around the page just using a single touch point?I've tried doing it but the single touch will always overwrite the zoom gesture.Zoom and pan gestures working properly

private function onZoom(event:TransformGestureEvent):void
{
this.scaleX*=event.scaleX;

[code].....

View 1 Replies

Professional :: Touch Page Flips/Scrolls?

May 2, 2011

I've created a flip book in inDesign.Is Flash the best place to work on touch rather than mouse controlled page flips?

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







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