> ><snip>
> > > <a href="asfunction:addStory,
> _root.arrStorys[6]">
> > > <b>BRUCE CLARKE'S SON<br
> > > />COPS A SECURITIES ACT PLEA</b></a><br><br>
> ></snip>
> >

 
<snip>
> When I click, nothing happens, unless it is trying
> to open a browser and 
> I'm testing in the debugger or simply running the
> movie. I've added a 
> trace() to addStory, nothing appears in the output
> window.
</snip>

 Miles, My suggestion. is to try the simpliest case
that could work, get that working and go from there.
have you tried someting ultra simple like:

In html: <a HREF="asfunction:myFunction">

In ActionScript:

function myFunction() {
   _root.myText.txt = "Called myFunction";
}

You'd have to put a textfield on the stage with an
instance name of myText of course. This way you can
test your code in a browser.

best of luck,
-Steven


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to