[Papervision3D] Rev 232 - VideoStreamMaterial fixed

John Grden neoriley at gmail.com
Tue Aug 28 20:49:45 PDT 2007


I've fixed the VideoStreamMaterial and it should work just fine.

I had to change the MovieMaterial.movie property to DisplayObject, and it
seems to be working just fine.  So you might have to cast as Sprite in your
code:

var movie:Sprite = material.movie as Sprite;

if( movie ) // do something

if it's not a sprite, then movie will be null.

This means too, that VideoStreamMaterial isn't interactive at the
faceLevelmode with ISM.  If you need to have the ISM set to faceLevelMode
and have the video clickable, then you'll have to create a movieclip on your
own with a video object inside and control it from there.

Hope that makes sense,

John

-- 
[  JPG  ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070828/16e7ec58/attachment.html 


More information about the Papervision3D mailing list