Javascript Widget versues iFrame

I was creating a HTML5 Video Ads widget for my clients websites. So if I need to make it in JavaScript or iFrame? <iframe src=”http://html5.svnlabs.com/videoads/16″></iframe> But I don’t think iFrame would be the best method, if I need to hide URL from direct access. Another option is something like this: <script type=”text/javascript”>id = ’16’;</script> <script … Read more