Skip to content

Instantly share code, notes, and snippets.

@tjboudreaux
Created March 16, 2011 04:03
Show Gist options
  • Select an option

  • Save tjboudreaux/872003 to your computer and use it in GitHub Desktop.

Select an option

Save tjboudreaux/872003 to your computer and use it in GitHub Desktop.
QTObject Code that causes a jQuery error
<div class="register-videos"><span class="vvqbox vvqquicktime" style="width:595px;height:300px;"><script type="text/javascript">var myQTObject = new QTObject("http://fitfactor.hemophiliafed.org/wp-content/uploads/videos/FitFactor2011-survey-intro/FitFactor2011-survey-intro.mov", "vvq-26-quicktime-1", "595", "300"); myQTObject.addParam("autoplay", "false"); myQTObject.addParam("controller", "true"); myQTObject.addParam("scale", "aspect"); myQTObject.write();</script><embed type="video/quicktime" src="http://fitfactor.hemophiliafed.org/wp-content/uploads/videos/FitFactor2011-survey-intro/FitFactor2011-survey-intro.mov" width="595" height="300" id="vvq-26-quicktime-1" autoplay="false" controller="true" scale="aspect"></span></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment