frost122
08-13-2010, 12:03 AM
Hi,
I'm looking to do a mouse over or showtrail when you go over images on my website. I would like to be able to have an flv or mp3 play when you hover over images. Here is an example of what I'm trying to achieve and it looks like its done in javascript using jquey http://www.videocopilot.net/tutorials/ . Basically i want customers to get a preview of the products whether it be songs or videos just by mousing over the thumbnails.I'm not sure how much this would cost to do but I'm open minded and ready to take the next step. I did view their source page and it looks like a modified version of showtrail calling to js files.Here is some of the code.<div class="new_tut_container" style="border-top:solid 1px #cacaca"> <div class="new_tut_image"> <a href="http://www.videocopilot.net/tutorials/fracture_design/"><img onmouseover="this.style.border='solid 1px #333';showtrail('http://www.videocopilot.net/assets/public/flash/tutorialvids/86.flv', 'video','Fracture Design',266,150,0,'hqmedia','');" src="http://www.videocopilot.net/assets/public/images/tutorialpics/new/86.jpg" border="0" onmouseout="this.style.border='solid 1px #7e898e';hidetrail();" align="left" style="border:solid 1px #8a8e93; padding:3px" /></a> </div> </div>
I'm looking to do a mouse over or showtrail when you go over images on my website. I would like to be able to have an flv or mp3 play when you hover over images. Here is an example of what I'm trying to achieve and it looks like its done in javascript using jquey http://www.videocopilot.net/tutorials/ . Basically i want customers to get a preview of the products whether it be songs or videos just by mousing over the thumbnails.I'm not sure how much this would cost to do but I'm open minded and ready to take the next step. I did view their source page and it looks like a modified version of showtrail calling to js files.Here is some of the code.<div class="new_tut_container" style="border-top:solid 1px #cacaca"> <div class="new_tut_image"> <a href="http://www.videocopilot.net/tutorials/fracture_design/"><img onmouseover="this.style.border='solid 1px #333';showtrail('http://www.videocopilot.net/assets/public/flash/tutorialvids/86.flv', 'video','Fracture Design',266,150,0,'hqmedia','');" src="http://www.videocopilot.net/assets/public/images/tutorialpics/new/86.jpg" border="0" onmouseout="this.style.border='solid 1px #7e898e';hidetrail();" align="left" style="border:solid 1px #8a8e93; padding:3px" /></a> </div> </div>