Hey there. I am really appreciative of this mod. I do have a question / request.
I have a customer that has provided a Flash banner that requires passing params to it:
For the <object> tag:
Code:
<param name="allowScriptAccess" value="sameDomain" />
<param name="flashvars" value="clickTAG=http%3A%2F%2Fa_domain_name.com" />
In the Embed tag:
Code:
allowScriptAccess="sameDomain" flashvars="clickTAG =http%3A%2F%2Fa_domain_name.com"
I don't believe the current product supports passing params like this.
Any chance of a hack to allow this?
Ta!