• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Embedding VRML

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am trying to embed a VRML file (.wrl) into my website, and for some reason, it does not work. It simply does not display anything.
Here is my code:


Could someone please help me with this, because this is really getting on my nerves.
Thanks in advance
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Read the article below it might help you.
http://www.sxlist.com/techref/language/html/ib/Media_Embedding/embed.htm
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try adding to an iframe.

I have not heard of anyone using VRML since the late 90's.

Eric
 
Alireza Bahmanpour
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your helps. I have downloaded the Flux plugin and it seems to work now, but I still have a little problem: it does not show any of the subdivision levels I have applied to my objects. I don't know if this is a problem of the plugin I am using or what.

Any ideas??? I just want to be able to display this 3D object on the web, using VRML or anything else (btw, I used AC3D to create it).

Thanks again
 
reply
    Bookmark Topic Watch Topic
  • New Topic