Video players

R

Richard

that type file extentions are best when creating videos and putting them on
web pages to keep the files small. Is there a common one used? What about:
..flv, .swf
 
S

Stefan B Rusynko

You will need a swf file for users to view it in the browser
- flv files require a swf player "keyed" to that flv

PS
Since Flash (swf) streams, the file size is not as important as just wmf or qt other video formats

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


that type file extentions are best when creating videos and putting them on
web pages to keep the files small. Is there a common one used? What about:
..flv, .swf
 
H

Hot-text

Make The width and height as small as you like

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
id="fallinlove" width="860" height="402">
<param name="movie" value="fallinlove.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ff3366">
<embed src="fallinlove.swf" quality="high" bgcolor="#ff3366"
width="860" height="402" type="application/x-shockwave-flash"
pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top