heya

i used to get this sort of errors when posting vrml to ie with perl

the problem i was finding is that it would post directly

ie would build a wierd html page with an embed tag in it

very bizarre

of course this blocked certain script node calls from vrml too!!

grr.

i never found a solution to this

next time you do a $q->header('mime/type')

check the source, i bet you get something like this

< H T M L > < B O D Y > < E M B E D   S R C = " S R C . E X T " >   < /
B O D Y >   < / H T M L >


instead of your file

i noticed when i was trying to debug my vrml file and it would show me
the vrml text source! just the above spaced html code

which i dont think it should do  right?

it should just load the file? and display using the proper plug in, not
make a html wrapper page for it!!

at least netscape never does this

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to