Skip to main content
rjoshicool
Inspiring
January 25, 2011
Question

Scrolling a list in application published for iPhone

  • January 25, 2011
  • 1 reply
  • 606 views

I am creating an application in Flash CS5 which will be published for iPhone. I need to scroll a list of entries, just like we have a list of songs in iPhone. I am not able to get how to make the scrolling of the list possible. I tried using TouchEvent class but it is not firing any method in Device Central.

This topic has been closed for replies.

1 reply

January 25, 2011

FWIW - mouse events work on iPhone/iPad exactly like they do for a normal Flash app. So you'dprobably want to test for a CLICK or MOUSE_DOWN instead of a touch event...