Difference between revisions of "How to create multi-level drop down menus"

From Spiffy Stores Knowledge Base

 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
<div>
 +
  <video width="640" height="480" controls="controls" poster="/kb/images/6/69/Screencast_poster.jpg" preload="none">
 +
    <source type="video/mp4" src="/kb/images/6/63/Drag-menu1.mp4" />
 +
  </video>
 +
</div>
 +
<script>
 +
$('video').mediaelementplayer({ defaultVideoWidth: 640,
 +
                                defaultVideoHeight: 480
 +
});
 +
</script>
 +
</html>
  
<object width="640" height="400"><param name="movie" value="http://www.youtube.com/v/hs_zXX3utdM&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hs_zXX3utdM&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="400"></embed></object>
+
If you can't see the video above, you can also view it on [http://www.youtube.com/user/spiffystores?feature=mhum#p/u/3/EQ_XsfgYftQ Youtube ]
 
 
</html>
 

Latest revision as of 12:27, 15 November 2013

If you can't see the video above, you can also view it on Youtube