Movie URL www on Object as Texture ?

Bonjour,

Hello, I am building my galleries for my Noomuseum, where there will be some video screens.

But I have some littles problems with movies textures :

Is it possible to map on a cube, a .ogg movie store somewhere in the net at a www url like the Unity3D demo movie,
http://www.unity3d.com/webplayers/Movie/sample.ogg ?

or like my short 3D movie http://www.yannminh.org/ShortFilms/NooGenesis-512.ogg

The Unity3D demo works fine for me, and I am able to open my movie in a GUI, like in this demonstration :

I know how to map on an object a local Movie as texture like here :

But I don’t know how to write a script to map an WWW Url .ogg movie on an object…

Thanks for your help…

Yann NooNoob

the www is the same. just that you use www.texture to assign it to the objects material, normally someMaterial.mainTexture if you use unity standard shaders.
See the script reference of materials on the matter of how to dynamically change textures