<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Change it to a local .jpg and see if it will load from the same domain<br><br><br><hr id="stopSpelling">Subject: RE: [Xerte] Google Mpas Test<br>Date: Wed, 11 Mar 2009 13:04:47 +0000<br>From: Julian.Tenney@nottingham.ac.uk<br>To: xerte@lists.nottingham.ac.uk<br><br>







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

<style>
.ExternalClass p.EC_MsoNormal, .ExternalClass li.EC_MsoNormal, .ExternalClass div.EC_MsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.EC_MsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.EC_MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass tt
{font-family:'Courier New';}
.ExternalClass span.EC_EmailStyle18
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .EC_MsoChpDefault
{;}
@page Section1
{size:612.0pt 792.0pt;}
.ExternalClass div.EC_Section1
{page:Section1;}
</style>





<div class="EC_Section1">

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

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

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

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

<p class="EC_MsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">So none the wiser. We also noticed that the image will load if
it’s cached, as Dave noted. I’d like to know what the problem is before we roll
this out,</span></p>

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

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

<p class="EC_MsoNormal" style="margin-left: 36pt;"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';" lang="EN-US"> xerte-bounces@lists.nottingham.ac.uk
[mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Peter
Huppertz<br>
<b>Sent:</b> Wednesday, March 11, 2009 12:37 PM<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> RE: [Xerte] Google Mpas Test</span></p>

</div>

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

<p class="EC_MsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><span style="font-size: 10pt; font-family: 'Arial','sans-serif';">Hey,</span>
<br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">have you tried
another method in flash to load the data:</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">stop();</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">var
container:MovieClip = createEmptyMovieClip("container",
getNextHighestDepth());</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">var
mcLoader:MovieClipLoader = new MovieClipLoader();</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">mcLoader.addListener(this);</span>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">mcLoader.loadClip('http://maps.google.com/staticmap?format=jpg&amp;key=ABQIAAAA0QikcjEkCwMdwo0IyZVptBRCYvJwBphaFU0M3k_bOBq_8Ioa1BSBz-9v-L593CIfDB7uRRB2meH5Zg&amp;sensor=false&amp;size=480x454&amp;maptype=satellite&amp;center=16.846605,-89.406738&amp;zoom=6',
container);</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">createTextField("status",
getNextHighestDepth(), 0, 0, 300, 20);</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">status.textColor
= 0xffffff;</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">status.text =
"test";</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">function
onLoadInit(mc:MovieClip) {</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">&nbsp;
&nbsp;status.text = "loading init";</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">}</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">function
onLoadError(mc:MovieClip) {</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">&nbsp; &nbsp;
status.text = "errorCode: " + errorCode;</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">&nbsp; &nbsp;
status.text += "httpStatus: " + httpStatus;</span> <br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">}</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">?</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">This gives you
the opportunity to see what happens - if it is a flash loading problem.</span> <br>
<br>
<span style="font-size: 10pt; font-family: 'Arial','sans-serif';">Peter</span> <br>
<br>
</p>

<table class="EC_MsoNormalTable" style="width: 100%; margin-left: 36pt;" width="100%" border="0" cellpadding="0">
 <tbody><tr>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif'; color: rgb(95, 95, 95);">From:</span> </p>
  </td>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">Julian
  Tenney &lt;Julian.Tenney@nottingham.ac.uk&gt;</span> </p>
  </td>
 </tr>
 <tr>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif'; color: rgb(95, 95, 95);">To:</span> </p>
  </td>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">"Xerte
  discussion list" &lt;xerte@lists.nottingham.ac.uk&gt;</span> </p>
  </td>
 </tr>
 <tr>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif'; color: rgb(95, 95, 95);">Date:</span> </p>
  </td>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">11.03.2009
  13:14</span> </p>
  </td>
 </tr>
 <tr>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif'; color: rgb(95, 95, 95);">Subject:</span> </p>
  </td>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">RE:
  [Xerte] Google Mpas Test</span> </p>
  </td>
 </tr>
 <tr>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif'; color: rgb(95, 95, 95);">Sent by:</span> </p>
  </td>
  <td style="padding: 0.75pt;" valign="top">
  <p class="EC_MsoNormal"><span style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">xerte-bounces@lists.nottingham.ac.uk</span></p>
  </td>
 </tr>
</tbody></table>

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

<div class="EC_MsoNormal" style="margin-left: 36pt; text-align: center;" align="center">

<hr style="color: rgb(167, 166, 170);" size="2" width="100%" align="center" noshade="noshade">

</div>

<p class="EC_MsoNormal" style="margin-left: 36pt;"><br>
<br>
<br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Right, this is
what we’ve discovered today:</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Using Internet
Explorer:</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Clear your cache</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Visit </span><a href="http://ltdev.nottingham.ac.uk/simple/test.htm"><span style="font-family: 'Calibri','sans-serif';">http://ltdev.nottingham.ac.uk/simple/test.htm</span></a>
<br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;You see no image, right?</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Now:</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Visit the same set of files at </span><a href="http://www.nottingham.ac.uk/%7Ecczjrt/simple/test.htm"><span style="font-family: 'Calibri','sans-serif';">http://www.nottingham.ac.uk/~cczjrt/simple/test.htm</span></a>
<br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;You see the image now?</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Now back in your
browser to the first set of files.</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">- &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Now you see the image!</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">The flash movie
has the following code in it: </span><br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">this.loadMovie('http://maps.google.com/staticmap?format=jpg&amp;key=ABQIAAAA0QikcjEkCwMdwo0IyZVptBRCYvJwBphaFU0M3k_bOBq_8Ioa1BSBz-9v-L593CIfDB7uRRB2meH5Zg&amp;sensor=false&amp;size=480x454&amp;maptype=satellite&amp;center=16.846605,-89.406738&amp;zoom=6');</span>
<br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">stop();</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Toolkits and
Xerte are completely out of the picture.</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">So – over to you
guys. What is going on?</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">Thanks for any
insight you might have. There’s a jam sandwich for anyone who comes up with the
solution.</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">J</span> <br>
<span style="font-family: 'Calibri','sans-serif'; color: rgb(0, 64, 128);">&nbsp;</span> <br>
<b><span style="font-family: 'Tahoma','sans-serif';">From:</span></b><span style="font-family: 'Tahoma','sans-serif';"> xerte-bounces@lists.nottingham.ac.uk
[</span><a href="mailto:xerte-bounces@lists.nottingham.ac.uk"><span style="font-family: 'Tahoma','sans-serif';">mailto:xerte-bounces@lists.nottingham.ac.uk</span></a><span style="font-family: 'Tahoma','sans-serif';">] <b>On Behalf Of </b>Dave Burnett<b><br>
Sent:</b> Wednesday, March 11, 2009 11:33 AM<b><br>
To:</b> Xerte list<b><br>
Subject:</b> RE: [Xerte] Google Mpas Test</span> <br>
&nbsp; <br>
<span style="font-family: 'Verdana','sans-serif';">I think Chrome and Opera will
support ActiveX with a plugin.<br>
Do you have those installed?<br>
Trying to help narrow it down.<br>
<br>
<br>
&gt; From: ronm@mitchellmedia.co.uk<br>
&gt; To: xerte@lists.nottingham.ac.uk<br>
&gt; Subject: RE: [Xerte] Google Mpas Test<br>
&gt; Date: Wed, 11 Mar 2009 11:13:44 +0000<br>
&gt; <br>
&gt; Ok in firefox<br>
&gt; Ok in Safari<br>
&gt; White panels p1 &amp; 2 in Google Chrome<br>
&gt; White panels p1 &amp; 2 in IE<br>
&gt; White panels p1 &amp; 2 in Opera<br>
&gt; <br>
&gt; <br>
&gt; -----Original Message-----<br>
&gt; From: xerte-bounces@lists.nottingham.ac.uk<br>
&gt; [</span><a href="mailto:xerte-bounces@lists.nottingham.ac.uk"><span style="font-family: 'Verdana','sans-serif';">mailto:xerte-bounces@lists.nottingham.ac.uk</span></a><span style="font-family: 'Verdana','sans-serif';">] On Behalf Of Julian Tenney<br>
&gt; Sent: 11 March 2009 09:34<br>
&gt; To: Xerte discussion list<br>
&gt; Subject: [Xerte] Google Mpas Test<br>
&gt; <br>
&gt; Would someone out there in the world be good enough to test this URL and<br>
&gt; see if it displays the maps now?<br>
&gt; <br>
&gt; </span><a href="http://ltdev.nottingham.ac.uk/version1/play.php?template_id=103"><span style="font-family: 'Verdana','sans-serif';">http://ltdev.nottingham.ac.uk/version1/play.php?template_id=103</span></a><span style="font-family: 'Verdana','sans-serif';"><br>
&gt; <br>
&gt; I've added a Google Maps API key. I am assuming that without one,<br>
&gt; visitors from the same domain can make the API requests, but users from<br>
&gt; elsewhere cannot. It should now work?<br>
&gt; <br>
&gt; Please let me know asap what happens,<br>
&gt; <br>
&gt; Many thanks,<br>
&gt; <br>
&gt; J<br>
&gt; _______________________________________________<br>
&gt; Xerte mailing list<br>
&gt; Xerte@lists.nottingham.ac.uk<br>
&gt; </span><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte"><span style="font-family: 'Verdana','sans-serif';">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</span></a><span style="font-family: 'Verdana','sans-serif';"><br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Xerte mailing list<br>
&gt; Xerte@lists.nottingham.ac.uk<br>
&gt; </span><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte"><span style="font-family: 'Verdana','sans-serif';">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</span></a>
</p>

<p class="EC_MsoNormal" style="margin-left: 36pt; text-align: center;" align="center">&nbsp;</p>

<div class="EC_MsoNormal" style="margin-left: 36pt; text-align: center;" align="center">

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

</div>

<p class="EC_MsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;"><br>
<span style="font-family: 'Verdana','sans-serif';">Windows Live™ Hotmail®:…more
than just e-mail. </span><a href="http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t2_hm_justgotbetter_explore_022009"><span style="font-family: 'Verdana','sans-serif';">Check it out.</span></a><tt><span style="font-size: 10pt;">_______________________________________________</span></tt><span style="font-size: 10pt; font-family: 'Courier New';"><br>
<tt>Xerte mailing list</tt><br>
<tt>Xerte@lists.nottingham.ac.uk</tt><br>
</span><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte"><tt><span style="font-size: 10pt;">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</span></tt></a><span style="font-size: 10pt; font-family: 'Courier New';"><br>
<br>
</span></p>

</div><br /><hr />Windows Live™ Groups: Create an online spot for your favorite groups to meet. <a href='http://windowslive.com/online/groups?ocid=TXT_TAGLM_WL_groups_032009' target='_new'>Check it out.</a></body>
</html>