Please help me

Discussion in 'JavaScript' started by easycontent, Sep 25, 2013.

  1. #1
    This is a site http://vlog.it/ please view it, after watching it, you will get that circle is moving and when you click the pics a pop up window is open and video is playing. Guys I want to know that what code is used to making this circle and play the video, please help me .

    Thank you
     
    Last edited: Sep 26, 2013
    easycontent, Sep 25, 2013 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,828
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #2
    I'd guess that you just have to go through the javascrupt source until you find the one that works on

    <div id="vlogitwheel">
    Code (markup):
    although it will probably only impact on the display property.
    see also http://en.wikipedia.org/wiki/Scalable_Vector_Graphics
     
    sarahk, Sep 29, 2013 IP
  3. rehan.khalid.9235

    rehan.khalid.9235 Active Member

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    85
    #3
    That site is using SVG with Javascript .

    have a look at:-

    • http://www.w3schools.com/svg/
    • http://commons.oreilly.com/wiki/index.php/SVG_Essentials/Getting_Started (best)
     
    rehan.khalid.9235, Oct 19, 2013 IP