在aspx页面中如何显示wrl文件,我在浏览器上用cortvrml插件不能显示出wrl文件,望高手指教
1个回答
展开全部
要设置文件头,参考php的:
php创建vrml/x3d页面header
$format = empty($_GET['format']) ? 'vrml' : $_GET['format']; //"x3d" "txt" // create vrml-code
if($format=="vrml")
{
header('Content-type: application/x-vrml');
//or header('Content-type: model/vrml');
}
else if($format=="txt")
{
header('Content-type: text/html');
}
else if($format=="x3d")
{
header('Content-type: model/x3d+xml');
}
php创建vrml/x3d页面header
$format = empty($_GET['format']) ? 'vrml' : $_GET['format']; //"x3d" "txt" // create vrml-code
if($format=="vrml")
{
header('Content-type: application/x-vrml');
//or header('Content-type: model/vrml');
}
else if($format=="txt")
{
header('Content-type: text/html');
}
else if($format=="x3d")
{
header('Content-type: model/x3d+xml');
}
参考资料: http://hi.baidu.com/saintdomdong/blog/item/6ec61b1e7f330ef81bd5765d.html
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询