Group {
    children [
//        DirectionalLight { //- This does notrender audio on Windows
//            color 1 1 1
//        }
        Viewpoint {
            fieldOfView 0.785398
        }
        Transform {
            translation -2 0 0
            rotation 1 1 0 45
            children [

		Shape {
			appearance Appearance {
				material Material2D {
					emissiveColor 1 0 0
					filled TRUE
				}

				texture MovieTexture {  
					url 2
					startTime 0
					stopTime -1
				}			
			}

			geometry Box {
			}
		}				

				Sound {
					source AudioSource {
						url 3
						startTime 0
						stopTime -1
					}
        		}
            ]
        }
    ]
}

UPDATE OD [
	{
	  objectDescriptorID	2
	  muxScript	twovideoaudiompegj.scr
	}
	{
	  objectDescriptorID	3
	  muxScript	twovideoaudiompegj.scr
	}
	{
	  objectDescriptorID	4
	  muxScript	twovideoaudiompegj.scr
	}
]


