[Flashcoders] Recommendations for a credit-card

2006-09-04 Thread justin blunk


I would be interested to hear regarding this post if what you're asking can 
be done without Remoting, or if you were planning on doing secure 
transactions with a flash front end.



___
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] Flash lite - MP3 player

2006-08-15 Thread justin blunk
I apologize if this is not the right mailing list to inquire about this. Can 
someone tell me where I could find out some information on using flash lite, 
with respect to how a mp3 player could be put on a mobile phone? In other 
words, I have a mp3 player made in flash and was wanting to put this on a 
mobile phone using flash lite.


Thanks for the help.



From: [EMAIL PROTECTED]
Reply-To: flashcoders@chattyfig.figleaf.com
To: flashcoders@chattyfig.figleaf.com
Subject: Flashcoders Digest, Vol 19, Issue 45
Date: Tue, 15 Aug 2006 12:00:14 -0400 (EDT)

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: v2 scroll pane clips its content (eric dolecki)
   2. RE: FlashRelief TableMaker (Merrill, Jason)
   3. Re: Flex 2 - what is the equivalent of _parent for flex
  2(application scope question) (Muzak)
   4. RE: v2 scroll pane clips its content (Mendelsohn, Michael)
   5. Re: double click problem (Michael Stuhr)
   6. RE: double click problem (Merrill, Jason)
   7. Re: diff between var == value VS var eq value (dnk)
   8. Re: diff between var == value VS var eq value (dnk)
   9. Re: FlashRelief TableMaker (Digital Rust)
  10. RE: FlashRelief TableMaker (Merrill, Jason)


--

Message: 1
Date: Tue, 15 Aug 2006 11:00:45 -0400
From: eric dolecki [EMAIL PROTECTED]
Subject: Re: [Flashcoders] v2 scroll pane clips its content
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8; format=flowed

Make sure the registration point of the contents getting slapped into the
pane are at 0,0. Sounds like its off there.

On 8/15/06, Mendelsohn, Michael [EMAIL PROTECTED] wrote:

 Hi list...

 I have a v2 scroll pane on the stage that is cutting off the content on
 the left side.  I suppose there isn't any AS to manipulate the offset
 location of the content.  Any ideas?

 - Michael M.

 ___
 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: 2
Date: Tue, 15 Aug 2006 11:09:56 -0400
From: Merrill, Jason [EMAIL PROTECTED]
Subject: RE: [Flashcoders] FlashRelief TableMaker
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii

I guess since I received 0 responses, nobody has used this tool or any
of FlashRelief's other products?

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions


-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Wednesday, August 09, 2006 5:10 PM
To: Flashcoders mailing list
Subject: [Flashcoders] FlashRelief TableMaker

Anyone have any experiences - good or bad - with FlashRelief and their
TableMaker Component?  Anyone know where they are located?

http://www.flashrelief.com

Looks pretty nice for $25.

Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions




--

Message: 3
Date: Tue, 15 Aug 2006 17:11:23 +0200
From: Muzak [EMAIL PROTECTED]
Subject: Re: [Flashcoders] Flex 2 - what is the equivalent of _parent
for flex2(application scope question)
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]

Dispatch an event from the DeleteRenderer when it's done.
Listen for the event in the parent (or whatever controls the datagrid) and 
refresh the datagrid from there.


regards,
Muzak

- Original Message -
From: Jon Kong [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Tuesday, August 15, 2006 4:46 PM
Subject: [Flashcoders] Flex 2 - what is the equivalent of _parent for flex 
2(application scope question)



 I'm having problems trying to call a refresh data grid function from 
outside

 the parent page.  For example i have a main mxml called
 FlexGradeBook.mxmlthat has the datagrid and everything set up.  Then i
 have another mxml
 called DeleteRenderer.mxml that is used for an item renderer button in a
 column of the datagrid (datagrid that's in FlexGradeBook.mxml).  When i
 click the button on the datagrid, it calls a mouse event function in