Hello! I was trying to use the lightbox tutorial on a flash buttons.
How can I write this script [<a href="images/image-1.jpg" rel="lightbox[roadtrip]">] in getURL("?????")
Thanks![]()
Hello! I was trying to use the lightbox tutorial on a flash buttons.
How can I write this script [<a href="images/image-1.jpg" rel="lightbox[roadtrip]">] in getURL("?????")
Thanks![]()
Just like that
Be careful with relative URLs though, all files called for in that way MUST be in the same directory as the HTML that calls them NOT the swf..
Use absolute URLs when you can, they work a tad betterCode:on(release){ getURL("'/images/image-1.jpg' rel='lightbox[roadtrip]'"); }![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Is there a way to use the above get url to specify a group as well. Per the lightbox info, you can group images with the [roadtrip] example.. how does that translate into the geturl for multiple images?Originally Posted by BLiZZaRD
Hmmm. Don't know rightly, never used the lightbox. I will have a look at its coding and see if I can figure out anything.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks