I am successfully running a Youtube Video in Jquery FencyBox. But, I am unable to run a local MP4 Video File in Jquery FencyBox (this file exists in a folder)
Please tell me how can i run a local video file in JQUERY FENCYBOX (same as i am running a youtube video in FencyBox).
Following is the code i am using:
1). I AM USING THESE FILES(PLUGINS) :
jquery.fancybox-1.3.4.js AND jquery.fancybox-1.3.4.css
2). Successfully Playing video from Youtube in Fancy Box:
<div class="main">
<h1>VIDEO Playing From YOUTUBE</h1>
<p><a href="http://www.youtube.com/embed/WAZ5SmJd1To" class="youtube iframe">Watch this amazing YouTube video</a></p>
</div>
3). Now I am unable to play Local Video File MP4 in Fancy Box:
<div class="main">
<h1>Local Video File Playing</h1>
<p><a href="example/video.mp4" class="youtube iframe" > My Local Video in Example Folder</a></p>
</div>
Please suggest/guide/help.