You simply use this macro as follows:
Simply place the following code into your html:
^Flash("/images/yourFile.swf",200,30,"8,0,0,0","inputTxt=^D("%c %D, %y");");
What this allows you to do is add additional information/variables to the flash code without rewriting it time and time again.
In the code above it breaks up as follows:
^Flash("the file location",width,height,"flash version","additional variable(ie. the variable above passes the date macro into my flash object to a dynamic text box)");
The nice thing about this macro is you can plug in as many additional variables as you need.
PS: I have also included the .js file we use to make this macro work at its full potential. You will have to put the following code right before the closing body tag on any page you use this macro on for it to use the .js file...
Put the following code before the closing body tag:
<script language="JScript" type="text/jscript" src="/images/ClickFix.js"></script>
*Note: You will have to change the src to where you have the ClickFix.js located