Hi–
I have a quiz embedded on my site that originates elsewhere (QuizRevolution.com) and is embedded on my site via a link (plus some other code), part of that code being in an iframe. The quiz contains YouTube videos that, because of how the quiz is set up by QuizRevolution, will not play in browsers/devices without Flash (for example, the iPad).
What I would like to do is put some script on my site that will load a SECOND quiz from QuizRevolution (this one without video) for browsers/devices without Flash. This second quiz will substitute for the first one.
Does anyone know how to do this? The tricky part seems to be how I have embedded the quiz in my site, so I have included that part of the page here:
<!--QUIZ BEGINS-->
<article id="page_7c">
<div class="box" id="page1">
<a href="#page_1" class="close"></a>
<div class="wrapper pad_bot1">
<div class="grid_16 prefix_4">
<p></p>
<img style=“visibility:hidden;width:0px;height:0px;” border=0 width=0 height=0 src=“http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMTUzNDA1NTM1MjAmcHQ9MTMxNTM*MDU1NTUwMCZwPTIwNDMyMSZkPSZnPTEmbz*wMWFhMzNjMDI4ZWM*NjNmYTZh/NGU1M2FiNzRmZTZlMSZvZj*w.gif” /> <iframe id=test src=“http://www.quizrevolution.com/act147691/mini/go/test_your_knowledge_about_ufos” width=“380” height=“400” frameborder=“0” scrolling=“no” name=“mystudiyoIframe” title=“QuizRevolution.com”><a href=“http://www.quizrevolution.com/act147691/mini/go/test_your_knowledge_about_ufos”>test_your_knowledge_about_ufos</a></iframe>
</div>
</div>
</div>
</article>
<!--QUIZ ENDS-->
Many thanks for any help! I am entirely stupid when it comes to coding, so if you could be specific in your suggestions, that would be really terrific. Again, thanks!