Posted By


BranMan on 09/12/06

Tagged


Statistics


Viewed 211 times
Favorited by 0 user(s)

FlashInsertScript


/ Published in: HTML
Save to your folder(s)

For use with eTrain LMS


Copy this code and paste it in your HTML
  1. <SCRIPT src="http://training.thinkhdi.com/images/cust/3/FlashObject.js"
  2. type="text/javascript"></SCRIPT>
  3. <SPAN id="flashcontent" style="WIDTH: 650px; HEIGHT: 477px"></SPAN>
  4. <SCRIPT type="text/javascript">
  5. var fo = new FlashObject("http://training.thinkhdi.com/images/cust/3/SCA/SCAPrep/1/1.1.1.swf", "animationName", "650", "477", "8", "#FFFFFF");
  6. fo.addParam("allowScriptAccess", "sameDomain");
  7. fo.addParam("quality", "high");
  8. fo.addParam("scale", "noscale");
  9. fo.addParam("loop", "false");
  10. fo.write("flashcontent");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.