Posted by code_wrong on 11/03/29 11:48
"Toby Inkster" <usenet200605@tobyinkster.co.uk> wrote in message
news:pg37k3-0pv.ln1@ophelia.g5n.co.uk...
> code_wrong wrote:
>
>> Object is a horrible mess
>> embed is logical and easy to use
>
> OBJECT is logical and easy to use:
>
> <object type="application/x-shockwave-flash"
> data="my_movie.swf"
> height="240"
> width="320">
> <p>Your browser does not have an appropriate flash
> plugin installed/enabled. You may want to try downloading
> <a href="my_movie.swf">my movie</a> and viewing it in
> an external viewer.</p>
> </object>
>
> Not too complicated is it?
Hmm maybe but ...
Embed a sound:
<embed src="test.wav" width=60 height=15 autostart="false">
Embed a flash movie:
<embed src="test.swf" height="200" width="200"></embed>
Embed a movie:
<embed src="test.mpg" width="200" height="200">
Navigation:
[Reply to this message]
|