Do you have a link to your page?
Printable View
Do you have a link to your page?
no unfortunately is not uploaded yet.
maybe I can send u by mail/skype/messenger?
ok i attached a pic of my code here
That image is way t0o small for me to see anything. You can copy and paste your code here using the [code] tags. You can also email or PM me (through these forums) with your source files.
Without seeing what exactly you're doing code-wise, it'll be hard to diagnose what is going on. The technique does indeed work -- as shown by my example.
Thanks.
I wrote you a private message. hope u saw it. I really appreciate ur help!
Yeah, I got it. But that code doesn't do anything for me. Your setup is fine.
If your button isn't working, then the problem is with your ActionScript. So, paste your ActionScript here. If you don't know which to paste, just post your .fla.
Also, the AC Flash embed JavaScript that Flash CS3 outputs, isn't compatible with this technique. I'm not sure why exactly, but it prevents data flow. The black screen of Lightbox should still appear but the image won't. View my example page for the default embed code. For testing purposes, that should be used.
in case u cannot see its:
[CODE]print1.onRelease = function() {
getURL("javascript:LightboxDelegate('images/portfolio.jpg','shii')");
};
Are you sure that your button has an instance name of print1? The instance name is set in the properties panel.
If it is, then try switching the embed code as I outlined in my previous post.
i sent u a mail with my working files.
Medyman,
I finally did it! It works perfectly. Just delete the mail I sent you:)
I really wanted to thank you!
I'm just having one small problem (again):
When I load have a html page with inserted flash video the lightbox button doesn't work. There must be a way to tell in the code to 1st take aways the flash video from the page and then do the lightbox.. If its not too much can you tell me this as well?
Many thanks!
N.Stefanov