<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR>
<STYLE>
<!--
                       
 font-face
        {font-family:Wingdings;}
font-face
        {font-family:Wingdings;}
font-face
        {font-family:Calibri;}
font-face
        {font-family:Tahoma;}
font-face
        {font-family:Verdana;}
                        
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {
        color:purple;
        text-decoration:underline;}
span.EstiloCorreo17
        {
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EstiloCorreo18
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.EstiloCorreo19
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EstiloCorreo20
        {
        font-family:"Verdana","sans-serif";
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.EstiloCorreo21
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EstiloCorreo22
        {
        font-family:"Verdana","sans-serif";
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.EstiloCorreo23
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {
        font-size:10.0pt;}

div.Section1
        {page:Section1;}
-->
</STYLE>
</HEAD>
<BODY lang=ES vLink=purple link=blue>
<DIV id=idOWAReplyText72700 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>you can only swap depths on mcs with a common parent. That is the problem. So you need to look up the tree structure and find where you can swap them, probably by swapping the pages, or creating a structure that will allow you to do what you want - perhaps by breaking up the content of a page into a decision icon with additional pages, and then swap depths on those?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>I've had a few tricky ones like this, but you can usually find a way to do it.</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Marc Torruella Altadill<BR><B>Sent:</B> Thu 28/05/2009 13:10<BR><B>To:</B> 'Xerte discussion list'<BR><B>Subject:</B> RE: [Xerte] Depth issue<BR></FONT><BR></DIV>
<DIV>
<DIV class=Section1>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">Ok, thank you very much, now i know for sure the solution will be hard to find.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">_level0.engine.pageIcon is the movieClip of the xerte&#8217;s current page, I verified it with a textfield. (thank you Patrick)</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">_level0.engine.pageIcon.getDepth() says its depth is 2&#8230; 2? Cmon!!! It can&#8217;t be 2!... but it is.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">And as expected after finding this, the swapDepths doesn&#8217;t work</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">this["dragObj"].swapDepths(_level0.engine.pageIcon.getDepth());</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">pageIcon continues being displayed over dragObj.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">So as I feared at the beginning, I think I cannot swap depth between components of different movieClips loaded in Xerte.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">Not easily at least.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">I also tried this from the interface: </SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">_<I>level0.engine.interfaz.clip.swapDepths(</I>_level0.engine.pageIcon.getDepth());</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">Then I though&#8230; let&#8217;s let Xerte do this:</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">I added this function in the first script icon we have in Xerte:</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">function interfacePopup(){&nbsp; </SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">&nbsp;&nbsp;&nbsp; debug("interfaz previous Depth: "+interfaz.clip.getDepth());</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">&nbsp;&nbsp;&nbsp; interfaz.clip.swapDepths(pageIcon.getDepth()+1);</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">&nbsp;&nbsp;&nbsp; debug("interfaz actual Depth: "+interfaz.clip.getDepth());</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">}</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">And in the interface I call it: _level0.engine.interfacePopup();</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">The depths from xerte has a different numeration than from the interface, so seems that letting Xerte do it has some sense&#8230; but it doesn&#8217;t work :p.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d">I&#8217;ll let you know if we find whats going on.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">De:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>En nombre de </B>Patrick Lockley<BR><B>Enviado el:</B> jueves, 28 de mayo de 2009 11:49<BR><B>Para:</B> Xerte discussion list<BR><B>Asunto:</B> RE: [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">It seems to me that _level0.engine.engine is where things live for example - Text_box &#8211; which is the id of the text field on the xerte piece lives in here. </SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">If you change the button code (in the swf to be)</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">For(x in _level0.engine.engine){</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug(x);</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">}</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">You might see more of your stuff? The flash app sets the xerte script variables (well it sets the text field) and it you click on the button it calls a xerte function as well.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">It&#8217;s worth noting that _root and _level0, behave differently (excuse my flash if that&#8217;s obvious).</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">I would suggest you make some xerte textfields on the interface you have, then add a line to the bottom of each of your swfs like</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">_level0.engine.engine.textfieldid = this.getDepth();</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Marc Torruella Altadill<BR><B>Sent:</B> 28 May 2009 10:39<BR><B>To:</B> 'Xerte discussion list'<BR><B>Subject:</B> RE: [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d">Oh, it seems you are poiting me to the right direction </SPAN><SPAN style="COLOR: #1f497d; FONT-FAMILY: Wingdings">J</SPAN><SPAN lang=EN-US style="COLOR: #1f497d">. &nbsp;</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d">_level0.engine what is that? </SPAN><SPAN lang=EN-US style="COLOR: #1f497d; FONT-FAMILY: Wingdings">J</SPAN><SPAN lang=EN-US style="COLOR: #1f497d"> the engine, yes&#8230; but what do you mean by engine? Can I acces Xerte script variables from here? Can I acces pages movieclips from here? Is _level0.engine the same as rootIcon from Xerte script?</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d">I feel a bit disoriented right now, sorry if I ask something stupid.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">De:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>En nombre de </B>Patrick Lockley<BR><B>Enviado el:</B> jueves, 28 de mayo de 2009 11:08<BR><B>Para:</B> Xerte discussion list<BR><B>Asunto:</B> RE: [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 36pt">&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">I&#8217;m not sure this&#8217;ll help, but its basically a swf that xerte loads and lets you examine the engine.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">It shows the depths, and as you can see, it should allow you to check in Xerte what depth clips are.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">Swap depths seems a tad unreliable / unpredictable though.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'">Hope this helps.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 36pt"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Verdana','sans-serif'"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Marc Torruella Altadill<BR><B>Sent:</B> 28 May 2009 09:06<BR><B>To:</B> 'Xerte discussion list'<BR><B>Subject:</B> RE: [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Here i am again, Champions league celebrations did not affect our office&#8230; damn&#8230;</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Ok, thanks for the info you two. I already did know about swapDeapths(), I tried to use some imposible depths like 1500 or 10500, even 100500, but Xerte&#8217;s movieclips seems to have higher depths which I think is not possible.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">I got the rootIcon on a flash variable &#8220;fw&#8221; I can acces from interface, &nbsp;I can call fw.navigate(), for example.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">But I don&#8217;t know how to get to the current pages clip, nor access the script variables on Xerte.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Is there anyway I can access them? I have a variable called PageIcon in xerte&#8217;s templates which points to the currents page&nbsp; movieClip, but I don&#8217;t know how to get to it. &nbsp;</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">fw.PageIcon doesn&#8217;t work.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Any ideas? </SPAN><SPAN lang=EN-US style="COLOR: #1f497d; FONT-FAMILY: Wingdings">J</SPAN><SPAN lang=EN-US style="COLOR: #1f497d">.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">P.D: the depths problem still occurs after publishing and viewing it in a browser</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Marc.</SPAN></P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">De:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>En nombre de </B>Paul Swanson<BR><B>Enviado el:</B> miércoles, 27 de mayo de 2009 18:14<BR><B>Para:</B> Xerte discussion list<BR><B>Asunto:</B> RE: [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 72pt">&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">You can use swapDepths() to set the stacking level:&nbsp; http://livedocs.adobe.com/flash/8/main/00002519.html</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d">Paul</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US style="COLOR: #1f497d"></SPAN>&nbsp;</P>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: blue 1.5pt solid; PADDING-TOP: 0cm; BORDER-BOTTOM: medium none">
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Marc Torruella Altadill<BR><B>Sent:</B> Wednesday, May 27, 2009 8:56 AM<BR><B>To:</B> 'Xerte discussion list'<BR><B>Subject:</B> [Xerte] Depth issue</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>Hi all again,</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>As some of you know, we have implemented a custom interface, we have a top and a left menu, which are controlled by an external .swf, then the Xerte pages are loaded over it.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>The links on the top menu load a movie clip simulating a pop up window. The problem comes when the Xerte page is always displayed with a highest depth than the &#8220;pop up&#8221;&#8230; I guess is something about how Xerte loads de interface which makes impossible for a movie on it to get a higher depth than a movieclip from Xerte.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>Sorry, I&#8217;m not explaining this well enough, but I&#8217;m doing my best.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>Just let me know if my explanaition is understandable :_), and if there is a simple solution to &nbsp;the problem.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 72pt"><SPAN lang=EN-US>Thank you in advance for the help.</SPAN></P></DIV></DIV></DIV></BODY></HTML>