<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Xerte] Problems playing a Youtube video</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Search the string for a question Mark?<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: xerte-bounces@lists.nottingham.ac.uk on behalf of Julian Tenney<BR>
Sent: Mon 8/23/2010 11:46<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
Hmm. What to do. If I change the code to handle the new embed stuff, it will break existing pieces.<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Patrick Lockley<BR>
Sent: 20 August 2010 09:20<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
I would guess so. Probably next week.<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Peter Snowball<BR>
Sent: 20 August 2010 01:22<BR>
To: 'Xerte discussion list'<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Thanks<BR>
<BR>
<BR>
<BR>
Hacking the SRC in the Utube embedded code (delete everything after the question mark ) works both in templates and toolkits.<BR>
<BR>
<BR>
<BR>
It is easier than hacking the code but&nbsp; will toolkits be updated ?<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
Peter Snowball<BR>
<BR>
Dept Of Economic Development<BR>
<BR>
Tasmania<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Patrick Lockley<BR>
Sent: Thursday, 19 August 2010 6:19 PM<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Try this<BR>
<BR>
<BR>
<BR>
<A HREF="http://www.youtube.com/v/eI388V_xhws">http://www.youtube.com/v/eI388V_xhws</A><BR>
<BR>
<BR>
<BR>
so delete everything after the question mark<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Peter Snowball<BR>
Sent: 19 August 2010 05:08<BR>
To: 'Xerte discussion list'<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Hi All<BR>
<BR>
Following applies to Xerte 2.12 and pagewizards 07/2010 and may be just related to the particular SRC i am accessing<BR>
<BR>
<BR>
<BR>
In page wizards in getPageID ( script icon) I Replaced<BR>
<BR>
//vidID = embedObj.object[0].embed[0].src.split('/')[4].split('&amp;')[0];<BR>
<BR>
With<BR>
<BR>
vidID = embedObj.object[0].embed[0].src.split('/')[4].split('?')[0];<BR>
<BR>
<BR>
<BR>
After this change all works as expected<BR>
<BR>
<BR>
<BR>
Embedded code :<BR>
<BR>
&quot;&quot;&quot;&quot;&lt;object width=&quot;960&quot; height=&quot;745&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;<A HREF="http://www.youtube.com/v/eI388V_xhws?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1">http://www.youtube.com/v/eI388V_xhws?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1</A>&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;<A HREF="http://www.youtube.com/v/eI388V_xhws?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1">http://www.youtube.com/v/eI388V_xhws?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1</A>&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;960&quot; height=&quot;745&quot;&gt;&lt;/embed&gt;&lt;/object&gt; &quot;&quot;&quot;<BR>
<BR>
<BR>
<BR>
This seems to be because YouTube have introduced options or I have not selected the embedded code properly - similar but not related to the link in my previous post.<BR>
<BR>
Also not confident that this is just&nbsp; a fix or workaround ?<BR>
<BR>
<BR>
<BR>
Other than modify the scr code itself I do not know how to modify the online toolkits<BR>
<BR>
<BR>
<BR>
Peter Snowball<BR>
<BR>
Dept Of Economic Development<BR>
<BR>
Tasmania<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Peter Snowball<BR>
Sent: Thursday, 19 August 2010 12:16 AM<BR>
To: xerte@lists.nottingham.ac.uk<BR>
Subject: Re: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Hi All<BR>
I changed my security settings and wikipedia, Youtube feeds, flicker etc all work except an embeded&nbsp; YouTube.<BR>
Tried this in both page wizards and maxos toolkits - to no avial - strage that the YouTube feeds pay perfectly but not an embedded Youtube video.<BR>
<BR>
Is it possible the video id parser in Pagewizards and toolkits need to be updated see notice below from Youtube.<BR>
****************************<BR>
Monday, March 8, 2010<BR>
Upcoming Change to YouTube Video Page URLs<BR>
<BR>
There's an upcoming change to YouTube video page URLs that we wanted developers to know about. While it's not something that will directly affect users of the YouTube APIs, chances are there are some developers in the audience who have code that parses existing YouTube video page URLs, possibly to extract a video's id.<BR>
<BR>
<A HREF="http://apiblog.youtube.com/2010/03/upcoming-change-to-youtube-video-page.html">http://apiblog.youtube.com/2010/03/upcoming-change-to-youtube-video-page.html</A><BR>
<BR>
************************************************************************<BR>
<BR>
Peter Snowball<BR>
Dept Of Economic Development<BR>
Tasmania<BR>
<BR>
<BR>
On 5/08/2010 6:24 PM, Jorge Freire wrote:<BR>
<BR>
Hi Ron,<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
This worked and it now plays the videos perfectly. Thank you, you were really helpful.<BR>
<BR>
Peter Snowball, try this, it might solve your problem.<BR>
<BR>
And thanks to everyone in the group for your help.<BR>
<BR>
<BR>
<BR>
Jorge Freire<BR>
<BR>
WKC<BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Ron Mitchell<BR>
Sent: 04 August 2010 18:09<BR>
To: 'Xerte discussion list'<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
I suspect this is a flash player security issue...<BR>
<BR>
<BR>
<BR>
When viewing an LO via HDD or USB Flash Player security settings may prevent some pages from working e.g. where external data is being retrieved like YouTube page. Right click in the centre of the LO so that you see the flash player menu and select Global Settings....<BR>
<BR>
<BR>
<BR>
A new browser window should launch where you can select the Global Security Settings panel see <A HREF="http://grab.by/grabs/8e20f782907a1a6a1ca306c6ee177f68.png">http://grab.by/grabs/8e20f782907a1a6a1ca306c6ee177f68.png</A><BR>
<BR>
<BR>
<BR>
Select Edit locations &gt; Add location and add the location of your LO e.g. C:\mydocuments\xerte\ or just C:\ In my case my ext hdd is J:\ <A HREF="http://grab.by/grabs/27cfe11937d5db2479a6278dd47628d5.png">http://grab.by/grabs/27cfe11937d5db2479a6278dd47628d5.png</A><BR>
<BR>
<BR>
<BR>
Let us know if that fixes your problem?<BR>
<BR>
<BR>
<BR>
If you upload the same LO to a webserver and view from there it should work fine. Although there are some pages that are an exception to this.<BR>
<BR>
<BR>
<BR>
HTH<BR>
<BR>
Ron<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Jorge Freire<BR>
Sent: 04 August 2010 17:11<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Thank you.<BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Patrick Lockley<BR>
Sent: 04 August 2010 17:09<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Will try tomorrow and let you know<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Jorge Freire<BR>
Sent: 04 August 2010 17:03<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Thanks. The link where I got the code to embed it is below. I did try different videos, though. Please let me know if it works.<BR>
<BR>
<BR>
<BR>
<A HREF="http://www.youtube.com/watch?v=lo3Qs-rpieY">http://www.youtube.com/watch?v=lo3Qs-rpieY</A><BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Patrick Lockley<BR>
Sent: 04 August 2010 16:44<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
For what video though, I can try here, see what happens<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Jorge Freire<BR>
Sent: 04 August 2010 16:43<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
I am trying to embed the code. It plays fine in the editing menu, it doesn't work once I export it and open the presentation.<BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Patrick Lockley<BR>
Sent: 04 August 2010 16:40<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
What is the youtube url you are trying to hit?<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Jorge Freire<BR>
Sent: 04 August 2010 16:40<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Hi,<BR>
<BR>
<BR>
<BR>
I tried reopening the presentation and I made sure I published it, before I exported it.<BR>
<BR>
Thank you for the help, though.<BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Ron Mitchell<BR>
Sent: 04 August 2010 16:27<BR>
To: 'Xerte discussion list'<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Also did you publish before exporting?<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Julian Tenney<BR>
Sent: 04 August 2010 16:12<BR>
To: Xerte discussion list<BR>
Subject: RE: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
I don't know - it works fine here. Sometimes youtube doesn't respond - have you tried it again?<BR>
<BR>
<BR>
<BR>
From: xerte-bounces@lists.nottingham.ac.uk [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of Jorge Freire<BR>
Sent: 04 August 2010 15:34<BR>
To: xerte@lists.nottingham.ac.uk<BR>
Subject: [Xerte] Problems playing a Youtube video<BR>
<BR>
<BR>
<BR>
Hi,<BR>
<BR>
<BR>
<BR>
We've recently starting using Xerte Online Toolkit and I'm working on a presentation. The only glitch is that, when I export the presentation as a zip file, after unzipping it, the Youtube videos don't play. The player loads, but I get a message saying: &quot;Player loading&quot;. And then it doesn't.<BR>
<BR>
Any ideas? I searched the archives, but did not find something useful.<BR>
<BR>
Thank you for the help.<BR>
<BR>
Regards,<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
Jorge Freire<BR>
<BR>
Learning Centre Advisor<BR>
<BR>
King's Cross Learning Centre<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
Xerte mailing list<BR>
Xerte@lists.nottingham.ac.uk<BR>
<A HREF="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><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>
<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>
<BR>
<BR>
________________________________<BR>
<BR>
CONFIDENTIALITY NOTICE AND DISCLAIMER<BR>
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this Office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.<BR>
If the transmission contains advice, the advice is based on instructions in relation to, and is provided to the addressee in connection with, the matter mentioned above. Responsibility is not accepted for reliance upon it by any other person or for any other purpose.<BR>
<BR>
<BR>
<BR>
________________________________<BR>
<BR>
CONFIDENTIALITY NOTICE AND DISCLAIMER<BR>
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this Office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.<BR>
If the transmission contains advice, the advice is based on instructions in relation to, and is provided to the addressee in connection with, the matter mentioned above. Responsibility is not accepted for reliance upon it by any other person or for any other purpose.<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>