Home

Forums

Web development

 

 

 

 
     
 
dna88 Web development and Technology Forum
 
Profile   Register   Memberlist   Usergroups   FAQ   Search  Log in
how do you imbed video onto a website?

 
Post new topic   Reply to topic    dna88 Forum Index -> Multimedia Discussion Forum
Author Message
pyoung
Just In
Just In


Joined: 14 Dec 2004
Posts: 1

Post Post subject: how do you imbed video onto a website? Reply with quote

Hi,
We're trying to put pre-recorded video files on our site but are having huge problems with file sizes. Just a two minute video can be upto 30 MGB which of course means its too big for anyone to download. Does anyone know of any software that we can use to stream the video? Something simple to work with that allows us to use our own server (rather than signing up with someone else) would be ideal.
Tue Dec 14, 04 6:39 am
Back to top
pyoung View user's profile Send private message
hasnatme
Moderator
Moderator


Joined: 22 Aug 2004
Posts: 283
Location: Dhaka,Bangladesh

Post Post subject: Reply with quote

Try Sorenson Squeez
_________________
Just Fly With Your Dreams!!!
Digital Vision
Tue Dec 14, 04 12:21 pm
Back to top
hasnatme View user's profile Send private message Yahoo Messenger MSN Messenger
quantum
Site Admin
Site Admin


Joined: 07 Mar 2004
Posts: 1048
Location: Dhaka, Bangladesh

Post Post subject: Reply with quote

Yes, you can try sorenson squeeze to further compress your movie, while preserving a decent quality. But to answer your original question you can use windows' default media player to stream and play a movie right out of a browser with the following code:

Code:
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
<param name="fileName" value="yourmoviename.mpg">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="yourmoviename.mpg" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>


Just change the file name path to your movie name path in the above code.
_________________

Dust fills my eyes / Clouds roll by / and I roll with them / Centuries cry / Orders fly / and I fall again
Afford best design, implement best solution. Outsource your web design.
Tue Dec 14, 04 9:12 pm
Back to top
quantum View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    dna88 Forum Index -> Multimedia Discussion Forum All times are GMT - 7 Hours
Page 1 of 1

 

Partners and Resources

Bangladesh hosting company

Bangladesh web design

Driven by phpBB © phpBB Group