Click to See Complete Forum and Search --> : Other files embedded
squishy
03-20-2006, 12:05 AM
How do you embed other files like spreadsheets or whatever. I am under the impression that the embed and object tags are capable of embedding any file, assuming that you have a value for a given attribute which depends entirely on type of file.
blah1985
03-20-2006, 01:01 AM
http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html
NogDog
03-20-2006, 01:30 AM
Note that <embed> is deprecated, and you should use <object> instead.
http://www.w3.org/TR/html4/struct/objects.html#edef-OBJECT
http://www.htmldog.com/reference/htmltags/object/
Whether or not the object actually gets embedded will depend upon whether or not the client has the necessary plug-in to run it.