Taking a closer look I see that in some places we use values passed as
query args, in some places not. In the history wrapper we just use the
static values:
swin.document.write(' <body><object type=\'application/x-shockwave-
flash\' data=\'<%= appUrl %>.<%= appRuntime %>.swf?lzproxied=false\'
width=\'640\' height=\'400\'>');
On Jun 22, 2009, at 3:44 PM, Raju Bitter wrote:
For the fullscreen feature there needed to be changes made to the
embedding code. That has been done in most places, but still needs
to be done for the SOLO deployment JSP page. Looking at that page, I
see that we use a lot of default values (width=640, height=400) there.
In the XSLT templates the values are passed into the template from
the canvas class, why wasn't that to done for SOLO deploy?
- Raju