viernes, 24 de mayo de 2013

TIPOS DE FORMATO


SWF
#VRML V2.0 utf8

Shape {
    appearance Appearance {
        texture    MovieTexture {
            loop FALSE
            speed 1
            url    ["video 1.swf"]
        }

    }

    geometry Box {size 3 3 0.6}
}

FLV
#VRML V2.0 utf8

Shape {
    appearance Appearance {
        texture    MovieTexture {
            loop TRUE
            speed 1
            url    ["video 1.flv"]
        }

    }

    geometry Box {size 3 3 0.6}
}




wmv
#VRML V2.0 utf8

Shape {
    appearance Appearance {
        texture    MovieTexture {
            loop TRUE
            speed 1
            url    ["video 1.wmv"]
        }

    }

    geometry Box {size 3 3 0.6}
}


No hay comentarios:

Publicar un comentario