Results 1 to 5 of 5

Thread: Help!!!

  1. #1
    Join Date
    Feb 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help!!!

    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

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You could do this using javascript's window.open function.

    Code:
    <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.
    Last edited by thetestingsite; 02-18-2007 at 03:57 AM.

  3. #3
    Join Date
    Feb 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default



    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

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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.

  5. #5
    Join Date
    Feb 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thnk man.if any 1 knows how to disable music when popup come please tell me

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •