On Thu, 2005-11-03 at 14:28 +0000, Cian Cullinan wrote:
> Can someone tell me what, if any, the difference is between using
> src=3D"", and filename=3D"" in an embed tag for mplayerplug-in? These bot=
h
> work for me when giving a http://.... URL, with the only difference I
> can see being that src scales the video window slightly larger than
> filename does.
>=20
> Cian
>=20
There should be very little difference at all between those two
attributes. Basically the only real difference is how things are started
and initially downloaded. "src" is automatically downloaded by mozilla
and so the code has to be ready to handle an incoming url. "filename" is
not automatically downloaded so it must be requested.=20
There should NOT be ANY difference in the size of the output file. Since
normally that is retrieved from the file or from the embed tag.
Kevin
--=20
Get my public GnuPG key from
http://keyserver.veridis.com:11371/export?id=3D7574690260641978351
|