Skip to main content
Known Participant
July 22, 2011
Question

Finished iPad App

  • July 22, 2011
  • 4 replies
  • 901 views

I just wanted say thanks to all the dedicated participants of this forum, who freely share ideas, code and help solve problems and offer support.

I'm a motion graphics artist who does a bit of Flash dev for the studio I work at when we need it. I couldn't have done this without the support of this forum.

Here's a short video of my app. It's nothing special but it does the trick and will be a great way to present our work to clients. Thanks again

http://www.youtube.com/watch?v=E29ZZX_s1a0

This topic has been closed for replies.

4 replies

Known Participant
July 22, 2011

Hey guys

Thanks for all your kind comments, you'll find my code for the scrolling solution in this thread along with some hurdles and my solutions that I worked out along the way...

It's not complex code, quite simple really compared to some actionscript I've seen posted.

Enjoy

http://forums.adobe.com/thread/879514?tstart=0

Known Participant
July 22, 2011

That's fantastic! What code did you used to scroll the background and play videos?

I'm trying to do that as you... but I'm not able to... can you help me?

This is my personal email: io.magno3@yahoo.it

Thank you very much!

Known Participant
July 22, 2011

Hi Brandon, for the video, I used FLVs in FLV Components.

Try this, drag an FLV 2.5 component to stage, make it 1024 x 576 and make a movie clip (F8).

Now open the movie clip and drag some UI components to the stage underneath the FLV component such as play / pause, stop, seekbar, mute, whatever you like.

Configure the FLV parameters in the component inspector for the player.

Now when you call on this movie clip from a button you'll have video on your stage (it will auto play by default but you can change that if you want).

Enjoy!

Known Participant
July 22, 2011

Thank you Mike for your amazing code and help! I will try your solutions.

Can you send me your email address at mine? maxprogrammer94@gmail.com

I want to show you my work and have suggestions.

Thank you

Brandon

Known Participant
July 22, 2011

That's a great demo Mike. You should be proud! I'm an animator learning the AS3 ropes too, and I hope to learn how to do this.

Is it correct that you are scrolling across one big image?

I tried to follow Lee's tutorial, using separate photo images, but it looked far too complicated..

Cheers,

Matt

Frédéric C.
Inspiring
July 22, 2011

Nice and clean, good job.

Did you use something special for achieving this smooth scrolling effect?