How to import video from Web page CMS to assets

How to import video from Web page CMS to assets?

I need to download video from web serves with some web service or from URL into assets, store it there and when necessary, play it.

Is this possible to achieve?

You will be able to do it with some third party software. (The downloading of the video, that is.) But once you have the video downloaded onto your machine you can then bring it over to Unity3D and then using a MovieTexture you can play it. So long as you have Pro.

Sauce: Unity - Scripting API: MovieTexture

Hope it helps!

I’ve got partly an answer from dreamora on [forum][1]
[1]: http://forum.unity3d.com/threads/143908-How-to-import-video-from-Web-page-CMS-to-assets

But still I don’t know how to save bytes to game folder on iOS and use it later.