1234567891011121314151617 |
- <!DOCTYPE html>
- <meta name="viewport" content="user-scalable=0"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
- <html>
- <head>
- <title>四维时代</title>
- <script src="js/4dage.js"></script>
- </head>
- <body>
- <script>
- var name=window.location.href.substring(window.location.href.indexOf("?")+1);
- name = name.split('&')[0];
- Fdage.embed( "model/"+name+'.4dage', { width: 800, height: 600, autoStart: true, fullFrame: true, pagePreset: false } );
- </script>
- </body>
- </html>
|