| 
	
 | 
 Posted by Jonathan N. Little on 07/20/05 23:06 
freesoft_2000 wrote: 
 
> Hi everyone, 
>  
>              i noticed that there is a tag called [embed] in html.  
>  
>               Can i use this tag to actually embed the image directly into 
> the html document 
> like what people do with sound and video?? 
>  
>               If i can how can i go about doing it?? 
>  
> Sample codes would be helpfull 
>  
> Any help is greatly appreciated 
>  
> Thank You 
>  
> Yours Sincerely 
>  
> Richard West 
>  
1: EMBED is not part of the 4.01 HTML standard but an old Netscape  
element, OBJECT is the correct element 
 
2: Again, if you look at the attributes, EMBED's SRC or OBJECT's DATA,  
it is a URI to the resource *external* to the HTML document. Again, HTML  
is just a plain text 'script', there is no embedded binary data. 
 
3: If you want to have a single file document, HTML is *not* the right  
choice, PDF, PowerPoint, Word DOC and such is what you want. Wrong tool  
there Richard. 
 
--  
Take care, 
  
Jonathan 
------------------- 
LITTLE WORKS STUDIO 
http://www.LittleWorksStudio.com
 
[Back to original message] 
 |