<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>You can load swf files up inot the tabs &#8211; flash movies in other
words.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>You should add the option &#8216;interactivity&#8217; f you want your users
to be able to interact with the content in the flash movie &#8211; otherwise Xerte
will put a tooltip on it, preventing users from clicking on it&#8217;s contents or
otherwise inteacting with it.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>initObject is for more advanced flash movies. It allows you to
send data inot the flash move to initialise it. SO, perhaps you have a flash
movie that shows google maps. You want to use lots of these. Because you&#8217;re
smart, you realsie you can build just one movie, and as longas you know where
to locate the map it can be reused, saving you a lot of time and hassle. So,
you desing the flash movie so that the location is set when it initialises. You
pass that in from the wzard using initObject like this: {location: 52.9,-1.19}<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Code in the flash movie then receives this info and can position
the map accordingly. We use this a lot, it is very handy,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>J<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal style='margin-left:36.0pt'><b><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk]
<b>On Behalf Of </b>Robert Fant<br>
<b>Sent:</b> Sunday, January 18, 2009 10:25 PM<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> [Xerte] Tabbed Navigator<o:p></o:p></span></p>

</div>

<p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-left:36.0pt'>In my last email I requested help
adding graphics, etc to the Tabbed Navigator's nested pages.<br>
Since then, I've found out how to add graphics, but ran into other questions.<br>
<br>
The drop-down menu offers the options to add &quot;Image&quot;,&nbsp;
&quot;Interactivity&quot;&nbsp; or&nbsp; &quot;Init Object&quot;<br>
Adding an Image is obvious, but these other two, well&nbsp; .&nbsp; .&nbsp;
.&nbsp; what can be done with them, and how?<br>
<br>
Thanks in advance for your help and patience,<br>
<br>
<br>
P.S.<br>
I'm feeling like this application may not be suited for the &quot;average&quot;
high school teacher, but multimedia developers / seasoned programmers.<br>
<br>
P.S.S.<br>
If I can ever get some of this stuff figured out I might be willing to create
some &quot;how-to&quot; movies this Summer.<br clear=all>
<br>
-- <br>
Robert Fant<br>
Mathematics Instructor<br>
Technology Integration Enthusiast<br>
<br>
<a href="mailto:rfantster@gmail.com" target="_blank">rfantster@gmail.com</a><br>
<a href="http://robertfant.com" target="_blank">http://robertfant.com</a><br>
Skype Username: &nbsp;rfantster<o:p></o:p></p>

</div>

</body>

</html>