Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Putting an object in your web page

Status
Not open for further replies.

Chrissirhc

Programmer
May 20, 2000
926
GB
Hello I am trying to put a vrml object into one of my pages. I can't I just get a black box with nothing in it.

This is my code.

<td valign = &quot;top&quot; align = &quot;left&quot; class = &quot;main&quot;>
A pacman game below <br /><br />
<object type = &quot;x-world/x-vrml&quot; data = &quot;board.wrl&quot;>
<object />
</td>
Is there anything wrong with it

Thanks in advance,
 
The solution to my problem is to use embed instead of object.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top