Making Video Sizes Smaller

by 5 replies
7
Hi guys,

I'm not sure if this is the right spot to be posting this, but I think it might be.

Basically, I'm creating some videos for a product and I'm worried about how they're going to be delivered because of their size.

I've seen other people create an html file that is very small in size and when you open it up you can watch the large sized video in the browser.

How is this done? Is it easy to do?

Are there better options?

Sorry for the very vague question, as you can tell I don't really have any idea what I'm talking about in this regard.

Thanks for any help you can offer in advance!
#programming #making #sizes #smaller #video
  • What is problem? HTML is one thing and video is another. You can embed any video to HTML code with ActiveX or Flash video player. Refer to Flash development documentation or google "Flash video player" for details.
    • [1] reply
    • Okay, so in order to do that, the video has to be hosted somewhere, yes?

      I was looking at the source code of someone who has embedded a flash video into an html file, and no where in the source code can I see a url where the video is hosted.

      Is it possible to do so without having to host the videos somewhere?
  • You can embed video directly to Flash SWF file; however, I doubt that there are a way to "download video without URL". If video is not compiled in SWF file, flash anyway has to download it. Possibly video can be download with some sort of encryption (via SSL), and URL will be compiled in flash ActionScript. In this case your visitors will can not see where your video is saved, and can not download it. However, anyway video should be hosted at any place (possibly on your own site). You can hide video URL from your clients, but you can not avoid video hosting.
    • [ 1 ] Thanks
    • [1] reply
    • Okay, hang on.

      I'm taking this to the main board. Thanks for your help.
      • [1] reply

Next Topics on Trending Feed