-
How to create realistic Earth globe in Flash (AS3, Papervision3D)
posted in ActionScript on 2010-09-16 stage globe var import org papervision3d rotationx rotationy moviematerial sphere stage stageheight stage stagewidth -
Papervision3D is a perfect tool for the purpose. As you will see such a task needs only few lines of code. To make the example a little bit more interesting we will add additional code to control the rotation of the globe by the mouse.
read more
-
Remove the yellow border in flash/flex
posted in ActionScript on 2010-02-26 stage stagefocusrect false easy stage stagefocusrect post rockabit solution -
The solution was so easy: stage.stageFocusRect = false;Thanks to Rockabit for the post here.
read more