Where does the Flash come into play here? This may help: http://blog.codefidelity.com/?p=15
On Aug 13, 9:29 am, mirkob <mirkobo...@gmail.com> wrote: > I've this function in my html page > > <script type="text/javascript"> > <!-- > $(document).ready(function() { > $('#neck_link').click(function(){ > $('.neck').highlightFade({color:'#FFFF… speed: 5000}); > > }); > }); > > --> > </script> > > And in the same page > <p><a href="#" id="neck_link" onclick="return false;">Neck</a></p> > > BUT i'd like to call that function from flash. > > How do I set up getURL to work with <a href="#" id="neck_link" > onclick="return false;"> > > Thanks