Here's a few...
1. New option: 'showControls'. This will turn off the controls.
2. New option: 'offset'. This is an object containing x and y offsets for the box relative to it being centered.
3. New option: 'fixedTop'. This options allows you to specify a fixed top position to all boxes to open to.
4. New option: 'openFromLink'. This says if the box should open from the link thats clicked or from the center of the window.
5. Bug fix: the problem with movies or music still playing when closed or moved to the next item is now fixed.
i've also added a hidden iframe to the box so it will go over dropdown menus etc in IE6 and i've also added one to the overlay script.
now at version 1.3
if there is anything else that people would like let me know.
Wednesday, 16 April 2008
Subscribe to:
Post Comments (Atom)
21 comments:
You, my friend, are my hero! thanks for that update :)
Hi Phat,
there is an error in new version (also on your web http://www.phatfusion.net/multibox/). You can notice error on Firefox browser (2.0.0.14). This happens when you repeaditly open and close an image.
Error:
this.contentObj.injectInside(this.contentContainer);
Hi,
Very nice work ! I never find another Lightbox-like with so many files suported.
I noticed a bug : when you try to see a file already seen, multibox change size to the good one, but didn t show again a file already seen...
On firefox 2.0.0.14.
PS: sorry for my bad english.
I uncomented a part of the l376 :
load: function(index){
this.box.addClass('MultiBoxLoading');
this.getContent(index);
if(this.type == 'image'){
var xH = this.contentObj.xH;
this.contentObj = new Image();
this.contentObj.xH = xH;
this.contentObj.onload = this.resize.bind(this);
this.contentObj.src = this.content[index].href;
}else{
this.resize();
}
},
And it works, but for the moment i only tested with images of the same size...
I m a noob in javascript...
++
I second anonymous on april 17 2008: 14:28..
there is an error in new version (also on your web http://www.phatfusion.net/multibox/). You can notice error on Firefox browser (2.0.0.14). This happens when you repeaditly open and close an image.
I dont know what the error is, as I am unexperienced, but.. thanks thanks THANKS! I needed a lightbox that showed all the different formats!!!
Kee
Hi,
I would like to add mouseenter, mouseleave to multibox.js
Could You tell me how to change it? I've got problem with IE
Hi,
"i've also added a hidden iframe to the box so it will go over dropdown menus etc in IE6 and i've also added one to the overlay script."
I assume that this version should work properly in IE6 when the main page contains a dropdown box.
Still, I tried and the dropdown comes on top of the overlay. Not sure what I'm doing wrong.
Could you please confirm if it should work properly in this situation?
Thanks
Great stuff - however, when using wmv's in IE7 music/mp3 carries on playing even when closed (even in v.1.3). Any fix for this?
Cheers
Hi Samuel
I already wrote you with the bugfix with showNumbers, etc.
But now I've found a bug I couldn't fix: If you have an image or media without a title, the controls are not shown correctly. The Problem is the height of the MultiBoxControlsContainer.
Thanks for the bug reports, i've updated the script to fix the issue with repeatedly open the same image. And the issue if you have no title attribute.
Hi,
is possible group the images -by multibox-, in diferents groups in one html page, like in lightbox?.
I need sets of related images that I want to group and make navigable. I see that you have this feature in lightbox, adding a group name to the rel attribute after “lightbox”, inside square brackets.
Thanks in advance. Have a nice day!
Joan
@anonimous
to group images do this:
give different names to the class (mb) and use the same name in the string used to call the function:
4 example, using a class named "ring" the string would be
...new MultiBox('ring', ...
i hope it's useful
i have seen the new multibox in a wordpress plugin. that looks great. i have wait a long time for this great plugin to use it on my own blog.
the plugin is not in the wordpress plugin database, just donwload it there:
Wordpress Multibox PlugIn Page
I want to add my applause for this tool here, too.
I am using version 1.3.1 and there is one error:
this.contentToLoad.desc.injectInside is not a function
Source file: http://..../multibox.js
Line: 467
What am I missing?
Thanks for any help,
Florian
Dear Phat,
Regerding # 5. Bug fix: could you share what caused this bug / how you fixed it? This seems to be happening with many related lightbox tools, especially when viewed in Safari.
I would really appreciate a hint from you.
Thanks a lot!
-Abhilash
The problem of noise, pollution and size is almost entirely eliminated with the electric models; the amount of noise greatly decreased while the amount of pollution vanished altogether. These two facts allows these machines to fly anywhere without causing too much annoyance to other people.
With gas rc helicopters, countless crashes occur not because of pilot errors, but because the engine fail in midair. Who's to blame? After all, everybody knows that gas engines aren't the most reliable thing in the world. They also notoriously require constant tinkering to run smoothly. On the other hand, electric helicopters fly undeniably more reliable. They almost never cut out in mid air, even when the battery runs down. Moreover, you can forget about having to crank up the engine over and over. These electric motors will run anytime anywhere as long as there's battery. There's nothing more frustrating than taking your helicopter to the field only to find that it won't start because it is too cold, too humid, or just because the engine wants to act up. R-Type Command (Altus, for thecheap DS): R-Type is one of the all-time great outer-space shoot-'me-ups, but this spin-off is a much more laid-back tactical game. You start each level by placing an assortment of spaceships on a hex-fillled grid; the objective, generally, is to reach a particular spot on the grid or to destroy your opponent's flagship.
Gotta add to what everyone else has said, your tools are fantastic.
I've spent a working with multibox to call in .wmv files and .mp3 files into a Media Center of sorts for my site. So far, so good, except...I'm getting a major glitch in IE 6 and 7 with the Window Media files "sticking" on screen after the box closes somtimes, and the audio always playing for about 7 seconds before it stops even after the movie has disappeared. I've used the latest versions of the files, and it fixed this issue in firefox, but not for IE. In the Demo on the Phatfusion site, it has the same issue using IE6 and 7.
Desperate for anyone that might have a possible fix, I've spent countless hours and am at a loss.
I love Multibox, but it doesn't work in Mobile Safari (iPhone). Any ideas on how to fix?
can the box of multibox rounded corners?
Hi
I have used your multibox and it looks great. Only problem I have is when I have a dropdown on my page.
The dropdown comes on top of the multibox window. Not sure what I'm doing wrong.
Please if you can look into it.
Hey, I am having some issues getting the multibox to work. Could you take a look at: http://wyqued-design.com/new/index.html and see what I may have done wrong?
Post a Comment