If you go to the following page....
Code: |
http://bretsong.com/BCL/index.php?option=com_content&view=article&id=25&Itemid=33
|
and then click on one of the thumbnails in the page (they have the orange play buttons in the middle of them). They are all the same and are duplicates of the same module and are placed in the page using moduleanywhere.
I disabled your password in the backend because I was a bit nervous once I realised I had posted the password for all the world to see. If you need access again I'll send you a password for the same username. Just let me know the safest way to do that.
The code I have used on the links that open these windows are as follows....
Code: |
<a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&hl=en&fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Thumb01.jpg" width="270" height="117" alt="Video title set in ALT tag <br />Intro text for Left Video thumbnail. Testing to see how much text I can put here and where it decides to wrap. It seems to extend all the way across the bottom of the video lightbox area." /></a>
|
And this is the complete code for the whole module....
Code: |
<div class="techspecLeft"><a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&hl=en&fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Thumb01.jpg" width="270" height="117" alt="Video title set in ALT tag <br />Intro text for Left Video thumbnail. Testing to see how much text I can put here and where it decides to wrap. It seems to extend all the way across the bottom of the video lightbox area." /></a> <span class="techLabel">Launch the video in a lightbox.</span>
<div class="playButton"><a href="http://video.google.com/googleplayer.swf?docid=4620835654225376707&hl=en&fs=true" rel="fancy_inline" class="arifancybox iframe {width: 600, height: 350, scrolling: 'no', showNavArrows: false}"><img src="images/stories/Technical_Specifications/Movie_Play_Button.png" width="24" height="24" alt="Video title set in ALT tag <br />Intro text" /></a></div>
</div>
|
Thanks again for your help.
Brett