This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFFD6A.9F0760D0
Content-Type: text/plain;
        charset="iso-8859-1"

Check out swift generator at flashkit.com People are doing flash and ASP,
Cold Fusion and PHP on the fly with swift generator. its pretty simple to
use. its free too.

Shawn Regan

-----Original Message-----
From: Rich Wild [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 7:12 AM
To: [EMAIL PROTECTED]
Subject: RE: Integrating with Flash


>I didn't think a URL Encoded String had a max limitation.

I've been looking around for some evidence and not found much but chatter

*but* I have found a lot of it, and lots of people are quoting 256 (old
stuff) or 1024

eg
http://forums.allaire.com/devconf/Thread.cfm?&Message_ID=364207&_#Message364
207

this is nowhere need the size I need so if I can post to a flash movie that
would make my day.

I actually just tested this with a large descriptive string and the result
was 1412 chars on the resulting page - the string passed was much larger
than this. Perhaps other systems react differently

--
Rich Wild
Senior Web Designer

-------------------------------------------------------
e-mango.com ltd                      Tel: 01202 587 400
Lansdowne Place                      Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------
 

-----Original Message-----
From: Jack Monteleagre [mailto:[EMAIL PROTECTED]]
Sent: 03 August 2000 14:08
To: [EMAIL PROTECTED]
Subject: Re: Integrating with Flash


I didn't think a URL Encoded String had a max limitation. Been working with
Onload Variables in Flash from a CF file for months now. Works fine. Now I
just wish there was a way to speed
things up into the low milli-second range ;) Actually now that I think about
it I don't believe there is a limitation on the String if there is can
anyone let me know what number it is?

Thanks,

Jack

Norman Elton wrote:

> I'll take a copy of your files too :). Thanks!
>
> Norman
>
> On Thu, 3 Aug 2000, Reynolds, Adam wrote:
>
> > Could you copy me in on this. I would be very interested.
> >
> > > ----------
> > > From:       Sean Renet[SMTP:[EMAIL PROTECTED]]
> > > Sent:       03 August 2000 12:24
> > > To:         [EMAIL PROTECTED]
> > > Subject:    Re: Integrating with Flash
> > >
> > > I have a day left of crazy left, then I will email you an fla file and
cf
> > > template off list.
> > > ----- Original Message -----
> > > From: "Rich Wild" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 03, 2000 1:53 AM
> > > Subject: RE: Integrating with Flash
> > >
> > >
> > > > Yeah - I wasn't talking semantics though, I am genuinely interested
in
> > > how
> > > > you pull those variables out - where does the LoadVariables pull the
CF
> > > > variables from?
> > > >
> > > > I've used URL variables before fine - but limited as I said, due to
the
> > > max
> > > > length of a URL string
> > > >
> > > > I've used textfiles also - getting CF to create a textfile with the
> > > > variables written into it:
> > > >
> > > > eg: variables.txt
> > > > **********************
> > > >
> > > > var1 = Hello
> > > > var2 = Cheese
> > > > var3 = red hot poker
> > > >
> > > > **********************
> > > >
> > > > And Then Flash LoadVariables from variables.txt
> > > >
> > > > Now I *know* that this is brutish and poor. Must be. Makes me wince
just
> > > > looking at it.
> > > >
> > > > How specifically are you handling it? I long for a better way...
> > > >
> > > > --
> > > > Rich Wild
> > > > Senior Web Designer
> > > >
> > > > -------------------------------------------------------
> > > > e-mango.com ltd                      Tel: 01202 587 400
> > > > Lansdowne Place                      Fax: 01202 587 401
> > > > 17 Holdenhurst Road
> > > > Bournemouth                   Mailto:[EMAIL PROTECTED]
> > > > BH8 8EW, UK                      http://www.e-mango.com
> > > > -------------------------------------------------------
> > > > This message may contain information which is legally
> > > > privileged and/or confidential.  If you are not the
> > > > intended recipient, you are hereby notified that any
> > > > unauthorised disclosure, copying, distribution or use
> > > > of this information is strictly prohibited. Such
> > > > notification notwithstanding, any comments, opinions,
> > > > information or conclusions expressed in this message
> > > > are those of the originator, not of e-mango.com ltd,
> > > > unless otherwise explicitly and independently indicated
> > > > by an authorised representative of e-mango.com ltd.
> > > > -------------------------------------------------------
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: Sean Renet [mailto:[EMAIL PROTECTED]]
> > > > Sent: 03 August 2000 09:44
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: Integrating with Flash
> > > >
> > > >
> > > > I seldom use url variables.  I am sure that someone will respond
with a
> > > > url/form variable dissertation.  However, I generally have an action
> > > page
> > > in
> > > > the background that does all the work and I have flash pull the
> > > variables
> > > > from it using flash's LoadVariables command.  I suppose this is more
> > > like
> > > a
> > > > form variable pass as the method is "post".  I don't have much time
to
> > > get
> > > > caught up in symantics, I just do what I think works the best.  You
> > > don't
> > > > need text output per say, you can just use cfcontent.
> > > > ----- Original Message -----
> > > > From: "Rich Wild" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Thursday, August 03, 2000 1:03 AM
> > > > Subject: RE: Integrating with Flash
> > > >
> > > >
> > > > > Am I right in saying that you are limited to using URL variables
when
> > > > > controlling Flash movies though? That's what I've picked up anyway
> > > > >
> > > > > Kind of annoying if you have a lot of text to output...
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Rich Wild
> > > > > Senior Web Designer
> > > > >
> > > > > -------------------------------------------------------
> > > > > e-mango.com ltd                      Tel: 01202 587 400
> > > > > Lansdowne Place                      Fax: 01202 587 401
> > > > > 17 Holdenhurst Road
> > > > > Bournemouth                   Mailto:[EMAIL PROTECTED]
> > > > > BH8 8EW, UK                      http://www.e-mango.com
> > > > > -------------------------------------------------------
> > > > > This message may contain information which is legally
> > > > > privileged and/or confidential.  If you are not the
> > > > > intended recipient, you are hereby notified that any
> > > > > unauthorised disclosure, copying, distribution or use
> > > > > of this information is strictly prohibited. Such
> > > > > notification notwithstanding, any comments, opinions,
> > > > > information or conclusions expressed in this message
> > > > > are those of the originator, not of e-mango.com ltd,
> > > > > unless otherwise explicitly and independently indicated
> > > > > by an authorised representative of e-mango.com ltd.
> > > > > -------------------------------------------------------
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Sean Renet [mailto:[EMAIL PROTECTED]]
> > > > > Sent: 03 August 2000 08:53
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: Integrating with Flash
> > > > >
> > > > >
> > > > > I disagree.  Generator's main purpose was dynamic multimedia
content.
> > > Now
> > > > > that you can use CF to control Flash, Generator is no longer
needed.
> > > > What's
> > > > > more is that you can integrate ram and swf files using smil files
> > > > > (http://www.w3.org/TR/REC-smil/). In such an enviroment you can
use
> > > Flash
> > > > as
> > > > > a kind of dynamic quarterback to control Real Media files and
> > > integrate
> > > > the
> > > > > two simulatiously all controlled by CF (think DVD and CF is the
remote
> > > > > control). What this basically means, is that you can now do what
non
> > > web
> > > > > broadcast media cannot.  So the only time I would buy Generator is
if
> > > > March
> > > > > 15 rolled around and I needed to buy something as a tax deduction.
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Jennifer" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Wednesday, August 02, 2000 10:26 PM
> > > > > Subject: Re: Integrating with Flash
> > > > >
> > > > >
> > > > > > At 12:28 AM 8/3/00 -0400, you wrote:
> > > > > > >Special thanks goes out to Schlomy Gantz and the rest of the
> > > CFUN-2K
> > > > > people
> > > > > > >on a great conference.
> > > > > > >
> > > > > > >Schlomy made an inspiring presentation on CF integration with
> > > > Macromedia
> > > > > > >Flash. I've got a project that would definitely benefit from
it. A
> > > few
> > > > > > >questions:
> > > > > > >
> > > > > > >Does anyone know of any good books/resources on building Flash
> > > clips?
> > > > > > >Are there any huge limitations to Flash integration without
> > > Generator?
> > > > > > >Is it worth waiting for Flash 5 to come out?
> > > > > >
> > > > > > I was privy to a conversation about flash integration without
> > > generator
> > > > > > last week ands the gist of the conversation was: it's a complete
> > > pain
> > > in
> > > > > > the butt. Supposedly generator makes it much easier. Without
> > > generator
> > > > it
> > > > > > is bad bad bad. That's all I know.
> > > > > >
> > > > >
> > > >
> > > >
> > >
--------------------------------------------------------------------------
> > > > > ----
> > > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > > To Unsubscribe visit
> > > > >
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > or
> > > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > > in
> > > > > the body.
> > > > > >
> > > > >
> > > >
> > > >
> > >
--------------------------------------------------------------------------
> > > > --
> > > > > --
> > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > To Unsubscribe visit
> > > > >
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > or
> > > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > > in
> > > > > the body.
> > > >
> > > >
> > >
--------------------------------------------------------------------------
> > > > ----
> > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > To Unsubscribe visit
> > > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > or
> > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > > in
> > > > the body.
> > > > >
> > > >
> > > >
> > >
--------------------------------------------------------------------------
> > > --
> > > > --
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > To Unsubscribe visit
> > > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > or
> > > > send a message to [EMAIL PROTECTED] with
'unsubscribe'
> > > in
> > > > the body.
> > > >
> > >
--------------------------------------------------------------------------
> > > ----
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > To Unsubscribe visit
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > > the body.
> > > >
> > >
> > >
> > >
--------------------------------------------------------------------------
> > > ----
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > To Unsubscribe visit
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > > the body.
> > >
> > **********************************************************************
> >  This email and any attachments are confidential and solely
> >  for the use of the intended recipient.  They may contain
> >  material protected by legal professional or other privilege.
> >  If you are not the intended recipient or the person responsible
> >  for delivering to the intended recipient, you are not authorised
> >  to and must not disclose, copy, distribute or retain this email
> >  or its attachments.  Although this email and its attachments
> >  are believed to be free of any virus or other defect, it is the
> >  responsibility of the recipient to ensure that they are virus free
> >  and no responsibility is accepted by the company for any
> >  loss or damage arising from receipt or use thereof.
> >
> > **********************************************************************
> >
----------------------------------------------------------------------------
--
> > Archives: http://www.mail-archive.com/[email protected]/
> > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
> >
>
>
----------------------------------------------------------------------------
--
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------_=_NextPart_001_01BFFD6A.9F0760D0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: Integrating with Flash</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Check out swift generator at flashkit.com People are =
doing flash and ASP, Cold Fusion and PHP on the fly with swift =
generator. its pretty simple to use. its free too.</FONT></P>

<P><FONT SIZE=3D2>Shawn Regan</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Rich Wild [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>=

<BR><FONT SIZE=3D2>Sent: Thursday, August 03, 2000 7:12 AM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Integrating with Flash</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>&gt;I didn't think a URL Encoded String had a max =
limitation.</FONT>
</P>

<P><FONT SIZE=3D2>I've been looking around for some evidence and not =
found much but chatter</FONT>
</P>

<P><FONT SIZE=3D2>*but* I have found a lot of it, and lots of people =
are quoting 256 (old</FONT>
<BR><FONT SIZE=3D2>stuff) or 1024</FONT>
</P>

<P><FONT SIZE=3D2>eg</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://forums.allaire.com/devconf/Thread.cfm?&Message_ID=3D36420=
7&_#Message364" =
TARGET=3D"_blank">http://forums.allaire.com/devconf/Thread.cfm?&Message_=
ID=3D364207&_#Message364</A></FONT>
<BR><FONT SIZE=3D2>207</FONT>
</P>

<P><FONT SIZE=3D2>this is nowhere need the size I need so if I can post =
to a flash movie that</FONT>
<BR><FONT SIZE=3D2>would make my day.</FONT>
</P>

<P><FONT SIZE=3D2>I actually just tested this with a large descriptive =
string and the result</FONT>
<BR><FONT SIZE=3D2>was 1412 chars on the resulting page - the string =
passed was much larger</FONT>
<BR><FONT SIZE=3D2>than this. Perhaps other systems react =
differently</FONT>
</P>

<P><FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>Rich Wild</FONT>
<BR><FONT SIZE=3D2>Senior Web Designer</FONT>
</P>

<P><FONT =
SIZE=3D2>-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>e-mango.com =
ltd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: 01202 =
587 400</FONT>
<BR><FONT SIZE=3D2>Lansdowne =
Place&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: 01202 =
587 401</FONT>
<BR><FONT SIZE=3D2>17 Holdenhurst Road</FONT>
<BR><FONT =
SIZE=3D2>Bournemouth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"Mailto:[EMAIL PROTECTED]">Mailto:[EMAIL PROTECTED]</A></FONT>
<BR><FONT SIZE=3D2>BH8 8EW, =
UK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"http://www.e-mango.com" =
TARGET=3D"_blank">http://www.e-mango.com</A></FONT>
<BR><FONT =
SIZE=3D2>-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>This message may contain information which is =
legally</FONT>
<BR><FONT SIZE=3D2>privileged and/or confidential.&nbsp; If you are not =
the</FONT>
<BR><FONT SIZE=3D2>intended recipient, you are hereby notified that =
any</FONT>
<BR><FONT SIZE=3D2>unauthorised disclosure, copying, distribution or =
use</FONT>
<BR><FONT SIZE=3D2>of this information is strictly prohibited. =
Such</FONT>
<BR><FONT SIZE=3D2>notification notwithstanding, any comments, =
opinions,</FONT>
<BR><FONT SIZE=3D2>information or conclusions expressed in this =
message</FONT>
<BR><FONT SIZE=3D2>are those of the originator, not of e-mango.com =
ltd,</FONT>
<BR><FONT SIZE=3D2>unless otherwise explicitly and independently =
indicated</FONT>
<BR><FONT SIZE=3D2>by an authorised representative of e-mango.com ltd.</=
FONT>
<BR><FONT =
SIZE=3D2>-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Jack Monteleagre [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: 03 August 2000 14:08</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: Re: Integrating with Flash</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I didn't think a URL Encoded String had a max =
limitation. Been working with</FONT>
<BR><FONT SIZE=3D2>Onload Variables in Flash from a CF file for months =
now. Works fine. Now I</FONT>
<BR><FONT SIZE=3D2>just wish there was a way to speed</FONT>
<BR><FONT SIZE=3D2>things up into the low milli-second range ;) =
Actually now that I think about</FONT>
<BR><FONT SIZE=3D2>it I don't believe there is a limitation on the =
String if there is can</FONT>
<BR><FONT SIZE=3D2>anyone let me know what number it is?</FONT>
</P>

<P><FONT SIZE=3D2>Thanks,</FONT>
</P>

<P><FONT SIZE=3D2>Jack</FONT>
</P>

<P><FONT SIZE=3D2>Norman Elton wrote:</FONT>
</P>

<P><FONT SIZE=3D2>&gt; I'll take a copy of your files too :). =
Thanks!</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; Norman</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; On Thu, 3 Aug 2000, Reynolds, Adam =
wrote:</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; Could you copy me in on this. I would be =
very interested.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; ----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; =
From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sean =
Renet[SMTP:[EMAIL PROTECTED]]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; =
Sent:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 03 August 2000 12:24</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; =
To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Subject:&nbsp;&nbsp;&nbsp; Re: =
Integrating with Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; I have a day left of crazy left, then =
I will email you an fla file and</FONT>
<BR><FONT SIZE=3D2>cf</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; template off list.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; ----- Original Message -----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; From: &quot;Rich Wild&quot; =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; To: =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Sent: Thursday, August 03, 2000 1:53 =
AM</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Subject: RE: Integrating with =
Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Yeah - I wasn't talking =
semantics though, I am genuinely interested</FONT>
<BR><FONT SIZE=3D2>in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; how</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; you pull those variables out - =
where does the LoadVariables pull the</FONT>
<BR><FONT SIZE=3D2>CF</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; variables from?</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; I've used URL variables before =
fine - but limited as I said, due to</FONT>
<BR><FONT SIZE=3D2>the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; max</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; length of a URL string</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; I've used textfiles also - =
getting CF to create a textfile with the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; variables written into =
it:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; eg: variables.txt</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; **********************</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; var1 =3D Hello</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; var2 =3D Cheese</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; var3 =3D red hot poker</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; **********************</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; And Then Flash LoadVariables =
from variables.txt</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Now I *know* that this is =
brutish and poor. Must be. Makes me wince</FONT>
<BR><FONT SIZE=3D2>just</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; looking at it.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; How specifically are you =
handling it? I long for a better way...</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Rich Wild</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Senior Web Designer</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; e-mango.com =
ltd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: 01202 =
587 400</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Lansdowne =
Place&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: 01202 =
587 401</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; 17 Holdenhurst Road</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; =
Bournemouth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"Mailto:[EMAIL PROTECTED]">Mailto:[EMAIL PROTECTED]</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; BH8 8EW, =
UK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"http://www.e-mango.com" =
TARGET=3D"_blank">http://www.e-mango.com</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; This message may contain =
information which is legally</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; privileged and/or =
confidential.&nbsp; If you are not the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; intended recipient, you are =
hereby notified that any</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; unauthorised disclosure, =
copying, distribution or use</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; of this information is strictly =
prohibited. Such</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; notification notwithstanding, =
any comments, opinions,</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; information or conclusions =
expressed in this message</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; are those of the originator, not =
of e-mango.com ltd,</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; unless otherwise explicitly and =
independently indicated</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; by an authorised representative =
of e-mango.com ltd.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; -----Original =
Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; From: Sean Renet [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:sean@broadcastdynamics=
.com</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Sent: 03 August 2000 =
09:44</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; To: =
[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Subject: Re: Integrating with =
Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; I seldom use url =
variables.&nbsp; I am sure that someone will respond</FONT>
<BR><FONT SIZE=3D2>with a</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; url/form variable =
dissertation.&nbsp; However, I generally have an action</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; page</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; the background that does all the =
work and I have flash pull the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; variables</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; from it using flash's =
LoadVariables command.&nbsp; I suppose this is more</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; like</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; a</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; form variable pass as the method =
is &quot;post&quot;.&nbsp; I don't have much time</FONT>
<BR><FONT SIZE=3D2>to</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; get</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; caught up in symantics, I just =
do what I think works the best.&nbsp; You</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; don't</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; need text output per say, you =
can just use cfcontent.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; ----- Original Message =
-----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; From: &quot;Rich Wild&quot; =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; To: =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Sent: Thursday, August 03, 2000 =
1:03 AM</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Subject: RE: Integrating with =
Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Am I right in saying that =
you are limited to using URL variables</FONT>
<BR><FONT SIZE=3D2>when</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; controlling Flash movies =
though? That's what I've picked up anyway</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Kind of annoying if you =
have a lot of text to output...</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Rich Wild</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Senior Web Designer</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; e-mango.com =
ltd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: 01202 =
587 400</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Lansdowne =
Place&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: 01202 =
587 401</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; 17 Holdenhurst Road</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; =
Bournemouth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"Mailto:[EMAIL PROTECTED]">Mailto:[EMAIL PROTECTED]</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; BH8 8EW, =
UK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A =
HREF=3D"http://www.e-mango.com" =
TARGET=3D"_blank">http://www.e-mango.com</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; This message may contain =
information which is legally</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; privileged and/or =
confidential.&nbsp; If you are not the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; intended recipient, you are =
hereby notified that any</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; unauthorised disclosure, =
copying, distribution or use</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; of this information is =
strictly prohibited. Such</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; notification =
notwithstanding, any comments, opinions,</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; information or conclusions =
expressed in this message</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; are those of the =
originator, not of e-mango.com ltd,</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; unless otherwise explicitly =
and independently indicated</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; by an authorised =
representative of e-mango.com ltd.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; =
-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; -----Original =
Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; From: Sean Renet [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:sean@broadcastdynamics=
.com</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Sent: 03 August 2000 =
08:53</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; To: =
[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Subject: Re: Integrating =
with Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; I disagree.&nbsp; =
Generator's main purpose was dynamic multimedia</FONT>
<BR><FONT SIZE=3D2>content.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Now</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; that you can use CF to =
control Flash, Generator is no longer</FONT>
<BR><FONT SIZE=3D2>needed.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; What's</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; more is that you can =
integrate ram and swf files using smil files</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; (<A =
HREF=3D"http://www.w3.org/TR/REC-smil/" =
TARGET=3D"_blank">http://www.w3.org/TR/REC-smil/</A>). In such an =
enviroment you can</FONT>
<BR><FONT SIZE=3D2>use</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; as</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; a kind of dynamic =
quarterback to control Real Media files and</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; integrate</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; two simulatiously all =
controlled by CF (think DVD and CF is the</FONT>
<BR><FONT SIZE=3D2>remote</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; control). What this =
basically means, is that you can now do what</FONT>
<BR><FONT SIZE=3D2>non</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; web</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; broadcast media =
cannot.&nbsp; So the only time I would buy Generator is</FONT>
<BR><FONT SIZE=3D2>if</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; March</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; 15 rolled around and I =
needed to buy something as a tax deduction.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; ----- Original Message =
-----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; From: &quot;Jennifer&quot; =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; To: =
&lt;[EMAIL PROTECTED]&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Sent: Wednesday, August 02, =
2000 10:26 PM</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Subject: Re: Integrating =
with Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; At 12:28 AM 8/3/00 =
-0400, you wrote:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Special thanks =
goes out to Schlomy Gantz and the rest of the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; CFUN-2K</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; people</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;on a great =
conference.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Schlomy made an =
inspiring presentation on CF integration with</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Macromedia</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Flash. I've got a =
project that would definitely benefit from</FONT>
<BR><FONT SIZE=3D2>it. A</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; few</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;questions:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Does anyone know =
of any good books/resources on building Flash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; clips?</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Are there any huge =
limitations to Flash integration without</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Generator?</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; &gt;Is it worth =
waiting for Flash 5 to come out?</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; I was privy to a =
conversation about flash integration without</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; generator</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; last week ands the =
gist of the conversation was: it's a complete</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; pain</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; the butt. Supposedly =
generator makes it much easier. Without</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; generator</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; it</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; is bad bad bad. That's =
all I know.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; ----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt; To Unsubscribe =
visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with</FONT>
<BR><FONT SIZE=3D2>'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with</FONT>
<BR><FONT SIZE=3D2>'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; ----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with</FONT>
<BR><FONT SIZE=3D2>'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with</FONT>
<BR><FONT SIZE=3D2>'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; ----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with 'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; ----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; send a message to =
[EMAIL PROTECTED] with 'unsubscribe'</FONT>
<BR><FONT SIZE=3D2>in</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; =
**********************************************************************</=
FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; This email and any attachments are =
confidential and solely</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; for the use of the intended =
recipient.&nbsp; They may contain</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; material protected by legal =
professional or other privilege.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; If you are not the intended =
recipient or the person responsible</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; for delivering to the intended =
recipient, you are not authorised</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; to and must not disclose, copy, =
distribute or retain this email</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; or its attachments.&nbsp; Although =
this email and its attachments</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; are believed to be free of any virus =
or other defect, it is the</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; responsibility of the recipient to =
ensure that they are virus free</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; and no responsibility is accepted by =
the company for any</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&nbsp; loss or damage arising from receipt =
or use thereof.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; =
**********************************************************************</=
FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------</FONT>
<BR><FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>send a message to [EMAIL PROTECTED] =
with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>the body.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT SIZE=3D2>&gt;</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------</FONT>
<BR><FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>send a message to [EMAIL PROTECTED] =
with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>the body.</FONT>
</P>

<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------</FONT>
<BR><FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>send a message to [EMAIL PROTECTED] =
with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>the body.</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/[email protected]/" =
TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/=
</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01BFFD6A.9F0760D0--
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to