In some cases, you would like to use some embedded objects like SWF or Silverlight or even Java Applets in Convertigo Widgets.
This is as easy as 1 +2 = 3!
Just:
- Define a 'fake' LaunchTransaction.
- Set its return code to 'cancel' this will prevent the transaction to connect to its endpoint.
- Attach a style sheet to this transaction and set the style sheet type as "from transaction".
- In the style sheet write whatever code you need to host you embedded object(<OBJECT > tag or <APPLET> tags.
To display the widget just use the following url:
| Code: |
http://<servername:port>/convertigo/projects/<yourproject>/.cxml?__transaction=LaunchTransaction
|
That's the trick!