Flash API: import image to cubeface with AS

Q&A about the latest versions
Post Reply
Oleg_Byadretdinov
Posts: 2
Joined: Fri Oct 17, 2008 4:41 pm

Is it possible: import image to cubefase width ActionScript (Flash API)?

P.S. It would be wonderful: import movie-object to cubefase. Is it possible?

P.P.S. Sorry for my poor english.
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

what advantage do you have by loading cube faces ?

2 -3 mb single panorama file you see gray version during loading.
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Oleg_Byadretdinov wrote:Is it possible: import image to cubefase width ActionScript (Flash API)?
Yes, the call is

Code: Select all

<movieclip>.pano.loadTile(tilenr:int,url:String);
This only works if the pano is not fully loaded or with an "externalized" player.
P.S. It would be wonderful: import movie-object to cubefase. Is it possible?
No, because the cube faces are BitmapData objects. At the moment they are stored in an Array called bmpTile... If you know some action script you can draw your elements there...

Disclaimer: This is the current internal structure. This may change at any point in time. Use at your own risk.
MfG, Thomas
Post Reply