ParallelGraphics
Home  »  Developer Zone  »  Products  »  Cortona3D Viewer  »  VRML Extensions  »  Flash animations as source for MovieTexture
Up to VRML Extensions

AdvancedAppearance 

Animated GIF 

BumpMap 

Collision Detection 

CompositeTexture 

CortonaExtrusion 

CubeEnvironment 

DirectX 9.0 Shaders 

Drag & Drop 

EventUtilities 

Flash animations 

FlashMovie 

FontStyle 

Inline Extension 

Interpolator Nodes 

GradientBackground 

Keyboard Input 

Layers and 2D Nodes 

MipMap 

NavigationInfo 

NURBS 

OrderedGroup 

Panel and HTMLText 

QuickTime 

SFVec2f Interpolator 

SphereEnvironment 

Splines 

Three-Dimensional Text 

TextureTransform3 

TransformSensor 

ViewportSensor 

ZGroup 


Subscribe to Newsletter
 


Google Searchsite search:

 

%(domain)s %(domain)s
Install Cortona3D Viewer

Outline3D


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, 10 Mar 2010
© 2000-2010 ParallelGraphics. All rights reserved. Terms of use.