You could potentially build your own JavaScript code into the html
website to create an iFrame/Div-Layer and call it from inside the
application.
This is the template that gets rendered as html website and includes the SWF:
https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/src/usual_template.vm

You could add a new JavaScript method similar to:
function getAppletStatus(){
    return false;
}
and call this function from within the LZX application (search
"getAppletStatus" in all LZX files to find how to do that).

The other option would be to use the "HTML" tag of OpenLaszlo. However
I don't know currently if all browsers are supported for this tag and
for future compatibility it might be better if you have a custom
JavaScript code and merge it into future versions manually.

Sebastian

2012/8/17 Mukesh Reddy <[email protected]>:
> Thanks Sebastian for your valuable suggestion,
>
>         Could you please provide me an example/code/link for a better 
> understanding.
>
> Thanks and Regards,
> Mukesh Reddy.
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Friday, August 17, 2012 12:30 PM
> To: [email protected]
> Subject: Re: Java applet/Object(html) for LZX
>
> Hi Mukesh,
>
> you can run a Java WebStart application similar to the Screensharing client 
> or embed a Java Applet using an iFrame + z-Index layer on top of the Flash 
> applet.
>
> Sebastian
>
> 2012/8/17 Mukesh Reddy <[email protected]>:
>> Hello everyone,
>>
>>                 Is there any tags in LZX like object/applet tags of
>> html, is it possible to display/run an executable jar application
>> inside a  lzx page/view?
>>
>>
>>
>> Thanks and Regards,
>>
>> Mukesh Reddy,
>>
>> US TECH SOLUTIONS. Inc,
>>
>> Office: 040-67339635
>>
>> Email :[email protected]
>>
>>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> [email protected]
>
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

Reply via email to