<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</style>
<meta content="MSHTML 6.00.6000.17093" name="GENERATOR">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body class="hmmessage" ocsi="x">
<div style="FONT-SIZE: 13px; COLOR: #000000; DIRECTION: ltr; FONT-FAMILY: Tahoma">
<div>Not sure. It ought to work I guess. Strings and numbers? You're passing a string - maybe it needs a number?</div>
<div><font face="tahoma"></font>&nbsp;</div>
<div><font face="tahoma">Isn't it time for a mince pie?</font></div>
<div dir="ltr"><font face="Tahoma" color="#000000" size="2"></font>&nbsp;</div>
<div id="divRpF784654" style="DIRECTION: ltr">
<hr tabindex="-1">
<font face="Tahoma" color="#000000" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Dave Burnett [d_b_burnett@hotmail.com]<br>
<b>Sent:</b> 23 December 2010 21:16<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> [Xerte] Passing parameters with a link<br>
</font><br>
</div>
<div></div>
<div><br>
<br>
Should this work?<br>
<br>
&lt;a href=&quot;asfunction:_level0.engine.btn_popvideo.swfFile.onRelease,22&quot;&gt;direct pop up&lt;/a&gt;<br>
<br>
I get 19 in debug(args); below btn_popvideo<br>
<br>
<br>
If I call a function with args:<br>
&lt;a href=&quot;asfunction:_level0.engine.fpopUp,22&quot;&gt;indirect pop up&lt;/a&gt;<br>
<br>
with this in the function<br>
<br>
btn_popvideo.swfFile.onRelease(args);<br>
<br>
args seems to pass through correctly, 22.<br>
<br>
<br>
Bad syntax?<br>
<br>
<br>
<br>
<br>
</div>
</div>
</body>
</html>