Oops, just looked at the standard template code and see that ours is different. <br><br>But I did a little test with the accordion template and found that if you add the following to the <b>fTogglePane</b> script icon after the line where tempIndex is assigned, it seems to work.  You know which pane you're on by looking at tempIndex which is 0 for the first one, 1 for the second and so on.<br>

<br><br><span style="color: rgb(51, 51, 255);">VO.pause();</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">if (tempIndex == 0) {</span><br style="color: rgb(51, 51, 255);">

<span style="color: rgb(51, 51, 255);">   VO.loadSound(FileLocation + 'media/narration_01.mp3');</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">} else {</span><br style="color: rgb(51, 51, 255);">

<span style="color: rgb(51, 51, 255);">   (VO.loadSound(FileLocation + 'media/narration_02.mp3');</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">}</span><br style="color: rgb(51, 51, 255);">

<br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">VO.play();</span><br style="color: rgb(51, 51, 255);"><br><br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 1:29 PM, Ott A (AT) <span dir="ltr"><<a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Many thanks Mary Ann. Your suggestions made me go back to what I was trying to do. It sounds exactly what I was looking for, but I am still struggling to work out Your Point 2, i.e. where to find the location of the script that gets executed when each tab is pressed. Could you please let me know the location for the tab navigator (and I can find the equivalent for the accordion)?<br>


<br>
Your point 1: Once I exported the accordion pages, in the folder for the learning object in the models subfolder I opened accNav (your equivalent would be tabNav). Above the accInteraction icon (equivalent to tabInteraction), I inserted the sound icon, etc. and added the sound file to the media subfolder. I think this is the same as you described.<br>


<br>
Your point 2. I do not seem to be able to find the page or file with the script that gets executed when each of the tabs is pressed. I tried a few places at random, e.g. makeTabs, and managed to make the sound file play but never associated with the particular page. So there is something that I am missing.<br>


<br>
-----Original Message-----<br>
From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>


Sent: 31 January 2011 21:03<br>
To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
Subject: Xerte Digest, Vol 10, Issue 7<br>
<br>
Send Xerte mailing list submissions to<br>
        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Xerte digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Drag and drops (Dave Burnett)<br>
   2. Re: Drag and drops (Dave Burnett)<br>
   3. Re: Narration for nested pages in Accordion Navigators<br>
      (Mary Ann Ahearn)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 31 Jan 2011 13:29:04 -0500<br>
From: Dave Burnett <<a href="mailto:d_b_burnett@hotmail.com">d_b_burnett@hotmail.com</a>><br>
To: Xerte list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
Subject: [Xerte] Re: Drag and drops<br>
Message-ID: <BLU147-W34C2893539BF93B940FC4FA7E20@phx.gbl><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
<br>
<br>
daa.<br>
<br>
I abandoned the button idea and just have a text field set to scroll auto.<br>
Now of course I can't scroll the text because the drag hand overrides the scroll component.<br>
<br>
Sigh.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
Date: Mon, 31 Jan 2011 16:24:49 +0000<br>
Subject: [Xerte] Re: Drag and drops<br>
<br>
<br>
<br>
Interesting ? that ought to work. Is it a timing issue ? try making the button, then disabling, then when you know it?s actually disablerd, try making the interaction with it? From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>


Sent: 31 January 2011 16:24<br>
To: Xerte list<br>
Subject: [Xerte] Re: Drag and drops<br>
If I hand code it, yes.<br>
<br>
No luck with:<br>
buttonid~leave~0<br>
or<br>
buttonrs~leave~0<br>
<br>
<br>
<br>
<br>
From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
Date: Mon, 31 Jan 2011 16:20:36 +0000<br>
Subject: [Xerte] Re: Drag and dropsSorry ? should have read it all. It?s a movieclip ? it should do all the things movieclips do Btn.startDrag()? From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>


Sent: 31 January 2011 15:05<br>
To: Xerte list<br>
Subject: [Xerte] Re: Drag and drops<br>
Can a button be draggable?<br>
Tried id and rs and no joy.<br>
Disabled the button first.<br>
<br>
<br>
<br>
<br>
<br>
<br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>


This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.<br>


<br>
_______________________________________________ Xerte mailing list <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.<br>


_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>


<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/e2d9485f/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/e2d9485f/attachment-0001.html</a>><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 31 Jan 2011 14:49:36 -0500<br>
From: Dave Burnett <<a href="mailto:d_b_burnett@hotmail.com">d_b_burnett@hotmail.com</a>><br>
To: Xerte list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
Subject: [Xerte] Re: Drag and drops<br>
Message-ID: <BLU147-W3274A585FD3579A919A682A7E20@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
<br>
<br>
OK, is this a possibility:<br>
<br>
I figure the scrollbar is hot because it is create as a child of the text icon when scrolling is set as a property.<br>
<br>
Can I create the scrollbar as a child of some other icon and set the target as the text icon text field?<br>
<br>
<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/afb10a55/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/afb10a55/attachment-0001.html</a>><br>


<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 31 Jan 2011 15:23:43 -0500<br>
From: Mary Ann Ahearn <<a href="mailto:maryann@moberg.com">maryann@moberg.com</a>><br>
To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
        Navigators<br>
Message-ID:<br>
        <<a href="mailto:AANLkTikiyaBktFgTs6GJCt_xLKBFGqQqEqmFFNJvvex4@mail.gmail.com">AANLkTikiyaBktFgTs6GJCt_xLKBFGqQqEqmFFNJvvex4@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Not sure if this is what you're looking for, but I managed to put a<br>
narration on each tab of a page created with the tab navigation template.<br>
Haven't used the accordion template at all but I have to think it's somewhat<br>
similar.  Did this after the page was created.<br>
<br>
1 - Put a sound icon on the page somewhere above the tab interaction icon.<br>
In this example it plays a narration that introduces the page at first, and<br>
its id is "VO".<br>
<br>
2 - Then in the script that gets executed when each of the tabs is pressed<br>
add 3 lines of code:<br>
<br>
VO.pause();<br>
VO.loadSound(FileLocation + 'media/narration_01.mp3');<br>
VO.play();<br>
<br>
All you have to do is change the sound file that's referenced in the script<br>
for each tab and there you have it.<br>
<br>
Seems to work fine.  Should be easily adaptable for the accordion<br>
interaction.<br>
<br>
Hope this answer is at least somewhat related to your question.<br>
<br>
-ma<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Mon, Jan 31, 2011 at 7:05 AM, Ott A (AT) <<a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a>> wrote:<br>
<br>
> Many thanks - I will give it a go.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of<br>
> <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
> Sent: 31 January 2011 12:00<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: Xerte Digest, Vol 10, Issue 3<br>
><br>
> Send Xerte mailing list submissions to<br>
>        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
><br>
> You can reach the person managing the list at<br>
>        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Xerte digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: Narration for nested pages in Accordion Navigators<br>
>       (Ott A (AT))<br>
>    2. Re: Narration for nested pages in Accordion Navigators<br>
>      (Julian Tenney)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Mon, 31 Jan 2011 11:29:53 +0000<br>
> From: "Ott A (AT)" <<a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a>><br>
> To: "<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>" <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>         <<a href="mailto:0583CB09BCEA134BBAE4C60538F8980D0E8B03B2@MailDB1.uni.glam.ac.uk">0583CB09BCEA134BBAE4C60538F8980D0E8B03B2@MailDB1.uni.glam.ac.uk</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> Good thanks, yes I am up for a challenge. Any guidance of where to start<br>
> would be greatly appreciated. I am fine with html and some javascript but<br>
> know little about actionscript. I intended to learn this as part of using<br>
> Xerte.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of<br>
> <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
> Sent: 29 January 2011 12:00<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: Xerte Digest, Vol 9, Issue 116<br>
><br>
> Send Xerte mailing list submissions to<br>
>        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
><br>
> You can reach the person managing the list at<br>
>        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Xerte digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: Narration for nested pages in Accordion Navigators<br>
>      (Julian Tenney)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Fri, 28 Jan 2011 15:42:06 +0000<br>
> From: Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>><br>
> To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>        <<br>
> <a href="mailto:12C67A1EEC419342AF5E59DA31562C3F02CCAD719D@EXCHANGE1.ad.nottingham.ac.uk">12C67A1EEC419342AF5E59DA31562C3F02CCAD719D@EXCHANGE1.ad.nottingham.ac.uk</a>><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> It needs someone to develop the functionality, so it's not "no it's not<br>
> possible at all". Are you up for a coding challenge?<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ott A (AT)<br>
> Sent: 28 January 2011 14:33<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators<br>
><br>
> Thanks Julian,<br>
><br>
> Is this an absolute No it is not possible? Could I create the Accordion<br>
> page, export it, import it to the development tool and add the code for<br>
> narration to the individual pages? I would like to build up a structure of<br>
> criminal versus civil law; and the narration on the individual pages as<br>
> opposed to the narration for the whole pages would be a distinct advantage.<br>
><br>
> Cheers, Alex.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of<br>
> <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
> Sent: 27 January 2011 16:02<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: Xerte Digest, Vol 9, Issue 101<br>
><br>
> Send Xerte mailing list submissions to<br>
>        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
><br>
> You can reach the person managing the list at<br>
>        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Xerte digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Narration for nested pages in Accordion Navigators (Ott A (AT))<br>
>   2. Re: Eval string (Dave Burnett)<br>
>   3. Re: Narration for nested pages in Accordion Navigators<br>
>      (Julian Tenney)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Thu, 27 Jan 2011 15:47:52 +0000<br>
> From: "Ott A (AT)" <<a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a>><br>
> To: "<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>" <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators<br>
> Message-ID:<br>
>        <<a href="mailto:0583CB09BCEA134BBAE4C60538F8980D0E8B01B4@MailDB1.uni.glam.ac.uk">0583CB09BCEA134BBAE4C60538F8980D0E8B01B4@MailDB1.uni.glam.ac.uk</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> Hi<br>
><br>
> Over the last two weeks, I have started to use the Xerte online toolkit in<br>
> the JISC sandpit area with the aim to use Xerte to support a work-based<br>
> learning project at Glamorgan University.<br>
><br>
> Is it possible to add narration to the individual nested pages when<br>
> creating an Accordion Navigator, using the toolkit templates?<br>
><br>
> Many thanks, Alex.<br>
><br>
> Alexandra Ott<br>
> Instructional Designer<br>
> The Professional Academy<br>
> Faculty of Advanced Technology<br>
> University of Glamorgan<br>
> CF37 1DL<br>
> Room G244<br>
> Tel: 01443 482206<br>
> <a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Thu, 27 Jan 2011 10:56:11 -0500<br>
> From: Dave Burnett <<a href="mailto:d_b_burnett@hotmail.com">d_b_burnett@hotmail.com</a>><br>
> To: Xerte list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Eval string<br>
> Message-ID: <BLU147-W143A27F2E6472B1C6C6019A7FE0@phx.gbl><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
><br>
> Hadn't used it before, and the code hint that comes up for expression( is<br>
> Math.exp(number)<br>
><br>
> From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Date: Thu, 27 Jan 2011 15:38:31 +0000<br>
> Subject: [Xerte] Re: Eval string<br>
><br>
><br>
><br>
> str = 'FileLocation';debug(expression(str,this)); //this ==<br>
> _level0.engineFrom: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>
> Sent: 27 January 2011 15:20<br>
> To: Xerte list<br>
> Subject: [Xerte] Re: Eval string Daa.<br>
> Was leaving out the _level0.engine.<br>
><br>
> Cheers.<br>
><br>
><br>
><br>
> From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Date: Thu, 27 Jan 2011 14:58:11 +0000<br>
> Subject: [Xerte] Re: Eval stringexpression(string, _level0.engine) From:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>
> Sent: 27 January 2011 14:55<br>
> To: Xerte list<br>
> Subject: [Xerte] Eval string<br>
> I'm gapping at the moment.<br>
><br>
> taskData.group[groups.getPageIndex()].sound[0].sound<br>
><br>
> originally came in as a string to set the node xml:<br>
><br>
> "Filelocation + 'media\blah.mp3'"<br>
><br>
> How do I eval that so it works in a direct set of the clip:<br>
><br>
><br>
> common_sound.loadSound(taskData.group[groups.getPageIndex()].sound[0].sound);<br>
><br>
><br>
><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it. Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment. Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
><br>
> _______________________________________________ Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a> This message and any<br>
> attachment are intended solely for the addressee and may contain<br>
> confidential information. If you have received this message in error, please<br>
> send it back to me, and immediately delete it. Please do not use, copy or<br>
> disclose the information contained in this message or in any attachment. Any<br>
> views or opinions expressed by the author of this email do not necessarily<br>
> reflect the views of the University of Nottingham. This message has been<br>
> checked for viruses but the contents of an attachment may still contain<br>
> software viruses which could damage your computer system: you are advised to<br>
> perform your own checks. Email communications with the University of<br>
> Nottingham may be monitored as permitted by UK legislation.<br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it.   Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment.  Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
><br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/05e52669/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/05e52669/attachment-0001.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Thu, 27 Jan 2011 15:52:49 +0000<br>
> From: Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>><br>
> To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>        <<br>
> <a href="mailto:12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA@EXCHANGE1.ad.nottingham.ac.uk">12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA@EXCHANGE1.ad.nottingham.ac.uk</a>><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> No,<br>
><br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ott A (AT)<br>
> Sent: 27 January 2011 15:48<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators<br>
><br>
> Hi<br>
><br>
> Over the last two weeks, I have started to use the Xerte online toolkit in<br>
> the JISC sandpit area with the aim to use Xerte to support a work-based<br>
> learning project at Glamorgan University.<br>
><br>
> Is it possible to add narration to the individual nested pages when<br>
> creating an Accordion Navigator, using the toolkit templates?<br>
><br>
> Many thanks, Alex.<br>
><br>
> Alexandra Ott<br>
> Instructional Designer<br>
> The Professional Academy<br>
> Faculty of Advanced Technology<br>
> University of Glamorgan<br>
> CF37 1DL<br>
> Room G244<br>
> Tel: 01443 482206<br>
> <a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
> End of Xerte Digest, Vol 9, Issue 101<br>
> *************************************<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
> End of Xerte Digest, Vol 9, Issue 116<br>
> *************************************<br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Mon, 31 Jan 2011 11:48:41 +0000<br>
> From: Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>><br>
> To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>         <<br>
> <a href="mailto:12C67A1EEC419342AF5E59DA31562C3F02CDD2AB8D@EXCHANGE1.ad.nottingham.ac.uk">12C67A1EEC419342AF5E59DA31562C3F02CDD2AB8D@EXCHANGE1.ad.nottingham.ac.uk</a>><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> I'd look at creating your own version of the accordion navigator page that<br>
> adds in the functionality you want. The other .rlms are useful sources of<br>
> how to do various things, so best place to start would be with a copy of the<br>
> accordion model and look at the bits that add the content for the<br>
> accordion's panes.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ott A (AT)<br>
> Sent: 31 January 2011 11:30<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators<br>
><br>
> Good thanks, yes I am up for a challenge. Any guidance of where to start<br>
> would be greatly appreciated. I am fine with html and some javascript but<br>
> know little about actionscript. I intended to learn this as part of using<br>
> Xerte.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of<br>
> <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
> Sent: 29 January 2011 12:00<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: Xerte Digest, Vol 9, Issue 116<br>
><br>
> Send Xerte mailing list submissions to<br>
>        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
><br>
> You can reach the person managing the list at<br>
>        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Xerte digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: Narration for nested pages in Accordion Navigators<br>
>      (Julian Tenney)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Fri, 28 Jan 2011 15:42:06 +0000<br>
> From: Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>><br>
> To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>        <<br>
> <a href="mailto:12C67A1EEC419342AF5E59DA31562C3F02CCAD719D@EXCHANGE1.ad.nottingham.ac.uk">12C67A1EEC419342AF5E59DA31562C3F02CCAD719D@EXCHANGE1.ad.nottingham.ac.uk</a>><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> It needs someone to develop the functionality, so it's not "no it's not<br>
> possible at all". Are you up for a coding challenge?<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ott A (AT)<br>
> Sent: 28 January 2011 14:33<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators<br>
><br>
> Thanks Julian,<br>
><br>
> Is this an absolute No it is not possible? Could I create the Accordion<br>
> page, export it, import it to the development tool and add the code for<br>
> narration to the individual pages? I would like to build up a structure of<br>
> criminal versus civil law; and the narration on the individual pages as<br>
> opposed to the narration for the whole pages would be a distinct advantage.<br>
><br>
> Cheers, Alex.<br>
><br>
> -----Original Message-----<br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of<br>
> <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
> Sent: 27 January 2011 16:02<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: Xerte Digest, Vol 9, Issue 101<br>
><br>
> Send Xerte mailing list submissions to<br>
>        <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>        <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>        <a href="mailto:xerte-request@lists.nottingham.ac.uk">xerte-request@lists.nottingham.ac.uk</a><br>
><br>
> You can reach the person managing the list at<br>
>        <a href="mailto:xerte-owner@lists.nottingham.ac.uk">xerte-owner@lists.nottingham.ac.uk</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of Xerte digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Narration for nested pages in Accordion Navigators (Ott A (AT))<br>
>   2. Re: Eval string (Dave Burnett)<br>
>   3. Re: Narration for nested pages in Accordion Navigators<br>
>      (Julian Tenney)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Thu, 27 Jan 2011 15:47:52 +0000<br>
> From: "Ott A (AT)" <<a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a>><br>
> To: "<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>" <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators<br>
> Message-ID:<br>
>        <<a href="mailto:0583CB09BCEA134BBAE4C60538F8980D0E8B01B4@MailDB1.uni.glam.ac.uk">0583CB09BCEA134BBAE4C60538F8980D0E8B01B4@MailDB1.uni.glam.ac.uk</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> Hi<br>
><br>
> Over the last two weeks, I have started to use the Xerte online toolkit in<br>
> the JISC sandpit area with the aim to use Xerte to support a work-based<br>
> learning project at Glamorgan University.<br>
><br>
> Is it possible to add narration to the individual nested pages when<br>
> creating an Accordion Navigator, using the toolkit templates?<br>
><br>
> Many thanks, Alex.<br>
><br>
> Alexandra Ott<br>
> Instructional Designer<br>
> The Professional Academy<br>
> Faculty of Advanced Technology<br>
> University of Glamorgan<br>
> CF37 1DL<br>
> Room G244<br>
> Tel: 01443 482206<br>
> <a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Thu, 27 Jan 2011 10:56:11 -0500<br>
> From: Dave Burnett <<a href="mailto:d_b_burnett@hotmail.com">d_b_burnett@hotmail.com</a>><br>
> To: Xerte list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Eval string<br>
> Message-ID: <BLU147-W143A27F2E6472B1C6C6019A7FE0@phx.gbl><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
><br>
> Hadn't used it before, and the code hint that comes up for expression( is<br>
> Math.exp(number)<br>
><br>
> From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Date: Thu, 27 Jan 2011 15:38:31 +0000<br>
> Subject: [Xerte] Re: Eval string<br>
><br>
><br>
><br>
> str = 'FileLocation';debug(expression(str,this)); //this ==<br>
> _level0.engineFrom: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>
> Sent: 27 January 2011 15:20<br>
> To: Xerte list<br>
> Subject: [Xerte] Re: Eval string Daa.<br>
> Was leaving out the _level0.engine.<br>
><br>
> Cheers.<br>
><br>
><br>
><br>
> From: <a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a><br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Date: Thu, 27 Jan 2011 14:58:11 +0000<br>
> Subject: [Xerte] Re: Eval stringexpression(string, _level0.engine) From:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Dave Burnett<br>
> Sent: 27 January 2011 14:55<br>
> To: Xerte list<br>
> Subject: [Xerte] Eval string<br>
> I'm gapping at the moment.<br>
><br>
> taskData.group[groups.getPageIndex()].sound[0].sound<br>
><br>
> originally came in as a string to set the node xml:<br>
><br>
> "Filelocation + 'media\blah.mp3'"<br>
><br>
> How do I eval that so it works in a direct set of the clip:<br>
><br>
><br>
> common_sound.loadSound(taskData.group[groups.getPageIndex()].sound[0].sound);<br>
><br>
><br>
><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it. Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment. Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
><br>
> _______________________________________________ Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a> This message and any<br>
> attachment are intended solely for the addressee and may contain<br>
> confidential information. If you have received this message in error, please<br>
> send it back to me, and immediately delete it. Please do not use, copy or<br>
> disclose the information contained in this message or in any attachment. Any<br>
> views or opinions expressed by the author of this email do not necessarily<br>
> reflect the views of the University of Nottingham. This message has been<br>
> checked for viruses but the contents of an attachment may still contain<br>
> software viruses which could damage your computer system: you are advised to<br>
> perform your own checks. Email communications with the University of<br>
> Nottingham may be monitored as permitted by UK legislation.<br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it.   Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment.  Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
><br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/05e52669/attachment-0001.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/05e52669/attachment-0001.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Thu, 27 Jan 2011 15:52:49 +0000<br>
> From: Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>><br>
> To: Xerte discussion list <<a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a>><br>
> Subject: [Xerte] Re: Narration for nested pages in Accordion<br>
>        Navigators<br>
> Message-ID:<br>
>        <<br>
> <a href="mailto:12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA@EXCHANGE1.ad.nottingham.ac.uk">12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA@EXCHANGE1.ad.nottingham.ac.uk</a>><br>
><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> No,<br>
><br>
> From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<br>
> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Ott A (AT)<br>
> Sent: 27 January 2011 15:48<br>
> To: <a href="mailto:xerte@lists.nottingham.ac.uk">xerte@lists.nottingham.ac.uk</a><br>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators<br>
><br>
> Hi<br>
><br>
> Over the last two weeks, I have started to use the Xerte online toolkit in<br>
> the JISC sandpit area with the aim to use Xerte to support a work-based<br>
> learning project at Glamorgan University.<br>
><br>
> Is it possible to add narration to the individual nested pages when<br>
> creating an Accordion Navigator, using the toolkit templates?<br>
><br>
> Many thanks, Alex.<br>
><br>
> Alexandra Ott<br>
> Instructional Designer<br>
> The Professional Academy<br>
> Faculty of Advanced Technology<br>
> University of Glamorgan<br>
> CF37 1DL<br>
> Room G244<br>
> Tel: 01443 482206<br>
> <a href="mailto:aott@glam.ac.uk">aott@glam.ac.uk</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<br>
> <a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html</a><br>


> ><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
> End of Xerte Digest, Vol 9, Issue 101<br>
> *************************************<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
> End of Xerte Digest, Vol 9, Issue 116<br>
> *************************************<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
><br>
> End of Xerte Digest, Vol 10, Issue 3<br>
> ************************************<br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/8fb8a603/attachment.html" target="_blank">http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/8fb8a603/attachment.html</a>><br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br>
<br>
End of Xerte Digest, Vol 10, Issue 7<br>
************************************<br>
<br>
_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
</blockquote></div><br>