Knowledge Base support case for Likno Web Modal WIndows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bob
Initial Email Subject: Modal Windows
Support Case Month: August 2012
Aris,
I have a new need that I think Likno can help me out with. I have a need for a Modal Windows Builder type function, but the window must be able to be called from within an Adobe Edge object. We are switching to Adobe Edge for HTML5 animation to replace our Flash animations which of course won’t display on an iPad or Mac. We have the need for modal pop-up windows within the Adobe Edge animation.
Do you think your product can handle it?
Please advise,
Bob
Reply From: Likno Customer Support
Dear Bob,
Adobe Edge produces HTML, so Modal Windows should work just fine with it. You of course need to add the Linking Code to your page, along with the triggering code for the Modal Window, exactly like you would do in any other page.
Let me know if you need specific help with something.
Regards,
Aris Filokostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: Adobe Edge, animation, code, flash, function, HTML5, jquery, modal, modal window, object, pop up, pop up window, website, window
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Carole
Initial Email Subject: positioning the modal
Support Case Month: October 2012
hello,
The home page includes a .swf animation, but ,when I open the modal window, the .swf is always in front of this modal.
z-index for the modal doesn't work in this case ...
So can you give me any help to put the animation behind the modal ?
Thank you.
Carole Bourdon
Related URL: http://creoliles.com
Reply From: Likno Customer Support
Dear Carole,
Indeed the flash applets ignore the z-index and always stay “on top”. The solution is to add the “wmode=transparent” parameter into your flash applet.
Please try changing this:
<object
/*some other code is here*/
<embed
/*some other code is here*/
>
</embed>
</object>
Into this:
<object
/*some other code is here*/
<param name="wmode" value="transparent">
<embed
/*some other code is here*/
wmode="transparent"
/*some other code is here*/
>
</embed>
</object>
Regards,
Kostas
Likno Customer Support
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Carole
Thank you very much for that, it works fine !
Regards
Carole & Pierre
Tags: animation, applet, flash, jquery, modal, modal window, parameter, show, transparent, website, window, z index
Hello,
We have released a new version of Likno Web Modal Windows Builder: Build #244
Check out What's New:
- New feature: the "Do not reopen on same user" action can now be triggered by the user too, through a special checkbox that you add to the modal window.

- Added "Example 20 (no reopen)", which demonstrates this new feature.

- Made the "Opens on Mouse Out of Page (top side only) visible in the preview.
- Fixed an issue in framed websites, where the closing animation did not work properly due to a jQuery bug.
- Fixed an issue where custom animation effects were combined with the project-wide effects.
You can download the latest version at:
http://www.likno.com/jquery-modal-windows/download.php
Tags: animation, auto close, close, do not reopen, framed, jquery, modal, modal window, new, new version, window