MEDESIGN
unread,Jan 21, 2012, 8:38:02 PM1/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fancybox
Hello!
This plugin works marvelously...except for the audio layover in IE8
issue. I've searched the discussion group and Internet and still don't
have a solution that works.
A few discussion strings suggested this "function() { $
("#fancy_content").empty();}" function in like 400 something in
the .js file BUT this fix is from 2009 and is not specific enough for
this current version.
If someone can tell me EXACTLY which .js file and EXACTLY which line
to place this fix in I would be gracious. I NEED this to WORK!
Below is a snippet from the code I'm using:
$("#various4").fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'width' : '640',
'height' : '480',
>>ADDED 'callbackOnClose': function() { $("#fancy_content").empty();}
Note: I DID read "Video doesn't stop playing in Safari/Internet
Explorer " in the "Before You Post" section but the solution is from
an older version of FancyBox and not helpful to me.