How to deploy an application created from ICE using Hdview tilesets as export option to silverlight streaming server or some other server.
-
terça-feira, 13 de outubro de 2009 19:27i am having problem in deploying the ICE application using Hdview tilesets as export option.it outputs one xml file,.html file and tiles folder containing images.Then i see some post related to this problem and so i download HdViewOnLoad.js and manifest.xml file from the website and add it to application folder ie making it total five items.Then i zip it and upload it to silverligt streaming server.But when i test it throught test page then it gives blank page.Even <iframe> tag used in html page does not work.So please some one can guide me how to fix this issue and give me a detailed steps how to do it.
Thanks in advance.
Todas as Respostas
-
segunda-feira, 2 de novembro de 2009 17:43As long as the Silverlight application page says "The application has a well-formed manifest" then it sounds like you successfully uploaded everything.
But you're right, neither the "Launch Application Test Page" nor the <iframe> on the Silverlight Application page will work. That's because you need to specify your FileName like so:
<iframe style='width: 320px; height: 240px; margin: 0' frameborder='0' scrolling='no'
src='http://silverlight.services.live.com/invoke/63450/flowers/iframe.html?FileName=flowers_hdv.xml&Viewer=2'>
</iframe>
Try pasting that (replacing "flowers" with your file name) into http://pastehtml.com/ to test it.
--Howard -
quarta-feira, 18 de novembro de 2009 04:55That's all well and good, but I'm wondering where we're supposed to host our HDView content now that Silverlight.live.com is being shut down?Sure would be nice if MS would fix it so we could host HDView content on skydrive.
-
domingo, 29 de novembro de 2009 20:12Second that !
I asked them a few times already :)