Archive for April, 2008
PaperCube - Loading Videos and Bitmap at runtime with Papervision3D
Good morning,
instead of chilling in the sun, i decided to refactor the PaperCube. In that version, you could load videos and bitmaps at runtime, driven by a XML-File.
Note: In some cases (i didn’t had the time to inspect the code), there is a bitmap error( ArgumentError: Error #2015: Ungültiges BitmapData.) In that case just refresh with the f5-key and everything will works fine. Computer are sometimes like girls
Papergrid - Get more into PV3D and Flex
Ok, not that new but i think why not share that experiment. Again it`s based by a PV3D-Flash App coded by Lee Brimelow
It show how to integrate a bitmap into the Flex Framework - I like it more to code AS3 in Flex because it`s so intuitive to extend the built in Flex-Classes. How said it Doug McCune :
Flex changed my life
![]()
PaperGrid in action
PaperGrid’s code
PaperCube - How to use MovieMaterial in a Flex App
Moin,moin
influenced by the one an only Lee Brimelow , who made a demo using the Great White Repository of Papervision 2.0, in which he gave interactivity for MovieClips, i tried to make the same with a Flex based application. It`s not that easy, than it is in a Flash based app, but the good thing, when using the Flex Framework, that everything works, when you understand the core functionality. So that line is the magic for creating a silly cube with Papervision
var cube_right:DisplayObject = new Images.skyline() as DisplayObject; cube_right.name = "right";
That is the same approach when using a MovieClip with the Flash IDE. But in Flex you have to cast an embedded image as a DisplayObject for the sake of interactivity.
UPDATED VERSION WILL BE FOUND HERE
11 comments

