<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>Sorry, my misread.<br>Johnathan's script is the last icon off the interaction, not below it.<br>That was the difference. Mine was below.<br>I changed that and it works as expected.<br>As you said, it must set the property after it is built, but before the swf has a chance to load.<br><br>Probably no harm in moving the visible operation up in the engine though.<br>Now it&nbsp; works both ways. :-)<br><br>Thanks guys.<br><br>Dave <br><br><br><br><br><hr id="stopSpelling">Subject: RE: [Xerte] Button using swf flashes on screen<br>Date: Wed, 16 Dec 2009 14:10:18 +0000<br>From: Julian.Tenney@nottingham.ac.uk<br>To: xerte@lists.nottingham.ac.uk<br><br>







<style>
.ExternalClass .ecxshape
{;}
</style>

<style>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0cm;margin-left:0cm;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass span.ecxecxecx841400213-16122009
{;}
.ExternalClass span.ecxEmailStyle19
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .ecxMsoChpDefault
{font-size:10.0pt;}
@page Section1
{size:612.0pt 792.0pt;}
.ExternalClass div.ecxSection1
{page:Section1;}
</style>





<div class="ecxSection1">

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">Hang on, what’s happening?</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">Any script below an interaction that is not perpetual should not
execute until that interaction exits, entry frame or not.</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">Is this not the case?</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">&nbsp;</span></p>

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">

<p class="ecxMsoNormal" style="margin-left: 36pt;"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">
xerte-bounces@lists.nottingham.ac.uk
[mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Dave Burnett<br>
<b>Sent:</b> Wednesday, December 16, 2009 2:08 PM<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] Button using swf flashes on screen</span></p>

</div>

</div>

<p class="ecxMsoNormal" style="margin-left: 36pt;">&nbsp;</p>

<p class="ecxMsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">And
if I move your code into a framework entry to replicate my setup, it acts
correctly, the script executes.<br>
Argh.</span></p>

<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">

<hr id="ecxstopSpelling" size="2" width="100%" align="center">

</span></div>

<p class="ecxMsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">From:
d_b_burnett@hotmail.com<br>
To: xerte@lists.nottingham.ac.uk<br>
Subject: RE: [Xerte] Button using swf flashes on screen<br>
Date: Wed, 16 Dec 2009 08:55:06 -0500<br>
<br>
Thanks.<br>
<br>
Interesting.<br>
It is not the swf, I get the same behavior with aquaButton using the visible
icon property.<br>
<br>
I had added the script below the int previously and had no change. But I added
a debug and unlike your script, mine is not being executed unless I set the int
to perpetual.<br>
<br>
The only difference I can see is that my int is within a framework entry pane.<br>
This is where I still get weirded out on the execution order.</span></p>

<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">

<hr id="ecxecxstopSpelling" size="2" width="100%" align="center">

</span></div>

<p class="ecxMsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">Subject:
RE: [Xerte] Button using swf flashes on screen<br>
Date: Wed, 16 Dec 2009 13:05:01 +0000<br>
From: johnathan.kemp@cxstaffs.co.uk<br>
To: xerte@lists.nottingham.ac.uk</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">Dave,</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">The example I provided was just my text description of part of the
page.</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">I have extracted the critical bits and created an example rlo which
is attached as a zip file.</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">Unzip it and open the rlo in xerte for a working example.</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">I hope this helps.</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">Kind regards</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span class="ecxecxecx841400213-16122009"><span style="font-size: 10pt; font-family: 'Arial','sans-serif'; color: blue;">Johnathan</span></span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"></span></p>

<div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

</div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Arial','sans-serif';">Johnathan Kemp<br>
ICT Development Coordinator<br>
Connexions Staffordshire<br>
</span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"><a href="http://www.cxstaffs.co.uk/"><span style="font-family: 'Arial','sans-serif';">www.cxstaffs.co.uk</span></a><br>
</span><span style="font-size: 10pt; font-family: 'Arial','sans-serif';">01785
355714<br>
</span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';"><br>
&nbsp;</span></p>

<div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

</div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">&nbsp;</span></p>

<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';" lang="EN-US">

<hr size="2" width="100%" align="center">

</span></div>

<p class="ecxMsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US"> Dave Burnett
[mailto:d_b_burnett@hotmail.com] <br>
<b>Sent:</b> 16 December 2009 12:51<br>
<b>To:</b> Xerte list<br>
<b>Subject:</b> RE: [Xerte] Button using swf flashes on screen</span><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';" lang="EN-US"></span></p>

<p class="ecxMsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">Sorry
Johnathan, I didn't get the example .rlo you mentioned.<br>
I had tried adding a script after the interaction, perhaps I have it in the
wrong place. </span></p>

<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">

<hr size="2" width="100%" align="center">

</span></div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">Your E-mail and More On-the-Go. Get Windows
Live Hotmail Free. <a href="http://clk.atdmt.com/GBL/go/171222985/direct/01/">Sign
up now.</a> </span></p>

<div class="ecxMsoNormal" style="margin-left: 36pt; text-align: center;" align="center"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">

<hr size="2" width="100%" align="center">

</span></div>

<p class="ecxMsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">Hotmail: Trusted email with powerful SPAM
protection. <a href="http://clk.atdmt.com/GBL/go/177141665/direct/01/">Sign up now.</a></span></p>

</div>                                               <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/171222985/direct/01/' target='_new'>Sign up now.</a></body>
</html>