Log in

View Full Version : Help!!!



Mattgt
02-18-2007, 03:13 AM
hey am havin sorta problem and maybe some one can help me out

k here it is if you go to www.camvanhoy.com you will hear music playing in the background correct

k now what i want is if you see one the first page the thumbnails now what i want is when a visitor click that image it opens a popup with the video in it and i would like for the video u no to have some text on the bottom for example the singers name the track and the company ex.. in the window, and also for once the image is clickd and the vid popsup for the music to just shut off i seen it done b4 so can any1 help me with this its been driving me crazy cause i been look all over to get the answer but cant

thnx,Matt

thetestingsite
02-18-2007, 03:21 AM
You could do this using javascript's window.open function.



<a href="video1.html" onclick="window.open('this.href','vidWin','height=500,width=500,scrollbar=yes'); return false;">My Link Name</a>


Change the parts in red above to suit your needs. Then in the page you choose to open in the popup, place the object/embed for the video itself and below that you can type in whatever text you want (ie: the title of the artist, song, etc).

Hope this helps.

Mattgt
02-18-2007, 03:44 AM
http://img412.imageshack.us/img412/6852/untitledxo9.th.jpg (http://img412.imageshack.us/my.php?image=untitledxo9.jpg)

am i doin it right for the thumbnail to opening it cause the image just goes away and it shows a flag?... also will this disable the music when it opens so it dont interupt with the video cause i really need that as well

thetestingsite
02-18-2007, 03:47 AM
Sorry, forgot to close last quotation mark in the anchor tag. It is fixed now. As for the music, not sure how you would do that. Perhaps one of the other members could figure that out.

Mattgt
02-18-2007, 03:56 AM
thnk man.if any 1 knows how to disable music when popup come please tell me