View Single Post
Old 04-04-2005, 11:35 AM   #6 (permalink)
JED23
Registered User
 
Join Date: Apr 2005
Posts: 5
JED23 is on a distinguished road
yes im using ie and it does work. when u open the page, where the file is goes blank for a while and then appears when it loads. a wrl file is a 3d application er like virtual reality. its not really important its just the same as any other file that needs to load. Basically, the page has other stuff on it with a square in the middle where the embedded file is. where this square is, i just want a loading bar while its loading instead of just a blank square.
VRML_SPLASHSCREEN="FALSE"
VRML_DASHBOARD="FALSE"
VRML_BACKGROUND_COLOR="#CDCDCD"
CONTEXTMENU="FALSE"

this stuff just sets values within the vrml so it isnt important. the background colour though is the colour of the square that will be seen before the vrml file has loaded.

HTML Code:
<BODY>
<TABLE>
<tr> 
<td height="337" colspan="3" align="center" valign="top">&nbsp; <EMBED src="hall.wrl" name = vrml width="512" height="295" border="10" VRML_SPLASHSCREEN="FALSE"
VRML_DASHBOARD="FALSE"
VRML_BACKGROUND_COLOR="#CDCDCD"
CONTEXTMENU="FALSE"> 
<!--vrml-->
&nbsp;</td> </tr>
</TABLE>
</BODY>
JED23 is offline   Reply With Quote