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
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
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)