SWFbox v1.21
SWFbox is a lightweight JavaScript file to present flash files as pop-ups on a page, pretty much like Lightbox does for images. Each SWFbox is dependent only by the id of the parent div (the swfName variable). That way you can have more than one SWFboxes in any page.
Click here for an example of the script
This is a minor bug-fix version over the previous one. I was waiting for more bugs to come in before I made another release but I guess it was pretty stellar. Thanks to everyone for downloading so far
Version: 1.21
Language: JavaScript
File size: 10,5kb
Last 5 projects by Makis
- Twitter Status v1.0 (with JSON and cURL in PHP) - December 2nd, 2009
- OptusZoo - Restructure - October 20th, 2009
- inSing.com: New website - May 18th, 2009
- Script: Post-load banner ads - May 17th, 2009
- Flash-antics: New website - May 6th, 2009
July 17th, 2008 at 1:26 am
Found your article from google and I loved it, it is awesome !!! Do you accept feature request ? Can you add a close button or allow “esc” key pressed just like the popular lightbox. And how can i integrate swfbox with swfobject? Thanks for your work
July 17th, 2008 at 2:08 am
There is a typo error in the css file :
.swfbox{
display = none;
z-index: 5100;
}
December 1st, 2008 at 4:31 am
I have a slow server, and when swfbox is opened centered(container) stays too long empty until swf file responds. to get this story short, it would be nice to play some loading animation for that time so user can see that is something going on in background.