Hi Drew,<br><br>You could also create that button in the flash file as Aran suggested and pass the url in via flashVars:<br><br>myFlashObject.addVariable("url", "<a href="http://yourlink.com">http://yourlink.com
</a>");<br><br>then have your button do a getURL on the url var passed in.<br><br>just a thought...<br><br>Dunc<br><br><div><span class="gmail_quote">On 7/31/06, <b class="gmail_sendername">drew</b> <<a href="mailto:drew.robinson@gmail.com">
drew.robinson@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for the reply Aran. (And thanks Geoff for stemming the tide
<br>that my query unfortunately triggered ... :-)<br><br>I would normally put the link in the Flash file, but the flash file in<br>this case is from our marketing company, and I want to be able to set<br>it to point to wherever I like just using a normal URL, rather than
<br>having to get them to alter the Flash file each time.<br><br>I have tried wrapping the whole "flashcontent" div in an <a href=...><br>tag, but that didn't work, probably because it's illegal in HTML (I
<br>suspect)...<br><br>Another div floating above the "flashcontent" div, with the link<br>attached to that?? hmm, I'll try it.<br><br>Drew<br><br><br></blockquote></div><br>