views:

181

answers:

4

Is it possible to build Flash player 10 stuff, specifically papervision in Flex Builder latest version?

+2  A: 

Yes. Just get the latest version of the SDK.

I found some instructions for setting up the FP10 preview, should be pretty similar for the full version.

grapefrukt
A: 

Yes, it's possible, just add this when compiling:

-target-player 10

You also need lastest Flex SDK as noted.

Zárate
A: 

Maybe you got something wrong. Papervision3D is not Flash Player 10 exclusive. You can run Papervision3D with Flash Player 9. So you don't have to go through that hassle. Escpecially since only a minority of people have FP 10 installed yet.

monkee
I'm not so concerned about install base. I just want to play with the bleeding edge.
CVertex
FP 10 has a native Z-Axis now, but PaperVision3D does not need that.
monkee
where on earth did you get the idea only a minority of people have FP10? .. check http://www.adobe.com/products/player_census/flashplayer/version_penetration.html
Scott Evernden
A: 

Pepervision3D currently does NOT take advantage of FP10's non-affine transform capability and still slices and dices quads into triangles. Meaning it works just fine for both FP9 and FP10. .. PapervisionX will appear some day and improve on this

Scott Evernden