Flynet Designer for Web Services

DWS2010 Dashboard Publication Instructions

Hide Navigation Pane

DWS2010 Dashboard Publication Instructions

Previous topic Next topic No directory for this topic No expanding text in this topic  

DWS2010 Dashboard Publication Instructions

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Designer for Web Services 2010

Additional Instructions for DWS2010 Dashboard Publication

 

This document covers the display of dashboard swf files published to HTML, with DWS2010.

The process of amending the HTML file resolves an issue, which allows concurrent licensing to work more effectively.

 

When you publish your dashboards to HTML, there is an additional tag you need to insert into the HTML file to make the Flynet licensing work correctly.

Immediately beneath the <BODY> tag, please add the line:

<img src="http://<machine name>/<myWebServiceName>/ImageLicense.aspx" />

...where <machine name> is the name of the server, and <myWebServiceName> should be replaced by the name of one of the active web services for your dashboard, as it appears in DWS 2010.

 

Here is an example HTML file:

(in this example, the web service is called WebService_Test_Parameter_Web_Service)

 

<HTML>

<HEAD>

<TITLE>TestGifLicense.swf</TITLE>

</HEAD>

<BODY>

<img src="http://ddle5209/WebService_Test_Parameter_Web_Service/ImageLicense.aspx" />

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

WIDTH="800" HEIGHT="600" id="myMovieName">

<PARAM NAME="movie" VALUE="TestGifLicense.swf">

<PARAM NAME="quality" VALUE="high">

<PARAM NAME="bgcolor" VALUE="#FFFFFF">

<PARAM NAME="play" VALUE="true">

<PARAM NAME="loop" VALUE="true">

<PARAM NAME=bgcolor VALUE="#FFFFFF">

<EMBED src="TestGifLicense.swf" quality=high bgcolor=#FFFFFF WIDTH="800" HEIGHT="600"

NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"

play="true" loop="true"

PLUGINSPAGE="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

</EMBED>

</OBJECT>

</BODY>

</HTML>

 

 

Please note that in this version web services will only work correctly in Xcelsius Preview mode with a Flynet developer key, obtainable from Flynet Ltd, or with an Xcelsius Key, if you have the Xcelsius compatible version of the software.