<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Iain -<br>
<br>
Works like a charm! Thank you very much. I am fairly sure you now hold
the world record for posting a precisely stated fix to a technical
problem<br>
at damn near light speed.<br>
<br>
I have tried to answer one of my other questions, namely, does the .swf
get <b>created</b> by the embed script and all the<br>
other code (.xml, .htm etc.) by renaming gallery.swf to something else
and it appears it does not since I get a blank page<br>
when I run the ap. I guess it's time to contact the person that posted
this original page to see how she built the .swf. <br>
Before I do, do you have any insight into this "what creates the .swf"
issue?<br>
<br>
- Lee<br>
<br>
Iain Waugh wrote:
<blockquote cite="mid002501c6aaad$0b92c4f0$60fe2752@mea1e4bc188948"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <meta content="MSHTML 6.00.2900.2912" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">try moving the javascript outside of
<div id="flashcontent"> and myFlashObject.write(); should be
myFlashObject.write("flashcontent");</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Hope that helps :)</font></div>
  <blockquote
 style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">-----
Original Message ----- </div>
    <div
 style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b>
    <a title="lee_bradley@operamail.com"
 href="mailto:lee_bradley@operamail.com">Lee Bradley</a> </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b>
    <a title="swfobject@lists.deconcept.com"
 href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</a>
    </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b>
Tuesday, July 18, 2006 9:53 PM</div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b>
[SWFObject] Trouble converting from the old flashobject.js to thenew
swfobject.js</div>
    <div><br>
    </div>
    <br>
I am a newbie to just about every aspect of this stuff but am
interested as hell and actually know a fair amount about programming
etc. so any help from anyone would be greatly appreciated.<br>
    <br>
A friend of a friend is using Geoff's older version of flashobject.js
and I am trying to figure out how to convert to the newer version of
swfobject.js. You may find this use at<br>
    <br>
    <a class="moz-txt-link-freetext"
 href="http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/index.htm">http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/index.htm</a><br>
    <br>
I have built a file called index-try.htm which includes the latest
swfobject.js. I get the following error messages under Firefox <br>
    <br>
    <img alt="swfobject-error"
 src="cid:part1.08000809.07060903@operamail.com" height="226"
 width="751"><br>
    <br>
when I visit<br>
    <br>
    <a class="moz-txt-link-freetext"
 href="http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/index-try.htm">http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/index-try.htm</a><br>
    <br>
I have a few other questions which I'll list below, but the above
problem needs to be resolved before I can move forward at all.<br>
    <br>
The use of .xml in the above application is vaguely understandable (as
I say, I'm a newbie). The following files are in the cb_webpage
directory:<br>
    <br>
    <a class="moz-txt-link-freetext"
 href="http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/photos.xml">http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/photos.xml</a><br>
    <a class="moz-txt-link-freetext"
 href="http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/photos.js">http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/photos.js</a><br>
    <a class="moz-txt-link-freetext"
 href="http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/galleryconfig.xml">http://www.charleybradley.com/maxproject/2006/growers/chip/amywebwork/cb_webpage/galleryconfig.xml</a><br>
    <br>
1. I have not yet figured out where the photos.js file is referenced<br>
    <br>
2. When I first took a look at all this stuff, it appeared that Geoff's
embed script might actually be what's behind the <br>
    <b>creation</b> of the gallery.swf. In other words, if you provide
the .jpg's and wrap everything up with the front end .htm (which
references the .xml and .js) <br>
on first invocation the .swf file gets built and embedded. Is this
what's going on?<br>
    <br>
    <p> </p>
    <hr> _______________________________________________<br>
SWFObject mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</a><br>
<a class="moz-txt-link-freetext" href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</a><br>
    <p> </p>
    <hr> No virus found in this incoming message.<br>
Checked by AVG Free Edition.<br>
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date:
17/07/2006<br>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
SWFObject mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</a>
<a class="moz-txt-link-freetext" href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</a>
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.10/385 - Release Date: 7/11/06
  </pre>
</blockquote>
<br>
</body>
</html>