Skip to main content
iBabs2
Inspiring
February 7, 2012
Answered

An Extension that allows user to scrub a 3-d image

  • February 7, 2012
  • 1 reply
  • 5368 views

Hello,

I am trying to find a way to take a rendering/animation that its flash or an animated gif, that has every frame photographed around an object, and animates on its own now.

What I would like is the ability for a user, on a tablet or iPhone or any smartphone, to be able to use their finger with some kind of scrubby element that lets them move the image to different locations.

Is there any extension that anyone knows out there to do this, or can anyone guide me in the right direction.

I was thinking of trying something in Flash, but then, I can't use it on an iPad or iPhone.

Any help is greatly appreciated!

thanks

babs

This topic has been closed for replies.
Correct answer markerline

You can always code it in Flash as a timeline animation with touch-based buttons using AS 3.0...  Then for the iOS port you can use the Publish Settings to export it to iOS.  It's been a while since I have transferred anything to iOS but my belief is that it can still be done.  But do be careful the way you code because your app could get corrupted.  I've cded somewhat poorly in the past and ported to iOS AND Android and both files got corrupted.  I'm not sure what I can do about it but give it a shot.  If you have an Android device or emulator it would be worth publishing your Flash work as an Android app as well.

All of this porting is done from within Flash, not Dreamweaver, by the way.

Message was edited by: markerline

1 reply

markerline
markerlineCorrect answer
Inspiring
February 7, 2012

You can always code it in Flash as a timeline animation with touch-based buttons using AS 3.0...  Then for the iOS port you can use the Publish Settings to export it to iOS.  It's been a while since I have transferred anything to iOS but my belief is that it can still be done.  But do be careful the way you code because your app could get corrupted.  I've cded somewhat poorly in the past and ported to iOS AND Android and both files got corrupted.  I'm not sure what I can do about it but give it a shot.  If you have an Android device or emulator it would be worth publishing your Flash work as an Android app as well.

All of this porting is done from within Flash, not Dreamweaver, by the way.

Message was edited by: markerline

iBabs2
iBabs2Author
Inspiring
February 7, 2012

Hello

I didn't even realize there was an export option that might work on an iPhone. I've just dismissed any thought of flash in the past.

I will work on putting something together in flash and trying this.

Thanks !!

Babs

markerline
Inspiring
February 9, 2012

What do you get if you do the following?:

File>New>ActionScript 3.0 ...... AIR for Android.....AIR for iOS in the list of file tables that you can create?


btw if you do get those options create a new AS3.0 file and then change your Publish Settings to output to AIR for iOS rather than starting with an AIR for iOS file.  That way you can debug properly in Flash first using the SWF playback engine.