So I had an link in a website that was working like this...
Then I decided I wanted to use a Flash file instead of the picture, so I changed this to...Code:<a href="images/1.jpg" rel="lightbox[Portfolio]" title="GALLERY"> <img src="images/link.jpg" width="800" height="533" /> </a>
This created two problems..Code:<a href="images/1.jpg" rel="lightbox[Portfolio]" title="GALLERY"> <object width="800" height="553"><param name="movie" value="gallery.swf"><embed src="gallery.swf" width="800" height="553"></embed></object> </a>
1. It moved the gallery.swf down 10 pixels from where the link.jpg was creating a gap.
2. It made my face boil over in rage because apparently you cannot simply just drop a swf in like that.
What's going to be the most simple solution to this? Some sort of
or can I simply change the HTML?Code:on(release) { getURL("http://www.example.com"); }
Thanks in advanced




Reply With Quote