Link inside Flash doesn't work under MySource Matrix

Hi Guys, I upload a flash on my hompage, it contain few links bring people to my facebook page.
The link are working at backend, but not working on frontend.



Anyone can help, plz?



See code below:



<div id="left_banner">



<object width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">

<param value="full url here" name="movie">

<param value="sameDomain" name="allowScriptAccess">

<param value="high" name="quality">

<param value="exactfit" name="scale">

<embed width="600" height="450" scale="exactfit" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="full url here">

</object>



</div>





XXXX

Are you using a globals URL such as %globals_asset_url:1234% instead of the ./?a=1234 style link?


Do you have a sample page where we can see this happening?