Matt,
Am Dienstag, 22. M�rz 2005 um 00:14:11 haben Sie geschrieben:
M> That way users without Flash can still link through to the target page.
M> Any Ideas?
You can pass the URL to a Flash variable by using the param-Tag and/or
the URL of the Flash itself.
This looks like:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
class="flash">
<param name="movie"
value="/flash/aktionen/beetle.swf?clickTag=http://url.com" />
<param name="quality" value="high" />
<param name="clickTag" value="http://url.com" />
<a href="#rechner_kfz"><img src="/img/alternative.gif" class="flash"
alt="..." /></a>
</object>
In the Flash use the variable clickTag.
Martin
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************