-
In smooth menu flash component in submenu unloaded
1) Script Title: Smooth Navigational Menu (v1.5)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem:
First of all thanks for the smoorth menu which add a lot to the professional presentation of my webapplication (1) !
In different submenus I use flashcomponents for importing files in the application. When clicking on the submenu a file selection window opens. However in the background, the submenu closes and apparently unload the flashcomponent. When the user then selects a file, the callback method for the actual loading in the application is not called, as the component is apparently unloaded.
My workaround for the moment is :
Adding in line 100, the visibility property:
$targetul.css({left:menuleft+"px", width:header._dimensions.subulw+'px',visibility:'visible'}).animate({height:'show',opacity:'show'}, ddsmoothmenu.transition.overtime)
Replacing in line 117
$targetul.animate({height:'hide', opacity:'hide'}
for
$targetul.css({visibility:'hidden'}
Best regards,
Cor
(1) http://code.google.com/p/responsepredictor/
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks