kept the same javascript … and it STILL doesn’t work, but I did start getting an error from the javascript : ! match has no properties anybody familiar with shadowbox ??
I’m trying to implement some shadowbox code to. Having problems also. Still i have accomplished to make it work with single images, I have not succeded on creating a gallery.,
I haven’t done this with ShadowBox, but I have with Lightbox and it shouldn’t be too different. Two things first chaps, in case you don’t know, you have to make sure that the files are uploaded to your server, or else what your trying to accomplish will not work. I have attached a working example (with Lightbox) for you to toy around with, let me know if you have questions.
@JChristian: I believe that your specific issue is that you are not calling your JS function which calls the ShadowBox function when you use ExternalInterface. If you are going to use ExternalInterface, you should call the function like this:
//ExternalInterface.call(Function Name [, parameter1, parameter2, parameterN])
ExternalInterface.call("openSBox",link);
ExternalInterface has a hard time with JS functions located in different files, calling your inline function that calls your external js function is a much more reliable way of accomplishing this.
[quote=actionAction;2325097]I haven’t done this with ShadowBox, but I have with Lightbox and it shouldn’t be too different. Two things first chaps, in case you don’t know, you have to make sure that the files are uploaded to your server, or else what your trying to accomplish will not work. I have attached a working example (with Lightbox) for you to toy around with, let me know if you have questions.
_aA[/quote]
Looking more in to flash and lightbox comunication I came up with this site on google.
Hi – I’m trying to implement Shadowbox on my Flash site as well. Just starting to give it a whirl anyway. I’ve got a number of logos of company’s that we’ve done work for and would like to, upon click of each logo, open the respective image, .swf, url, etc. in Shadowbox. Right now, I’ve got a centered pop-up that I believe I got from one of the kirupa tutorials actually but with pop-up blockers being what they are, it’s not so conducive.
Based on what I see being tried in this thread I’m wondering if anyone has it working properly? I took a look at Bram.us site and that’s primarily for use with lightbox which doesn’t support html or .swf – just images. And the pictureflow that does support Shadowbox I’m having trouble figuring out how to place the application exactly where I want it IN my flash app. So any thoughts on any/all of the above is hugely appreciated! Thanks in advance!