Click to See Complete Forum and Search --> : Movie Time or other video streaming method


mparker1113
12-27-2006, 11:08 PM
Hi.

I have a customer who has some video he wants up on a site. I am not sure of there host's addins, yet.

Is there anything special that i need to run a 10 minute video? Can i do it from a straight html page?

nuka cola
12-28-2006, 09:33 AM
flash streaming?

mparker1113
12-28-2006, 10:26 AM
Is there a good tutorial for Flash Streaming? I have a flash editor, so now I will need to have flash plugins at the server level?

drhart4000
01-03-2007, 07:00 AM
Flash is Client side meaning that who ever wants to watch the video must have flash player installed on their computer. all you do is upload the video to your server, such as http://mydomain.com/videos/myvid.swf, then you just embed the video into a webpage of your choice.

Its pretty easy to do but here's a reference:
http://www.w3schools.com/flash/flash_inhtml.asp
there it shows you how you can edit a code manually or create it in flash its self.

Wayne,