ParallelGraphics  
Home  »  Developer Zone  »  Products  »  Cortona VRML Client  »  VRML Extensions  »  Flash animations as source for MovieTexture
Flash animations as source for MovieTexture
Flash animations as source for MovieTexture
Scene size: 193bytes
Use the MovieTexture node to place Flash animations in your VRML scene.

Flash Player v.4 or later should be installed on your computer.


Example
#VRML V2.0 utf8
NavigationInfo {
 type "EXAMINE"
}
Transform {
 rotation 1 1 1 1
 children [
  Shape {
   geometry Box {}
   appearance Appearance {
    texture MovieTexture { 
     url "skywrite.swf"
     loop TRUE
    }
   }
  }
 ]
}

You can see this example in Cortona at top left corner of this page.





Last updated: Wed, 19 Nov 2008
© 2000-2008 ParallelGraphics. All rights reserved.