<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>here is a small fix to make this work with pages containing multiple flash movies.

change these lines:

&lt;pre&gt;
    placeholder.addEventListener(
        'click',
        function() {
            if (flash.on) {
&lt;/pre&gt;
        
to

&lt;pre&gt;
    placeholder.addEventListener(
        'click',
        function() {
            placeholder=this;
            flash=this.nextSibling;
            if (flash.on) {
&lt;/pre&gt;</body>
  <body-html>&lt;p&gt;here is a small fix to make this work with pages containing multiple flash movies.&lt;/p&gt;

&lt;p&gt;change these lines:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
    placeholder.addEventListener(
        'click',
        function() {
            if (flash.on) {
&lt;/pre&gt;
&lt;br /&gt;        
&lt;br /&gt;to&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
    placeholder.addEventListener(
        'click',
        function() {
            placeholder=this;
            flash=this.nextSibling;
            if (flash.on) {
&lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2007-03-04T18:11:53Z</created-at>
  <forumable-id type="integer">6532</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">76399</id>
  <topic-id type="integer">17423</topic-id>
  <updated-at type="datetime">2008-11-17T00:22:30Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">22883</user-id>
</post>
