/ Published in: Other
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Fancybox With Vdeo</title> <script type="text/javascript" src="js/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="js/jquery.pngFix.pack.js"></script> <script type="text/javascript" src="js/jquery.fancybox-1.0.0.js"></script> <script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript"> $(document).ready(function() { $("a[@rel*=fancyvideo]").fancybox({ overlayShow: true }); }); </script> <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> var jQuery_1_3_1 = $.noConflict(true); </script> </head> <body> <p><a href="http://www.videolink.com" rel="fancyvideo"><img src="http://www.imagelocation.jpg"></a></p> </body> </html>
You need to login to post a comment.
