Can't Get Artisteer Flash to Work with .asp Extension on IIS7


Author Message
John

Posted: 4/28/2010
Quote message 

I bought Artisteer a few days ago and I love it! However, I tried using the Flash feature in the header of a template. It worked find on my IIS7 server when it was page.html, but when I changed the file name to default.asp it threw an error on the server. I turned on "Detailed Error Messages" on the server, but this is all it said:

"An error occurred on the server when processing the URL. Please contact the system administrator."

I took the Flash object out of default.asp and it worked fine. Does anyone know if there is a code modification required to run Flash output from Artisteer in an ASP page?
 
John

Posted: 4/28/2010
Quote message 

Ironically, the page processes just fine if I name it default.php (since I have PHP running on the WIn2008 Server).

:*) :-(
 
John

Posted: 11/14/2010
Quote message 

I still cannot get Artisteer templates with Flash to work in ASP files. Does anyone know of a fix? The ironic thing is that the code I had to remove to get it to work is the code between the [If !IE] tags. If you remove this code below, the Artisteer template will work in an ASP file on IE, but not Firefox and Chrome:

<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="container.swf" width="888" height="175">
<param name="quality" value="high" />
<param name="scale" value="default" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="color1=0xFFFFFF&amp;alpha1=.50&amp;framerate1=12&amp;clip=images/flash.swf&amp;radius=20&amp;clipx=-184&amp;clipy=-25&amp;initalclipw=900&amp;initalcliph=225&amp;clipw=900&amp;cliph=225&amp;width=888&amp;height=175&amp;textblock_width=355&amp;textblock_align=left" />
<param name="swfliveconnect" value="true" />
<!--<![endif]-->
<div class="art-flash-alt"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->

:-(