Here is the current site page http://richieadams.com/reels.html
The images beneath the headers "Live Action" and so on should be popping up the fancybox with .mov files... I found this code which is supposed bring up an iframe, but it's just popping the video up in a full page. Also, it is cutting off the controls on the video.
Code for calling the iframe:
Video code that is supposed to play in iframe:Code:<script type="text/javascript"> $(document).ready(function() { $(".fancyMovie").fancybox({ 'transitionIn' : 'elastic', 'padding' : 0, 'autoScale' : false, 'transitionOut' : 'fade', 'width' : 480, 'height' : 286, 'type' : 'iframe', }); }); </script>
Finally, is there a way to get rid of the white flashes between page loads? I have tried to restructure the site in a way that makes sense and should take less time to load, but the flashes are still registering for me.HTML Code:<embed src="qtms/rrc_live_action_reels_022912.mov" width="480" height="270" autoplay="true" controller="true" pluginspage="http://www.apple.com/ quicktime/download/" /> <!-- this is your code for each individual reel html -->
Thank you.



Reply With Quote



Bookmarks