Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Enliven    Publish to web Not working

Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Junior Member
Posted
Hi,
I'm completely new to Enliven, I created a project with the Thorn_02 example and can view the project from my local machine just fine. When I copy the files to my website it no longer displays the Thorn_02 file. I did not modify the code created by the enliven publish tool:
The URL is: http://www.webitinc.com/envtest/webit.html

Any help as to why the thorn_02 does not display on the web server would be greatly appreciated. Thanks
<!-- Viewpoint Generic Media Publisher file. -->
<!-- Build 3.3.0.30 -->
<!-- Created: Wed Mar 26 07:46:58 2008 -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<title>Viewpoint Technology</title>
<head>
<!--The next six lines are required -->
<script language="javascript" src="webit_resources/MTS3Interface.js"></script>
<script language="javascript">
<!--
var vmp; //This global variable is for the VET content
//-->
</script>
</head>
<body style="padding-left: 10px; padding-right: 10px; padding-top: 4px; margin: 0px; background: url(webit_resources/bg_tile_withbar.jpg) repeat-x #cacaca;">

<table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding-bottom: 20px;">
<tr>
<td valign="middle" align="left" width="50%">
<a href="http://developer.viewpoint.com" target="_blank"><img src="webit_resources/enliven.gif" border="0"></a>
</td>
<td valign="middle" align="right" width="50%">
<a href="http://developer.viewpoint.com" target="_blank"><img src="webit_resources/powered_by_viewpoint.gif" border="0"></a>
</td>
</tr>
</table>
<!-- FIRST OBJECT/EMBED -->
<script language="javascript">
vmp = new MTSPlugin("webit.mtz", 400, 250, "", 'popup', 'contenttype=3; ComponentMinimumVersion=50528285; GenieMinimumVersion=50528285; HostMinimumVersion=50528285; RequiredVersions=SWFView.dll=3.3.0.30, Cursors.dll=3.3.0.30, VMPSpeech.dll=3.3.0.30, LensFlares.dll=3.3.0.30, SreeD.dll=3.3.0.30, SreeDMMX.dll=3.3.0.30, Mts3Reader.dll=3.3.0.30;');
</script>
<form name="generic">
</form>
</body>
</html>
 
Posts: 2 | Registered: March 26, 2008Reply With QuoteEdit or Delete MessageReport This Post
Member
Picture of EnlivenQA
Posted Hide Post
Hi Dan19,

The problem maybe in the case of one of your project assets. When viewing content locally everything is working but once on a server it becomes case-sensitive. Make sure all the files called in the mtx and html match the case of the actual files. If you need more help please post the project and I will have a look.

-QA Enliven
 
Posts: 5 | Registered: March 26, 2008Reply With QuoteEdit or Delete MessageReport This Post
Junior Member
Posted Hide Post
I have looked over the the code and it does not appear to be a case-sensitive issue. I have posted the code. Thanks for your help.

Zip/GZ archiveEnvTest.zip (116 KB, 3 downloads) Project Files
 
Posts: 2 | Registered: March 26, 2008Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Hi Dan19,

I am able to view your files on our webserver.
Can you check with your server admin to be sure that all required mime types are registered for the server hosting your Enliven Content.
The mime types that need to be registered are mts, mtx, mtz.
You may also want to update to the latest MTS3Interface.js found on Developer Central
 
Posts: 6 | Registered: December 06, 2007Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Enliven    Publish to web Not working