"Certainly from a developer perspective, Flashcomm seems to be dying."

@Hank - You really should back up an incendiary statement like that with more 
proof than a flakey listserv.

I have been emailing with Dave Watts from Figleaf and apparently the mailman 
database became corrupted and the entire list went down. 

I have offered help from Adobe but I'm waiting to hear back. 

In the interim, Stefan Richter has set up an alternate listserv here:

http://www.flashcomguru.com/flashmedialist/subscribe.cfm

(Info here: http://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialist)

He has a few hundred people signed up already, and most of the Adobe folks who 
were on chattyfig are signed up as well.

hope this helps - I'm eagerly awaiting the return of the chattyfig list as 
well. 

-steve.


Steve Wolkoff / Adobe Systems


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Sunday, October 01, 2006 9:00 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Flashcoders Digest, Vol 21, Issue 1

Send Flashcoders mailing list submissions to
        flashcoders@chattyfig.figleaf.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Flashcoders digest..."


Today's Topics:

   1. Re: Q:Repurpose flex to flash (Eric Priou)
   2. Flashcom mailing list (Frederic v. Bochmann)
   3. inline images in html text fields? (Josh Santangelo)
   4. RE: inline images in html text fields?
      (Jorge Antonio Diaz Gutierrez)
   5. jsp - Flash (Eskil Janson)
   6. Re: Flashcom mailing list (hank williams)
   7. Re: OT- subscribe to Flashcomm list (David Rorex)
   8. Re: OT- subscribe to Flashcomm list (Telmo Dias)
   9. Re: jsp - Flash (Serge Jespers)
  10. Re: jsp - Flash (Eskil Janson)
  11. usefull firefox extension (Hubert Cumberdale)
  12. Re: Profanity - (to Lieven especially) (eric dolecki)


----------------------------------------------------------------------

Message: 1
Date: Sat, 30 Sep 2006 18:55:26 +0200
From: Eric Priou <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] Q:Repurpose flex to flash
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; format=flowed

> Seems counterproductive but my question is there anyway to leverage 
> the code from a Flex only app to Flash?
I don't see anything that make that app flex only.
All what i've seen could be as easily as flex done in swf 5, 6, 7 or 8.

Only the components make it flex only imo.

my cents.
-----------
Eric Priou
(aka erixtekila)
In progress tech blog : http://blog.v-i-a.net/
Oregano XML Socket forum : http://forum.v-i-a.net/



------------------------------

Message: 2
Date: Sat, 30 Sep 2006 14:46:51 -0400
From: "Frederic v. Bochmann" <[EMAIL PROTECTED]>
Subject: [Flashcoders] Flashcom mailing list
To: <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

Whats up with the Flashcom mailing list on figleaf ?

When going to this page I get an error: 
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm



------------------------------

Message: 3
Date: Sat, 30 Sep 2006 12:27:58 -0700
From: Josh Santangelo <[EMAIL PROTECTED]>
Subject: [Flashcoders] inline images in html text fields?
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

I know that while you can use the <img> tag in html text fields to  
load images or symbols, that the image must be left- or right-aligned  
with the text, and the text wraps around it. I have a need to have  
small images *inline* with the text, however. I'm wondering if  
anyone's worked out a hack to make this work (or at least appear to  
work).

The first thing that comes to mind is to place some other character  
where the image will go, search for it, figure out its position, and  
then attach the image on top of it in the appropriate place. However  
I'm not sure if it's possible to find the exact position of a  
character in a TextField.

I recall seeing someone demo just that thing on a blog post  
somewhere, but I haven't bookmarked it, and I think it was probably  
AS3 anyway (this needs to run in FP8). Flash Paper Viewer is able to  
highlight search results in this way, but I believe there's some very  
Flash Paper specific things going on there (having worked on the  
first version of it myself).

Any clues would be much appreciated.

thanks,
-josh


------------------------------

Message: 4
Date: Sat, 30 Sep 2006 15:44:56 -0400
From: "Jorge Antonio Diaz Gutierrez" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] inline images in html text fields?
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

Josh, I have same problem. What Happens to me is that, when I place few
pictures continuously it overlaps one and another by placing <img> tags
one behind the other. It would be cool to see any example about it.

Jorge

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh
Santangelo
Sent: Saturday, September 30, 2006 3:28 PM
To: Flashcoders mailing list
Subject: [Flashcoders] inline images in html text fields?

I know that while you can use the <img> tag in html text fields to  
load images or symbols, that the image must be left- or right-aligned  
with the text, and the text wraps around it. I have a need to have  
small images *inline* with the text, however. I'm wondering if  
anyone's worked out a hack to make this work (or at least appear to  
work).

The first thing that comes to mind is to place some other character  
where the image will go, search for it, figure out its position, and  
then attach the image on top of it in the appropriate place. However  
I'm not sure if it's possible to find the exact position of a  
character in a TextField.

I recall seeing someone demo just that thing on a blog post  
somewhere, but I haven't bookmarked it, and I think it was probably  
AS3 anyway (this needs to run in FP8). Flash Paper Viewer is able to  
highlight search results in this way, but I believe there's some very  
Flash Paper specific things going on there (having worked on the  
first version of it myself).

Any clues would be much appreciated.

thanks,
-josh
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


------------------------------

Message: 5
Date: Sat, 30 Sep 2006 22:05:26 +0200
From: Eskil Janson <[EMAIL PROTECTED]>
Subject: [Flashcoders] jsp - Flash
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I need to build som kind of serverside solution in jsp to connect with Flash
(and sql on the serverside).
XML.sendAndLoad from Flash would be nice, but some other solution may 
work better.
Anyone knows some good tutorials on this?

/Eskil

-- 
<http://www.eskilstina.com>
---eskilStina 
------------------------------------------------------------------
Eskil Janson              Mobil: +46 0735 31 68 52
Slupskjulsvägen 38        E-post: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
111 49 Stockholm          Webb: www.eskilstina.com <http://www.eskilstina.com>

        





------------------------------

Message: 6
Date: Sat, 30 Sep 2006 16:19:24 -0400
From: "hank williams" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] Flashcom mailing list
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

The last message on flashcomm was on august 25th. On sept 15th Dave
Watts said it was down until further notice.

The funny thing is that I didnt even notice until your post. Even
before august 25th volume was way down. Certainly from a developer
perspective, Flashcomm seems to be dying.

Regards,
Hank

On 9/30/06, Frederic v. Bochmann <[EMAIL PROTECTED]> wrote:
> Whats up with the Flashcom mailing list on figleaf ?
>
> When going to this page I get an error:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>


------------------------------

Message: 7
Date: Sat, 30 Sep 2006 19:42:48 -0700
From: "David Rorex" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] OT- subscribe to Flashcomm list
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I haven't gotten any messages from the flashcomm list since 8/25

On 9/20/06, Wade Arnold <[EMAIL PROTECTED]> wrote:
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of [a /]
> Sent: Wednesday, September 20, 2006 8:01 AM
> To: 'Flashcoders mailing list'
> Subject: RE: [Flashcoders] OT- subscribe to Flashcomm list
>
> I'm glad to see I'm not the only one experiencing the failure of the FComm
> list
>
> [a/]
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gadi
> Sent: 20 September 2006 09:28
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] OT- subscribe to Flashcomm list
>
> Hi coders, sorry for the OT.
>
> FlashComm subscription page seem to be down, any other way I can subscribe?
>
>
>
> Best regards,
>
> gadi
>
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>


------------------------------

Message: 8
Date: Sun, 01 Oct 2006 04:03:55 +0100
From: Telmo Dias <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] OT- subscribe to Flashcomm list
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

The list is off. You can see it by going there through HTTP.

http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

I even sent an e-mail to [EMAIL PROTECTED] but I don't 
think anyone received it...

:-(


David Rorex wrote:
> I haven't gotten any messages from the flashcomm list since 8/25
>
> On 9/20/06, Wade Arnold <[EMAIL PROTECTED]> wrote:
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of [a /]
>> Sent: Wednesday, September 20, 2006 8:01 AM
>> To: 'Flashcoders mailing list'
>> Subject: RE: [Flashcoders] OT- subscribe to Flashcomm list
>>
>> I'm glad to see I'm not the only one experiencing the failure of the 
>> FComm
>> list
>>
>> [a/]
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Gadi
>> Sent: 20 September 2006 09:28
>> To: flashcoders@chattyfig.figleaf.com
>> Subject: [Flashcoders] OT- subscribe to Flashcomm list
>>
>> Hi coders, sorry for the OT.
>>
>> FlashComm subscription page seem to be down, any other way I can 
>> subscribe?
>>
>>
>>
>> Best regards,
>>
>> gadi
>>
>>
>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



------------------------------

Message: 9
Date: Sun, 1 Oct 2006 09:39:32 +0200
From: Serge Jespers <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] jsp - Flash
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Did you already have a look at Flash Remoting: http://www.adobe.com/ 
devnet/flashremoting/java_jsp.html
You can buy it from Adobe or try this open source alternative: http:// 
www.osflash.org/openamf

Serge


> I need to build som kind of serverside solution in jsp to connect  
> with Flash
> (and sql on the serverside).
> XML.sendAndLoad from Flash would be nice, but some other solution  
> may work better.
> Anyone knows some good tutorials on this?



------------------------------

Message: 10
Date: Sun, 01 Oct 2006 13:17:48 +0200
From: Eskil Janson <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] jsp - Flash
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

No, I have totally missed this. Should do the trick,
Thanks for the info!

Eskil

Serge Jespers skrev:
> Did you already have a look at Flash Remoting: 
> http://www.adobe.com/devnet/flashremoting/java_jsp.html
> You can buy it from Adobe or try this open source alternative: 
> http://www.osflash.org/openamf
>
> Serge
>
>
>> I need to build som kind of serverside solution in jsp to connect 
>> with Flash
>> (and sql on the serverside).
>> XML.sendAndLoad from Flash would be nice, but some other solution may 
>> work better.
>> Anyone knows some good tutorials on this?
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
>


-- 
<http://www.eskilstina.com>
---eskilStina 
------------------------------------------------------------------
Eskil Janson              Mobil: +46 0735 31 68 52
Slupskjulsvägen 38        E-post: [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
111 49 Stockholm          Webb: www.eskilstina.com <http://www.eskilstina.com>

        





------------------------------

Message: 11
Date: Sun, 1 Oct 2006 14:37:39 +0200
From: "Hubert Cumberdale" <[EMAIL PROTECTED]>
Subject: [Flashcoders] usefull firefox extension
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

http://addons.mozilla.org/firefox/3469/

While running any .swf Flash file in your browser you can see all the output
generated by the "trace" flash functions in this sidebar component.

F.


------------------------------

Message: 12
Date: Sun, 1 Oct 2006 10:01:07 -0400
From: "eric dolecki" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] Profanity - (to Lieven especially)
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed

I respect Jason's comments. He isn't being paranoid, he's simply being
polite.

- e.

On 9/29/06, Cedric Muller <[EMAIL PROTECTED]> wrote:
>
> living in paranoid land ?
>
> >>> Same s***.
> >
> > Could we keep the language on this list down a tad?  That's the second
> > time you've said that in your current thread today.  Some of us are on
> > large corporate networks that get monitored, and I don't really want
> > that word associated in any way on any report with my e-mail activity.
> >
> > Thanks.
> >
> > Jason Merrill
> > Bank of America
> > Learning & Organization Effectiveness - Technology Solutions
> >
> >
> >
> >
> >
> > _______________________________________________
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>


------------------------------

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

End of Flashcoders Digest, Vol 21, Issue 1
******************************************
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to