[Flashcoders] Re: Flashcoders Digest, Vol 72, Issue 9

2013-09-27 Thread rtinfow

SQLite is built into iOS:

https://developer.apple.com/technologies/ios/data-management.html

RT

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
flashcoders-requ...@chattyfig.figleaf.com

You can reach the person managing the list at
flashcoders-ow...@chattyfig.figleaf.com

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


Today's Topics:

1. Data storage for Flash/AIR apps (iOS in particular) (Joel Johnson)


--

Message: 1
Date: Fri, 27 Sep 2013 19:09:16 +0530
From: Joel Johnson joeljohnson.in...@gmail.com
Subject: [Flashcoders] Data storage for Flash/AIR apps (iOS in
particular)
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID:
CAJeAmY_YC6pcddaGNarp7A213Qs6AU=ccevy6dv8wwb3w5j...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hey everyone,

I need to be able to save some game data and load it when the app is
relaunched (either on browser or a mobile device, iOS in particular here...)

I've been looking at shared objects, but I seem to come across info that
it's not a reliable storage method for devices. The last thing I'd want is
for someone playing the game on their iOS device, and suddenly finding all
the progress they've made is lost.

I've also been looking into File methods, and that seems more appropriate.

I thought it'd be best to get your thoughts on this. Do you have anything
that I should keep in mind? What would be appropriate for use?

Regards,
Joel.


--

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


End of Flashcoders Digest, Vol 72, Issue 9
**


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 71, Issue 5

2013-08-31 Thread Aly Mansour Aly Abdelaal


flashcoders-requ...@chattyfig.figleaf.com 
flashcoders-requ...@chattyfig.figleaf.com wrote:


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
flashcoders-requ...@chattyfig.figleaf.com

You can reach the person managing the list at
flashcoders-ow...@chattyfig.figleaf.com

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


Today's Topics:

   1. RE: TLFTextField drowning me ...  (David Cohn)


--

Message: 1
Date: Wed, 28 Aug 2013 10:13:33 -0700
From: David Cohn d...@eyebright.com
Subject: RE: [Flashcoders] TLFTextField drowning me ...
To: flashcoders@chattyfig.figleaf.com
Message-ID: a320f57a-2f2e-42d0-aee3-af8cd10c2...@eyebright.com
Content-Type: text/plain; charset=us-ascii


So if CC no longer supports TLF, is there any long-term option in Flash for 
right-to-left text?
Will Flex support TLF, and/or have other options for RTL support?

This is something I haven't delved into yet, but may come up soon for a 
project.  It would be good to start in with a long-term path, even if we 
continue to use CS6 for now!

Thanks,
--Dave


On Aug 28, 2013, at 9:00 AM, flashcoders-requ...@chattyfig.figleaf.com wrote:

 I noticed that Flash CC no longer supports TLF, which I found gratifying - as 
 I had lost tons of hours dealing with it, while on deadline no less.
 So, good luck, as it sounds as if your application requires TLF!!! But if you 
 weren't too far committed, I thought this bit of history might help you in 
 your decision making to use the api at all.




--

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


End of Flashcoders Digest, Vol 71, Issue 5
**

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Re: Flashcoders Digest, Vol 71, Issue 5

2013-08-31 Thread Kerry Thompson
The Flag player is sheer the support for bi-di text is, and I don't see
Adobe removing it. They would lose most of their Israeli market, as well as
the entire Arab, Persian, and Pakistan markets.

It won't make any difference if you use Flex. It publishes a .swf which
runs on the same player, and MXML is really just a shorthand version of
AS3.

Your problem is really more of an IDE problem. If the player supports TLF,
you just need a way to get it into your. swf.

Cordially,

Kerry Thompson
On Aug 31, 2013 7:51 AM, Aly Mansour Aly Abdelaal ali.abdel...@its.ws
wrote:



 flashcoders-requ...@chattyfig.figleaf.com 
 flashcoders-requ...@chattyfig.figleaf.com wrote:


 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
 flashcoders-requ...@chattyfig.figleaf.com

 You can reach the person managing the list at
 flashcoders-ow...@chattyfig.figleaf.com

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


 Today's Topics:

1. RE: TLFTextField drowning me ...  (David Cohn)


 --

 Message: 1
 Date: Wed, 28 Aug 2013 10:13:33 -0700
 From: David Cohn d...@eyebright.com
 Subject: RE: [Flashcoders] TLFTextField drowning me ...
 To: flashcoders@chattyfig.figleaf.com
 Message-ID: a320f57a-2f2e-42d0-aee3-af8cd10c2...@eyebright.com
 Content-Type: text/plain; charset=us-ascii


 So if CC no longer supports TLF, is there any long-term option in Flash
 for right-to-left text?
 Will Flex support TLF, and/or have other options for RTL support?

 This is something I haven't delved into yet, but may come up soon for a
 project.  It would be good to start in with a long-term path, even if we
 continue to use CS6 for now!

 Thanks,
 --Dave


 On Aug 28, 2013, at 9:00 AM, flashcoders-request@chattyfig.figleaf.comwrote:

  I noticed that Flash CC no longer supports TLF, which I found gratifying
 - as I had lost tons of hours dealing with it, while on deadline no less.
  So, good luck, as it sounds as if your application requires TLF!!! But
 if you weren't too far committed, I thought this bit of history might help
 you in your decision making to use the api at all.




 --

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 End of Flashcoders Digest, Vol 71, Issue 5
 **

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 68, Issue 2

2013-05-08 Thread Sergey Gonchar
Flash is great! Stage3D(GPU drivers starting from 2006), DirectX11 support,
workers, FlasCC, PlayScript. DEAD? is it a joke right? 3 billion devices,
10 top games in facebook are on the flash technology. we develop project
http://realaxy.com/start.
Yes, I don't deny JS and Unity3D are great, but at first, please try to
catch multiple keyboard press in JS in all browsers and then we can talk
about flash is dead. Unity3d? NO, Unity3D hasn't linux support, and 2%
installs on Mac(see their official statistics) Today, only flash is
great for AAA-projects, of course, if you want to make money.



2013/5/8 flashcoders-requ...@chattyfig.figleaf.com

 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
 flashcoders-requ...@chattyfig.figleaf.com

 You can reach the person managing the list at
 flashcoders-ow...@chattyfig.figleaf.com

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


 Today's Topics:

1. Adobe Flash future (natalia Vikhtinskaya)
2. Re: Adobe Flash future (C?dric Muller)
3. Re: Adobe Flash future (Kevin Newman)
4. RE: Adobe Flash future (Liu, Peter)
5. Re: Adobe Flash future (Matt S.)
6. Re: Adobe Flash future (Henrik Andersson)
7. Re: Adobe Flash future (John R. Sweeney Jr.)


 --

 Message: 1
 Date: Wed, 8 May 2013 17:40:58 +0300
 From: natalia Vikhtinskaya natavi.m...@gmail.com
 Subject: [Flashcoders] Adobe Flash future
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID:
 
 can6sgrh1g_k00ovumzv0gmyc5y06maswmr_agaara+gswpv...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 Hi
 What do you think about Flash technology in the near future? It is a
 pity but it seems that almost all clients have no interest in Flash
 projects.
 Do you think Adobe Flash has no future? Where to move from Flash?

 Thanks


 --

 Message: 2
 Date: Wed, 8 May 2013 16:53:32 +0200
 From: C?dric Muller flashco...@benga.li
 Subject: Re: [Flashcoders] Adobe Flash future
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID: 3c6e5d1b-dd54-45b3-8315-104b5f2ee...@benga.li
 Content-Type: text/plain; charset=iso-8859-1

 Flash will be here for the years to come. Gladly, it isn't the sexy thing
 where trendy buzzers are. So, there are less projects, but projects are
 still flowing here, at least on the top high client part.

 I have no future, but Flash has one. Just look at all those HTML5 bad
 designs ;)

 Le 8 mai 2013 à 16:40, natalia Vikhtinskaya a écrit :

  Hi
  What do you think about Flash technology in the near future? It is a
  pity but it seems that almost all clients have no interest in Flash
  projects.
  Do you think Adobe Flash has no future? Where to move from Flash?
 
  Thanks
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 --

 Message: 3
 Date: Wed, 08 May 2013 11:24:13 -0400
 From: Kevin Newman capta...@unfocus.com
 Subject: Re: [Flashcoders] Adobe Flash future
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID: 518a6e1d.8060...@unfocus.com
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed

 I think of Flash the way I think of Shockwave. There is still work out
 there, but not much, and less every minute.

 Kevin N.



 On 5/8/13 10:40 AM, natalia Vikhtinskaya wrote:
  Hi
  What do you think about Flash technology in the near future? It is a
  pity but it seems that almost all clients have no interest in Flash
  projects.
  Do you think Adobe Flash has no future? Where to move from Flash?
 
  Thanks
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 --

 Message: 4
 Date: Wed, 8 May 2013 15:30:01 +
 From: Liu, Peter p...@geico.com
 Subject: RE: [Flashcoders] Adobe Flash future
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID:
 b350e5f8e502ea439d1899c16e66ec8d114b9...@r12k0698.geico.corp.net
 Content-Type: text/plain; charset=us-ascii

 Why can't Adobe make HTML5 as one of the publishing options, then we can
 continue to use Flash without the need to learn another program?

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com [mailto:
 flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kevin Newman
 Sent: Wednesday, May 08, 2013 11:24 AM
 To: Flash Coders List
 Subject: Re: [Flashcoders] Adobe Flash future

 I think of Flash the way I think of 

RE: [Flashcoders] Re: Flashcoders Digest, Vol 68, Issue 2

2013-05-08 Thread Rick Hassen
We've used flash to develop apps for both ipad and android and it was a much 
better experience than using phonegap with html5 or cordova.

wondering what you people think about flash cc being rebuilt from the ground up 
with 64 bit architecture. To me, it seems that adobe sees a future here as this 
is quite an investment..
http://www.adobe.com/products/flash.html
I think what is important here is that nothing has the same content creation 
ability as flash and its intuitive gui. Yet. Or if there is something that 
compares, I'd like to know...



 Date: Wed, 8 May 2013 18:18:01 +0200
 From: unknownflas...@gmail.com
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Re: Flashcoders Digest, Vol 68, Issue 2
 
 Flash is great! Stage3D(GPU drivers starting from 2006), DirectX11 support,
 workers, FlasCC, PlayScript. DEAD? is it a joke right? 3 billion devices,
 10 top games in facebook are on the flash technology. we develop project
 http://realaxy.com/start.
 Yes, I don't deny JS and Unity3D are great, but at first, please try to
 catch multiple keyboard press in JS in all browsers and then we can talk
 about flash is dead. Unity3d? NO, Unity3D hasn't linux support, and 2%
 installs on Mac(see their official statistics) Today, only flash is
 great for AAA-projects, of course, if you want to make money.
 
 
 
 2013/5/8 flashcoders-requ...@chattyfig.figleaf.com
 
  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
  flashcoders-requ...@chattyfig.figleaf.com
 
  You can reach the person managing the list at
  flashcoders-ow...@chattyfig.figleaf.com
 
  When replying, please edit your Subject line so it is more specific
  than Re: Contents of Flashcoders digest...
 
 
  Today's Topics:
 
 1. Adobe Flash future (natalia Vikhtinskaya)
 2. Re: Adobe Flash future (C?dric Muller)
 3. Re: Adobe Flash future (Kevin Newman)
 4. RE: Adobe Flash future (Liu, Peter)
 5. Re: Adobe Flash future (Matt S.)
 6. Re: Adobe Flash future (Henrik Andersson)
 7. Re: Adobe Flash future (John R. Sweeney Jr.)
 
 
  --
 
  Message: 1
  Date: Wed, 8 May 2013 17:40:58 +0300
  From: natalia Vikhtinskaya natavi.m...@gmail.com
  Subject: [Flashcoders] Adobe Flash future
  To: Flash Coders List flashcoders@chattyfig.figleaf.com
  Message-ID:
  
  can6sgrh1g_k00ovumzv0gmyc5y06maswmr_agaara+gswpv...@mail.gmail.com
  Content-Type: text/plain; charset=ISO-8859-1
 
  Hi
  What do you think about Flash technology in the near future? It is a
  pity but it seems that almost all clients have no interest in Flash
  projects.
  Do you think Adobe Flash has no future? Where to move from Flash?
 
  Thanks
 
 
  --
 
  Message: 2
  Date: Wed, 8 May 2013 16:53:32 +0200
  From: C?dric Muller flashco...@benga.li
  Subject: Re: [Flashcoders] Adobe Flash future
  To: Flash Coders List flashcoders@chattyfig.figleaf.com
  Message-ID: 3c6e5d1b-dd54-45b3-8315-104b5f2ee...@benga.li
  Content-Type: text/plain; charset=iso-8859-1
 
  Flash will be here for the years to come. Gladly, it isn't the sexy thing
  where trendy buzzers are. So, there are less projects, but projects are
  still flowing here, at least on the top high client part.
 
  I have no future, but Flash has one. Just look at all those HTML5 bad
  designs ;)
 
  Le 8 mai 2013 à 16:40, natalia Vikhtinskaya a écrit :
 
   Hi
   What do you think about Flash technology in the near future? It is a
   pity but it seems that almost all clients have no interest in Flash
   projects.
   Do you think Adobe Flash has no future? Where to move from Flash?
  
   Thanks
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
 
 
  --
 
  Message: 3
  Date: Wed, 08 May 2013 11:24:13 -0400
  From: Kevin Newman capta...@unfocus.com
  Subject: Re: [Flashcoders] Adobe Flash future
  To: Flash Coders List flashcoders@chattyfig.figleaf.com
  Message-ID: 518a6e1d.8060...@unfocus.com
  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
  I think of Flash the way I think of Shockwave. There is still work out
  there, but not much, and less every minute.
 
  Kevin N.
 
 
 
  On 5/8/13 10:40 AM, natalia Vikhtinskaya wrote:
   Hi
   What do you think about Flash technology in the near future? It is a
   pity but it seems that almost all clients have no interest in Flash
   projects.
   Do you think Adobe Flash has no future? Where to move from Flash?
  
   Thanks
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http

[Flashcoders] Re: Flashcoders Digest, Vol 61, Issue 4

2012-10-04 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 61, Issue 3

2012-10-03 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 61, Issue 2

2012-10-02 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 61, Issue 1

2012-10-01 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 13

2012-09-30 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 12

2012-09-29 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 11

2012-09-28 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 10

2012-09-27 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 9

2012-09-26 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 8

2012-09-25 Thread graeme . clark
I shall be out of the office from the 25th September to the 8th October.

If your email is urgent please contact Greg Denness on 
greg.denn...@inertiasoftware.com.

Kind Regards,

Graeme



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 60, Issue 6

2012-09-22 Thread Kurt Griffin
If I saw it live, maybe. Recreated? pffft. I've seen talking gas pumps in TV 
ads.


 Wow!
 http://www.youtube.com/watch?v=caux7Uh2BK0



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 59, Issue 8

2012-09-01 Thread Aly Mansour Aly Abdelaal


flashcoders-requ...@chattyfig.figleaf.com 
flashcoders-requ...@chattyfig.figleaf.com wrote:


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
flashcoders-requ...@chattyfig.figleaf.com

You can reach the person managing the list at
flashcoders-ow...@chattyfig.figleaf.com

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


Today's Topics:

   1. Re: AS3 read serial data over USB on Mac (Eric E. Dolecki)
   2. Re: AS3 read serial data over USB on Mac (Jim Cheng)
   3. Timeline component?? (Steven Hargrove)


--

Message: 1
Date: Wed, 29 Aug 2012 12:24:32 -0400
From: Eric E. Dolecki edole...@gmail.com
Subject: Re: [Flashcoders] AS3 read serial data over USB on Mac
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID:
cahcwzf-y4skukbgjkwdhvu3ahy2eplctz127ymgfalmhmrf...@mail.gmail.com
Content-Type: text/plain; charset=UTF-8

Is there an AIR native extension that can somehow directly allow me to
socket connect to a device over USB? That would be fantastic... would one
be required to use Flex to generate the AIR, or can it be a standard AS3
app?

Eric


On Wed, Aug 29, 2012 at 4:53 AM, Henrik Andersson he...@henke37.cjb.netwrote:

 Eric E. Dolecki skriver:
  I have some hardware that sends serial data over USB. Any good proxy app
 to
  use with Sockets to read that data in an AS3 app?
 

 Have you tried an AIR native extension?

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Message: 2
Date: Wed, 29 Aug 2012 11:11:03 -0600
From: Jim Cheng li...@psalterego.com
Subject: Re: [Flashcoders] AS3 read serial data over USB on Mac
To: flashcoders@chattyfig.figleaf.com
Message-ID: 503e4d27.7040...@psalterego.com
Content-Type: text/plain; charset=UTF-8; format=flowed

What USB device(s) specifically?

If it's of the Arduino family, consider:

http://code.google.com/p/as3-arduino-connector/

For HID devices (keyboards, mice, gamepads and such):

http://code.google.com/p/air-hid-usb/

Hope this helps,
Jim

On 8/29/12 10:24 AM, Eric E. Dolecki wrote:
 Is there an AIR native extension that can somehow directly allow me to
 socket connect to a device over USB? That would be fantastic... would one
 be required to use Flex to generate the AIR, or can it be a standard AS3
 app?

 Eric


 On Wed, Aug 29, 2012 at 4:53 AM, Henrik Andersson 
 he...@henke37.cjb.netwrote:

 Eric E. Dolecki skriver:
 I have some hardware that sends serial data over USB. Any good proxy app
 to
 use with Sockets to read that data in an AS3 app?


 Have you tried an AIR native extension?

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Message: 3
Date: Wed, 29 Aug 2012 23:33:39 -0400
From: Steven Hargrove steven.hargr...@gmail.com
Subject: [Flashcoders] Timeline component??
To: flashcoders@chattyfig.figleaf.com
Message-ID:
CAE8C8Oja-2tZUdZ1UXztBCZg68KhDnbKDfhLik=vn+1wtab...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi guys...

I am trying to build a fairly simple custom component that will act as a
timeline of events. I have noticed the examples of flexlib's Timeline
component only really supports minute breakdowns.

Basically, what I am trying to accomplish is that I will have a sound that
is X length (lets say 60 seconds). This event timeline's length will be the
length of this sound, and will act as the visualizer for the playhead of
the sound playing. I will be adding events to particular poinnts during
the sound. For example, I might have an event that occurs at 13 seconds,
and lasts for 2 seconds.

Can somebody please point me into the right direction? I have been looking
into flexlib's Timeline and ScheduleViewer component, but I feel like it is
outdated and there may be a much eaiser way to do this.


Thanks so much!


--

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


End of Flashcoders Digest, Vol 59, Issue 8
**

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Re: Flashcoders Digest, Vol 46, Issue 12

2011-07-21 Thread misc_info
I was going to write a long email on reasons to avoid Zinc like the 
plague, but don't have time.


Do some searches for negative reviews before plunking down your cash.  
If you do use them, go into it with your eyes wide open.  Using MDM Zinc 
is one of the biggest mistakes our company ever made.


We currently use NorthCode SWF Studio for that type of work and haven't 
regretted it for a moment.



Good luck!  (with NorthCode you won't need it; with MDM you'll need 
buckets of it)




On 7/20/2011 11:12 AM, David Cohn wrote:

Paul,
Yes, I've heard that.  I can't gush over how great it is, but it's worked well 
and stably for me over an extended period of time.  They're very slow at fixing 
bugs and making improvements, but if you can live with what they've got...
--Dave


On Jul 20, 2011, at 9:00 AM, flashcoders-requ...@chattyfig.figleaf.com wrote:


Message: 2
Date: Tue, 19 Jul 2011 17:25:35 +0100
From: Paul Andrewsp...@ipauland.com
Subject: Re: [Flashcoders] Calling native code from Flash
To: flashcoders@chattyfig.figleaf.com
Message-ID:4e25afff.3080...@ipauland.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 19/07/2011 17:18, David Cohn wrote:

Gerry,
If you can go with an app, check out Zinc.  It offers several system 
interfaces, including invoking DLLs directly:
http://www.multidmedia.com/support/livedocs/
--Dave

It attracted some poor comments at one time - I don't know if that has
changed.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 46, Issue 12

2011-07-20 Thread David Cohn
Paul,
Yes, I've heard that.  I can't gush over how great it is, but it's worked well 
and stably for me over an extended period of time.  They're very slow at fixing 
bugs and making improvements, but if you can live with what they've got...
--Dave


On Jul 20, 2011, at 9:00 AM, flashcoders-requ...@chattyfig.figleaf.com wrote:

 Message: 2
 Date: Tue, 19 Jul 2011 17:25:35 +0100
 From: Paul Andrews p...@ipauland.com
 Subject: Re: [Flashcoders] Calling native code from Flash
 To: flashcoders@chattyfig.figleaf.com
 Message-ID: 4e25afff.3080...@ipauland.com
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
 On 19/07/2011 17:18, David Cohn wrote:
 Gerry,
 If you can go with an app, check out Zinc.  It offers several system 
 interfaces, including invoking DLLs directly:
 http://www.multidmedia.com/support/livedocs/
 --Dave
 
 It attracted some poor comments at one time - I don't know if that has 
 changed.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 41, Issue 7

2011-02-08 Thread Kevin McFarland
 I would use midi, then. Midi capabilities are pretty much universal
 these days, and you'll need a lot smaller download. Plus, mp3's have a
 lag on startup--not bad, but it gets annoying pretty quickly. Midi
 won't have that problem.


Except for the tiny detail that Flash doesn't do MIDI.

Heh.

In the past I've seen occasional posts (and I think there is an official
petition to Adobe) requesting MIDI support in Flash. Anyone heard any recent
news/updates?

I suppose it might be possible in AIR? Using MIDI libraries developed in C
or whatever.

Kevin
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 40, Issue 1

2011-01-05 Thread Farhad Agzamov
Rodrigo,

Chrome unlike FF and IE has a built in Flash Player, type about:plugins into
the top bar and you will see the internal flash player there.

I tend to disable it because it is not the debug version that doesn't play
nice with FlashDevelop.

Hope that helps.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 38, Issue 19

2010-11-25 Thread Ed Murphy
Yep AIR for android is very much alive and kicking... I recently released a
simple quiz game called JeresySure? You can find it on the marketplace.

Anywho, CS5 pro allows devs to not only build but deploy the app locally as
to debug over wifi.  Tracing and what not.  It even includes a simple way to
create certs, when it's time to launch.

Keep in mind though, many native android capabilities are still not
available through the AIR player.  The progressDialogue box comes to mind.
On Nov 25, 2010 12:00 PM, flashcoders-requ...@chattyfig.figleaf.com wrote:
 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
 flashcoders-requ...@chattyfig.figleaf.com

 You can reach the person managing the list at
 flashcoders-ow...@chattyfig.figleaf.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Flashcoders digest...
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 33, Issue 25

2010-06-23 Thread Andrew Kenward
Also you have missing semicolons ; in your html.

var params = {
menu : false,
allowfullscreen: true
};


Also just to make sure download swfobject 2 again. There was a buggy version 
about.

http://code.google.com/p/swfobject/




Andrew Kenward
 
07590 609 554
www.milkybrain.co.uk

On 23 Jun 2010, at 16:31, flashcoders-requ...@chattyfig.figleaf.com wrote:

 Re: [Flashcoders] FullScreen - not working

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 27, Issue 29

2009-12-23 Thread Jim Duber
I'm on digest, so excuse me if this repeats what others might have  
said already, but I wonder if it'll work as expected under both IE6  
and IE8 if you rename your directory flv test as flvTest (or  
something similar without a blank space).


HTH,

Jim


Date: Wed, 23 Dec 2009 08:40:54 -0500
From: Mendelsohn, Michael michael.mendels...@fmglobal.com
Subject: RE: [Flashcoders] FLV loading in IE6, not IE8
To: Flash Coders List flashcoders@chattyfig.figleaf.com

I just noticed that if I output the path of the swf to a TextField,  
I get differences between IE6 and IE8:


IE6:
file://\\johnfilep31\globalcom$\FM_Action_W7\flv test\tester.swf

IE8:
file://johnfilep31/globalcom$/FM_Action_W7/flv%20test/tester.swf

It seems IE8 treats it as a web resource instead of a file share.   
Could that be part of the issue rather than a security/sandbox  
setting?


- MM


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 22, Issue 32

2009-07-30 Thread Isaac Alves
i-ve just done that , it worked out well  thanks!


 The last time I came across this problem, I used an MOUSE_MOVE loop to
 check everytime if the x and y mouse positions were inside the stage
 area, and if not I called the same function that should be called on the
 MOUSE_LEAVE event...

 Ruy Adorno
 http://www.ruyadorno.com

 Isaac Alves wrote:
  Hello,
 
  Is there any workaround to the issue with Adobe Flash where a Flash Movie
  does not receive a MOUSE_LEAVE event if the mouse is dragged outside of
 the
  movie? Neither when i MOUSE_UP outside the stage.
 
  stage.addEventListener(Event.MOUSE_LEAVE, dropIt);
 
  function dropIt(e1:MouseEvent = null, e2:Event = null):void {
  textField.text =  OK ;  // extreme debug method
  full_mc.stopDrag();
  stage.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
  stage.removeEventListener(Event.MOUSE_LEAVE, dropIt);
  }
 
  That actually works when I run the SWF file, and even on IE.
 
  But on Firefox and Chrome nothing happens, it continues dragging the
  MovieClip when the cursor returns to stage. The dropIt function doesn´t
 run
  ( the textField.text doesn´t update)
 
  Thanks a lot!
  Isaac




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 22, Issue 26

2009-07-24 Thread Isaac Alves
Actually this is no lockroot problem, like I thought it was for a moment.
A friend told me it might be that but after a little thinking its clear that
it isn´t . cause  this gets the same movieclip.  it is then really weird
for me why does it returns different number of children 
 ok
i´ve solved the problem.

this function was called by the top.swf timeline as:  infoBox.intro();

when running top.swf ok. but when running preloader.swf  that will load
top.swf, it didn´t work.

What is the problem in calling a function (from main time line of swf Y)
that is in a movieclipZ ( that´s inside the maintime line of Y), and then
have a swf X loading the swf Y??

Thanks!


 Hi fellows, I´m having a weird problem here:

 This code is inside the movieclip Info_1, which is a child of the stage
 in
 top.swf.

 function intro():void{
trace (this:  + this);
trace (thischldren:  + this.numChildren);
trace (child 0:  + this.getChildAt(0));
trace (child 0name:  + this.getChildAt(0).name);
 (...)

 and i-m using is a preloader.swf that loads top.swf.
 when running  top.swf it traces:

 this: [object Info_1]
 thischldren: 9
 child 0: [object MovieClip]
 child 0name: faixa
 12988

 when running  preloader.swf it traces:

 this: [object Info_1]
 thischldren: 1
 child 0: [object Shape]
 child 0name: instance6
 18669

 as you can see, the object faixa as well as many others are unacessible
 when I execute preloader.swf.
 any clue why that happens ??
 thanks !!
 isaac


 --

 Message: 4
 Date: Thu, 23 Jul 2009 15:17:45 -0300
 From: Isaac Alves isaacal...@gmail.com
 Subject: [Flashcoders] accessing movieclips, problem using preloader
 To: flashcoders@chattyfig.figleaf.com
 Message-ID:
9719fa510907231117p5865f79ay15f24b66b0a53...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 it worked with MovieClip(parent).

 im looking now for something like lockRoot   for as3
 any clue how could I handle this?

 thanks!
 isaac


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] RE: Flashcoders Digest, Vol 16, Issue 1

2009-01-01 Thread alan skinner

 
I guess its the equivalent of working in London! (UK)
and wouldnt apply to towns outside of the big cities
 
just caught me of guard you could say!
i just thouht it was freelancers who earned that kind of dough.
 
a
 
 Not really. That's far less than I work for.  alan skinner wrote:
 Surely thats not the going rate for a flash developer in the US?  Thats an 
 obscene amount of money ;o)  
_
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 12, Issue 16

2008-09-24 Thread David Cohn

Jim,

Do you want something like this? (movie_clip is the instance name)

movie_clip.play();
movie_clip.stop();
movie_clip.gotoAndStop(x);  // for scrubber

--Dave



Date: Wed, 24 Sep 2008 08:58:14 -0400
From: Jim Elmore [EMAIL PROTECTED]
Subject: [Flashcoders] Pause/Play a swf
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I have a slide show built of scripted movie clips placed on the main
timeline to sync to a voice over audio.

This is way over my head, but I'd like to add play/pause functionality
and a scrubber to this show. Is that possible to start and stop
scripted movie clips from any frame in the swf?




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Re: Flashcoders Digest, Vol 12, Issue 16

2008-09-24 Thread Jim Elmore
Well, no. That stops the movie clip, but not a timer inside the movie  
clip.


On Sep 24, 2008, at 1:16 PM, David Cohn wrote:


Jim,

Do you want something like this? (movie_clip is the instance name)

movie_clip.play();
movie_clip.stop();
movie_clip.gotoAndStop(x);  // for scrubber

--Dave



Date: Wed, 24 Sep 2008 08:58:14 -0400
From: Jim Elmore [EMAIL PROTECTED]
Subject: [Flashcoders] Pause/Play a swf
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I have a slide show built of scripted movie clips placed on the main
timeline to sync to a voice over audio.

This is way over my head, but I'd like to add play/pause  
functionality

and a scrubber to this show. Is that possible to start and stop
scripted movie clips from any frame in the swf?




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 10, Issue 20

2008-07-18 Thread Kurt Griffin
Perhaps I'm missing something, and this is probably slower than  
regEx, but couldn't you simply change



xml.topics..topic.(attribute(title).toUpperCase() == searchTerm);


to

xml.topics..topic.(attribute(title).toUpperCase().indexOf 
(searchTerm)  -1


?

hth,
Kurt
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 8, Issue 11

2008-05-10 Thread Anthony Cintron
 Thanks Jason and Juan,
I tested it out and the splicing works really well. One thing I'm noticing
is when I uncomment and add another index, I get a compile error. I messed
with the splice index number, but received unsuccessful results. Any
thoughts on this?

var workData:Array = new Array();

//workData.push({pm:Bob, resource:Anthony, client:Microsoft,
role:Developer, job:XXX-,  totalHours:40});
workData.push({pm:Dan, resource:Anthony, client:Microsoft,
role:Developer, job:XXX-, totalHours:50});
workData.push({pm:Bob, resource:Anthony, client:Microsoft,
role:Developer, job:XXX-, totalHours:30});
workData.push({pm:Dan, resource:Anthony, client:Microsoft,
role:Developer, job:XXX-, totalHours:50});
trace(workData);
// for each item in the array
for ( var i = workData.length - 1; i = 0; i-- ){
 // compare to all other array elements
 for ( var j = workData.length - 1; j = 0; j-- )
 {
 if ( workData[i].pm ==  workData[j].pm  i != j)
 {
for ( var props in workData[i] )
{
workData[i][props] = workData[j][props];
}
trace(index:  + j
  );
workData.splice(j, 1);
 }
 }
}
trace(workData);


 Message: 5
 Date: Fri, 9 May 2008 18:13:04 -0300
 From: Juan Pablo Califano [EMAIL PROTECTED]
 Subject: Re: [Flashcoders] Data merging problem
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID:
[EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1

 If you're going to remove elements with a splice, you should loop backwards
 (for var i:Number = array.length - 1;i = 0; i++), because when you loop
 forward and take out one element, the relative position of the next items
 will change.

 Cheers
 Juan Pablo Califano


 2008/5/9, Jason Van Pelt [EMAIL PROTECTED]:
 
  This is untested so it may need a bit of tweaking, but you could do
  something like this:
 
  // for each item in the array
  for(var i = 0; i  workData.length; i++){
 
   // compare to all other array elements
   for(var j = 0; j  workData.length; j++){
 
 // do your comparison(s), making sure not to compare to itself
 if(workData[i].pm == workData[j].pm  i != j){
 
   // overwrite the propeties of the first element with the
  properties of the second
   for(var props in workData[i]){
 workData[i][props] = workData[j][props];
   }
 
   workData.splice(1,j);
 }
   }
  }
 
 
  Things to consider--
  Will all elements in your array have the same properties?
  Do you need more logic involved in figuring out which properties should
 be
  the ones to keep?
 
 
  Jason Van Pelt
  Interactive Developer
  504.210.1232 (p) / 504.581.2731 (f)
  Peter A. Mayer Advertising, Inc.
  www.peteramayer.com
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


 --

 Message: 6
 Date: Fri, 9 May 2008 18:31:08 -0400 (EDT)
 From: Dave Segal [EMAIL PROTECTED]
 Subject: [Flashcoders] as3 namespace question
 To: flashcoders@chattyfig.figleaf.com
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;   charset=us-ascii

 I posted about this before and didn't receive and answer but it is still
 causing me issues so I am trying again. I need to load an swf from one
 server that is a member of some class. For example:



 http://server1.mydomain.com/load_me.swf that uses the Document class
 com.mydomain.componet.LoadMe.as.



 I want to be able to load this swf from a different server, say
 http://server2.mydomain.com/load_stuff.swf, and cast it to a LoadMe when
 it is done loading. Should this work? I keep getting errors when trying to
 cast in the init handler.





 import com.mydomain.componet.LoadMe;



 var _req:URLRequest = new
 URLRequest(http://server1.mydomain.com/load_me.swf;);

 var _ldr:Loader = new Loader();

 var _context:LoaderContext = new LoaderContext();

 _context.securityDomain = SecurityDomain.currentDomain;

 _context.applicationDomain = ApplicationDomain.currentDomain;

 _ldr.contentLoaderInfo.addEventListener(Event.INIT, initHandler, false, 0,
 true);

 _ldr.load(_req, _context);





 private function initHandler($event:Event) () {

var _lm:LoadMe = LoadMe(_ldr.content);

 }





 --

 Message: 7
 Date: Fri, 9 May 2008 20:19:51 -0300
 From: Juan Pablo Califano [EMAIL PROTECTED]
 Subject: Re: [Flashcoders] as3 namespace question
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Message-ID:
[EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1

 I have not tryed this, but check this:

 http://livedocs.adobe.com/flex/201/langref/flash/display/LoaderInfo.html


 Because the instance of the main class of the SWF file has no Loader
 

[Flashcoders] Re: Flashcoders Digest, Vol 5, Issue 32

2008-02-29 Thread Chris Wilcox

--

Bounce Digital Ltd
7 Greenland Street
London
NW1 0ND

+44 (0)20 7209 3620

-Original Message-
From: [EMAIL PROTECTED]

Date: Sat, 23 Feb 2008 12:04:12 
To:flashcoders@chattyfig.figleaf.com
Subject: Flashcoders Digest, Vol 5, Issue 32


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: re: Looking for Expanding menu along a curved path
  (Pedro Kostelec)
   2. Re: re: Looking for Expanding menu along a curved path
  (Pedro Kostelec)


--

Message: 1
Date: Sat, 23 Feb 2008 16:21:21 +0100
From: Pedro Kostelec [EMAIL PROTECTED]
Subject: Re: [Flashcoders] re: Looking for Expanding menu along a
curved path
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8

Isn't there a way to get the source code?

On Fri, Feb 22, 2008 at 7:16 PM, Norman Cousineau [EMAIL PROTECTED]
wrote:


 Very cool. Worth a look for everybody.
 Requires Flash Player 9.

 http://flash-ripper.com/tests/bezier.ru/demo/test.swf


  --  Message: 18 Date: Fri, 22 Feb 2008
 13:09:54 +0300 From: Ivan Dembicki [EMAIL PROTECTED] Subject:
 Re: [Flashcoders] Looking for Expaning menu along a curved path To: Flash
 Coders List flashcoders@chattyfig.figleaf.com Message-ID: 
 [EMAIL PROTECTED]
 Content-Type: text/plain; charset=UTF-8  Hello Norman,  You can see
 example of moving point along curved path here:
 http://flash-ripper.com/tests/bezier.ru/demo/test.swf (6 and 7 example)
  Sourcecode here:
 http://code.google.com/p/bezier/source/checkout  I hope it can help
 you.  --  iv http://www.bezier.ru http://bezier.googlecode.com  
 -- 
 ___ Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders   End of
 Flashcoders Digest, Vol 5, Issue 30
 **
 _

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Pedro D.K.


--

Message: 2
Date: Sat, 23 Feb 2008 16:31:55 +0100
From: Pedro Kostelec [EMAIL PROTECTED]
Subject: Re: [Flashcoders] re: Looking for Expanding menu along a
curved path
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8

I like it. But in exemple 7, is there no way to limit the lenght of the
curve? If you drag one pont quite fast the length of the curse is huge, how
could i limit it, i.e make the mx lenght of the curve 700 pixels or
something like that.

On Sat, Feb 23, 2008 at 4:21 PM, Pedro Kostelec [EMAIL PROTECTED] wrote:

 Isn't there a way to get the source code?

 On Fri, Feb 22, 2008 at 7:16 PM, Norman Cousineau 
 [EMAIL PROTECTED] wrote:

 
  Very cool. Worth a look for everybody.
  Requires Flash Player 9.
 
  http://flash-ripper.com/tests/bezier.ru/demo/test.swf
 
 
   --  Message: 18 Date: Fri, 22 Feb 2008
  13:09:54 +0300 From: Ivan Dembicki [EMAIL PROTECTED]
  Subject: Re: [Flashcoders] Looking for Expaning menu along a curved path
  To: Flash Coders List flashcoders@chattyfig.figleaf.com
  Message-ID: 
  [EMAIL PROTECTED]
  Content-Type: text/plain; charset=UTF-8  Hello Norman,  You can see
  example of moving point along curved path here:
  http://flash-ripper.com/tests/bezier.ru/demo/test.swf (6 and 7
  example)  Sourcecode here:
  http://code.google.com/p/bezier/source/checkout  I hope it can help
  you.  --  iv http://www.bezier.ru http://bezier.googlecode.com  
  -- 
  ___ Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders   End of
  Flashcoders Digest, Vol 5, Issue 30
  **
  _
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 Pedro D.K.




-- 
Pedro D.K.


--

___
Flashcoders mailing list

Re: [Flashcoders] digest

2007-10-25 Thread Josh Ettwein
It has been relayed by several other people on this list that this  
change your options link is not working. I know for a fact that I  
am using the correct username/pass and I get an authentication  
failed message.


Figleaf, you guys really need to step up and address this problem.  
I'm not all that concerned about it, but you are effectively spamming  
everyone who has previously unsubbed. This is unacceptable, not to  
mention, possibly illegal under CAN SPAM laws.


Like I said, I love this list and have been a member for many, many  
years, and a few extra messages doesn't really bother me, but for  
some people, this is clearly a huge issue, and you guys need to  
address this immediately.



On Oct 20, 2007, at 3:01 PM, Rich Rainbolt wrote:



On Oct 19, 2007, at 8:21 AM, Jim Robson wrote:

The welcome email included a URL for changing your options. Here  
it is again

for convenience:
http://chattyfig.figleaf.com/mailman/options/flashcoders/



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-25 Thread Ville Walveranta
Will you also set my account to digest? Or better yet, remove my
subscription altogether so that I can sign up again as the password that I
originally used no longer works (I can't change settings such as the
subscription mode).

Thanks,

Ville Walveranta

-Original Message-
From: [EMAIL PROTECTED] 
Sent: Saturday, October 20, 2007 17:02
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] digest


On Oct 19, 2007, at 9:04 AM, Dave Watts wrote:

 Apparently some user preferences were jostled/reset by the move.

 Yes, sorry about that!

 I've reset your account to digest, but in the future you can use  
 the URL in
 the message footer.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-24 Thread Rich Rainbolt

Unsubscribe Remove


On Oct 19, 2007, at 10:27 PM, Bryan Thompson wrote:

Folks, before this list gets flooded (again) with remove/change  
requests,
please remember that the owner of this list does not necessarily  
watch it
for help requests.  By sending these requests to the list, you are  
just

clogging our in boxes with noise.

Every email you get has a link to the list's home page at the  
bottom.  Use
it, and use your head.  There is a mailto link at the bottom for  
the list

owner: mailto:[EMAIL PROTECTED]

Please send your maintenance requests to him and not the list.

Thanks for helping reduce the noise.

Bryan


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-24 Thread Rich Rainbolt

Unsubscribe Remove


On Oct 20, 2007, at 2:53 AM, Luis Recchini wrote:


same as sean

On 10/19/07, Sean Suggs [EMAIL PROTECTED] wrote:


Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to UNSUBSCRIBE?

s


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Thursday, October 18, 2007 11:28 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Digest.

2007-10-24 Thread Rich Rainbolt

Unsubscribe Remove


On Oct 19, 2007, at 7:50 PM, [EMAIL PROTECTED] wrote:




In a message dated 10/19/2007 10:41:18 P.M. Eastern Daylight Time,
[EMAIL PROTECTED] writes:

I  attempted to use the control panel provided in the re-instatement
email for this as well, but I'm still receiving the individual   
emails...





Me too and if it's not fixed soon I may have to block the email   
address.


Joan
The  Lassie Network
_www.lassie.net_ (http://www.lassie.net/)

This  transmission is intended to be delivered to the named  
addressee(s) and
may  contain information that is confidential and/or legally  
privileged. If
this  information is received by anyone other than the named  
addressee(s), the
recipient should immediately notify the sender by E-Mail and by  
telephone
(410)  569-5321 and permanently delete the original and any copy,  
including
printout of  the information. In no event shall this material be  
read, used, copied,
 reproduced, stored or retained by anyone other than the named  
addressee(s),

except with the express consent of the sender.





** See what's new at http:// 
www.aol.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-24 Thread Marlon Harrison

Same here I can't login to change my settings.

On Oct 20, 2007, at 10:19 AM, Cynthia Lawson Jaramillo [EMAIL PROTECTED] 
 wrote:


Yes, but what password did you assign to us?  My usual passwords are  
not working to log in, so I'm guessing a default one was used?


Thanks,
C.

On Oct 19, 2007, at 12:04 PM, Dave Watts wrote:


Apparently some user preferences were jostled/reset by the move.


Yes, sorry about that!

I've reset your account to digest, but in the future you can use  
the URL in

the message footer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-23 Thread Cindy Ball
Hello,
Can someone please remove me from this list.  I tried sending a password
reminder to myself using the subscriber list feature, but no email ever
arrives.  My subscription is either under [EMAIL PROTECTED] or
[EMAIL PROTECTED]
Thanks, -Cindy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Watts
Sent: Friday, October 19, 2007 9:05 AM
To: flashcoders@chattyfig.figleaf.com
Subject: RE: [Flashcoders] digest

 Apparently some user preferences were jostled/reset by the move.

Yes, sorry about that!

I've reset your account to digest, but in the future you can use the URL in
the message footer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-23 Thread Dave Watts
 Password mailing reminder seems to be broken as well, I put 
 in two requests so that I could change to digest, and have 
 received neither one.

For some reason, the password mailing reminder is REALLY SLOW right now. I'm
trying to figure that out. In the meantime, I've set your account to digest.

For everyone else, you should have received a new password with your welcome
message last Wednesday. If you don't have that, try the list info URL at the
bottom of each message. If that doesn't work for you, send me an email
directly - not to the list - and I'll be happy to change your account if you
can't do it yourself.

Thanks!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-23 Thread Troy Rollins


On Oct 20, 2007, at 10:17 AM, [EMAIL PROTECTED] wrote:

Password mailing reminder seems to be broken as well, I put in two  
requests so that I could change to digest, and have received  
neither one.


Well, in general it seems like my posts are taking about a day to  
show up. So maybe everything is just insanely slow.


--
Troy
RPSystems, Ltd.
http://www.rpsystems.net


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 8:14 AM, Bill Napier wrote:


Ditto on going back to digest ...



Bill Napier
Web Designer/Graphic Artist
Bowles Rice McDavid Graff  Love LLP
Post Office Box 1386
Charleston, West Virginia  25325-1386
Telephone: (304) 347-2139
Facsimile:  (304) 343-3058
[EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 8:21 AM, Jim Robson wrote:

The welcome email included a URL for changing your options. Here it  
is again

for convenience:
http://chattyfig.figleaf.com/mailman/options/flashcoders/



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 9:09 AM, Beau Gould wrote:

Yeah I totally can't fix mine either.  Password reminder won't  
work.  Tried

unsubbing to no avail.  Please advise steps to switch to digest mode.

Thanks,
Beau


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest


Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 9:04 AM, Dave Watts wrote:


Apparently some user preferences were jostled/reset by the move.


Yes, sorry about that!

I've reset your account to digest, but in the future you can use  
the URL in

the message footer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 9:13 AM, Sean Suggs wrote:


Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to UNSUBSCRIBE?

s


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Thursday, October 18, 2007 11:28 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 11:11 AM, Zeh Fernando wrote:


Apparently some user preferences were jostled/reset by the move.
Where can I change my subscription mode to digest?
d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



For reference, just visit the flashcoders list page:

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

It's also listed on the footer of every list email.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt


On Oct 19, 2007, at 12:01 PM, Jon Weber wrote:

Same for me- this is way too many  
messages through which to sort, esp. with all of the spam one gets.  
Kindly re-add me to the Digest mode, please.


David Bitterman [EMAIL PROTECTED] wrote: Apparently some user  
preferences were jostled/reset by the move.


Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Digest.

2007-10-22 Thread Rich Rainbolt

 Remove

On Oct 19, 2007, at 8:06 AM, Robert Redmond wrote:

I attempted to use the control panel provided in the re-instatement  
email for this as well, but I'm still receiving the individual  
emails...


Kindly,

Robert N. Redmond
[EMAIL PROTECTED]
--
http://www.designerprogrammer.com
--
c. 917.673.3257
p. 845.284.2849
f. 866.292.9213
--
80 Nardin Road
Lake Peekskill, NY 10537
USA
--
imAOL therbox
imYAHOO designeprogrammer
--
You are inside. Go outside!



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Digest.

2007-10-21 Thread JLNCollies
 
 
In a message dated 10/19/2007 10:41:18 P.M. Eastern Daylight Time,  
[EMAIL PROTECTED] writes:

I  attempted to use the control panel provided in the re-instatement   
email for this as well, but I'm still receiving the individual  emails...




Me too and if it's not fixed soon I may have to block the email  address.
 
Joan
The  Lassie Network
_www.lassie.net_ (http://www.lassie.net/) 

This  transmission is intended to be delivered to the named addressee(s) and 
may  contain information that is confidential and/or legally privileged. If 
this  information is received by anyone other than the named addressee(s), the  
recipient should immediately notify the sender by E-Mail and by telephone 
(410)  569-5321 and permanently delete the original and any copy, including 
printout of  the information. In no event shall this material be read, used, 
copied, 
 reproduced, stored or retained by anyone other than the named addressee(s),  
except with the express consent of the sender.





** See what's new at http://www.aol.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-21 Thread Bryan Thompson
Folks, before this list gets flooded (again) with remove/change requests,
please remember that the owner of this list does not necessarily watch it
for help requests.  By sending these requests to the list, you are just
clogging our in boxes with noise.

Every email you get has a link to the list's home page at the bottom.  Use
it, and use your head.  There is a mailto link at the bottom for the list
owner: mailto:[EMAIL PROTECTED]

Please send your maintenance requests to him and not the list.

Thanks for helping reduce the noise.

Bryan

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of David
 Bitterman
 Sent: Friday, October 19, 2007 12:28 AM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] digest
 
 Apparently some user preferences were jostled/reset by the move.
 
 Where can I change my subscription mode to digest?
 
 d
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread Luis Recchini
same as sean

On 10/19/07, Sean Suggs [EMAIL PROTECTED] wrote:

 Apparently some user preferences were jostled/reset by the move.

 Where can I change my subscription mode to UNSUBSCRIBE?

 s


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of David
 Bitterman
 Sent: Thursday, October 18, 2007 11:28 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] digest

 Apparently some user preferences were jostled/reset by the move.

 Where can I change my subscription mode to digest?

 d
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread tcoz
Password mailing reminder seems to be broken as well, I put in two requests so 
that I could change to digest, and have received neither one. 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread swfer
Uh-huh. I've set my my preferences to 'digest' twice in the past two 
days, and I'm still getting individual messages.


Still some bugs in the system, I see.

- hb


At 3:11 PM -0300 on 10/19/07, you spake thus:


Apparently some user preferences were jostled/reset by the move.
Where can I change my subscription mode to digest?

d



For reference, just visit the flashcoders list page:

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

It's also listed on the footer of every list email.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread Cynthia Lawson Jaramillo
Yes, but what password did you assign to us?  My usual passwords are  
not working to log in, so I'm guessing a default one was used?


Thanks,
C.

On Oct 19, 2007, at 12:04 PM, Dave Watts wrote:


Apparently some user preferences were jostled/reset by the move.


Yes, sorry about that!

I've reset your account to digest, but in the future you can use  
the URL in

the message footer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread 365multimedia.com
UNSUBSCRIBE

On 10/19/07, Zeh Fernando [EMAIL PROTECTED] wrote:

  Apparently some user preferences were jostled/reset by the move.
  Where can I change my subscription mode to digest?
 
  d
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


 For reference, just visit the flashcoders list page:

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

 It's also listed on the footer of every list email.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-21 Thread Keith Wilcox
I've entered my username and password and it says Authenitcation failed.

On 10/19/07, Zeh Fernando [EMAIL PROTECTED] wrote:

  Apparently some user preferences were jostled/reset by the move.
  Where can I change my subscription mode to digest?
 
  d
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


 For reference, just visit the flashcoders list page:

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

 It's also listed on the footer of every list email.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-20 Thread Dave Watts
 Apparently some user preferences were jostled/reset by the move.

Yes, sorry about that!

I've reset your account to digest, but in the future you can use the URL in
the message footer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-20 Thread Beau Gould
Yeah I totally can't fix mine either.  Password reminder won't work.  Tried
unsubbing to no avail.  Please advise steps to switch to digest mode. 

Thanks, 
Beau 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest


Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-20 Thread Sean Suggs
Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to UNSUBSCRIBE?

s


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Thursday, October 18, 2007 11:28 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-20 Thread Zeh Fernando

Apparently some user preferences were jostled/reset by the move.
Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




For reference, just visit the flashcoders list page:

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

It's also listed on the footer of every list email.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] digest

2007-10-20 Thread Jon Weber
Same for me- this is way too many messages through 
which to sort, esp. with all of the spam one gets. Kindly re-add me to the 
Digest mode, please.

David Bitterman [EMAIL PROTECTED] wrote: Apparently some user preferences 
were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-19 Thread Bill Napier
Ditto on going back to digest ...
 


Bill Napier
Web Designer/Graphic Artist
Bowles Rice McDavid Graff  Love LLP
Post Office Box 1386
Charleston, West Virginia  25325-1386
Telephone: (304) 347-2139
Facsimile:  (304) 343-3058
[EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] digest

2007-10-19 Thread Jim Robson
The welcome email included a URL for changing your options. Here it is again
for convenience:
http://chattyfig.figleaf.com/mailman/options/flashcoders/



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

Apparently some user preferences were jostled/reset by the move.

Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Flashcoders Digest, Vol 6, Issue 54

2007-06-27 Thread Josh Ettwein

FFMpeg is what we use...

http://ffmpeg.mplayerhq.hu/

As seen on the starwars mashup site - http://mashup.starwars.com. The  
StarWars.com logo watermark seen in all videos on this site is done  
with ffmpeg.


Josh

On Jun 27, 2007, at 7:08 AM, flashcoders- 
[EMAIL PROTECTED] wrote:



Hi,

I want to watermark flv videos using command line utility. Can any one
suggest me some solution.


Thanks
Tarjinder Kumar


___
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] Re: Flashcoders Digest, Vol 6, Issue 7

2007-06-04 Thread misa
I just want to thank you for all the advice regarding site structure. 
I'll check all the frameworks I got from the list and I'll choose the 
one that's closest to my working habits. Thanks again!

Regards,
Mihajlo Nikolic
___
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] Re: Flashcoders Digest, Vol 5, Issue 19

2007-05-09 Thread David Cohn

Brian,

Yes!  That works!

Wouldn't you think that would be the default, if one doesn't specify  
the fillColor at all?


(And, DOH!  I was reversing the alpha values in my mind, and  
specifying FF as fully transparent!)



Thanks,
--Dave





did you try filling with 0?  You're setting the background color to an
opaque color, and then drawing the transparent bitmap on top of it.

var m_cBitmap = new BitmapData( target_mc._width, target_mc._height,
true, 0x0 );

if you don't specify the color, it might be using 0xff00 (black  
with an

alpha of 255).

--Brian

On 5/8/07, David Cohn [EMAIL PROTECTED] wrote:


Hey all,

I must be missing something straight-forward here...

I'm loading a PNG file with a transparent background, and then I want
to extract the Bitmap, preserving its transparency.  The loaded clip
shows up with the transparent background, but after the .draw(), the
bitmap seems to lose its transparency.  (the trace statement, of
course, shows the .transparent property to be true)

Can anyone spot the error?

Thanks,
--Dave


loaderObj.onLoadInit = function( target_mc:MovieClip ) {

// tried with and without setting fillColor
var m_cBitmap = new BitmapData( target_mc._width,
target_mc._height,
true, 0xFF99 );

// tried with and without setting pMatrix,  
pColorTransform, and

various blendModes
var pMatrix = new Matrix();
var pColorTransform = new ColorTransform();
m_cBitmap.draw( target_mc, pMatrix, pColorTransform,  
normal );


var bitmap_mc = _root.createEmptyMovieClip 
( transparency_test,

_root.getNextHighestDepth() );
bitmap_mc.attachBitmap(m_cBitmap, 2, auto, true);

trace(onLoadInit: transparency=+m_cBitmap.transparent);
};






___
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] Re: Flashcoders Digest, Vol 3, Issue 57

2007-03-20 Thread Josh Ettwein
Got it working. The issue was the cookies not being passed in with  
the post from the browser. The auth that sits on top of my handler  
script was not getting the username and customer_id passed into it  
and was correctly redirecting the request to the login script, and  
hence the 302 HTTP error (redirect). For whatever reason, FF2/Mac  
uploads using the FileReference object appear to somehow circumvent/ 
ignore the cookies in the browser and post without them. I got around  
this by changing the swf to use ExternalInterface to grab the cookie  
values from js in the embedding HTML page and then pass those as  
values in the post during the upload process. Seems to work fine. One  
other thing to note is that when running a swf using filereference  
for uploads in a browser that you have proxied, the proxy will  
seemingly be ignored by the swf, and the post is made outside the  
proxy. Very strange, but replicable behavior. That one I have not  
solved yet.


Josh

On Mar 20, 2007, at 8:06 AM, flashcoders- 
[EMAIL PROTECTED] wrote:



Date: Tue, 20 Mar 2007 11:10:25 +0100
From: Emir Krkic [EMAIL PROTECTED]
Subject: Re: [Flashcoders] http error 302 on upload with filereference
object
To: flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I had nightmares with this. I never made it work on Mac with Apache  
server

as upload server with PHP 4. It is some combination there which is not
alright. I tryied the same php script and upload with html page and  
that
worked. But not with FLASH. It looked like it was uploading and it  
came
almost to the end and then I recived the error. I tryied with all  
those
tricks, like return an empty string, change the config files on the  
server
side etc... Everything that I found on the web. Finally I made an  
HTML page
for the Mac users that uploaded the file thru a form and then I  
past the

filename to the flash with swf object class.
If you find a solution I would love to hear it!

On 3/16/07, Smeets, Ben [EMAIL PROTECTED] wrote:


Had similar woes ;)

The important thing is 1) Firefox does things differently 2) Mac does
things differently. If both are true in your situation, the one thing
that pops in mind is the fact that your server upload handling  
script,

always needs to return something for the upload to succeed. E.g.
normally your upload handler doesn't return anything, to make it  
work in
mac environments, make it return an empty string after it has  
processed

the upload.

Ben

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh
Ettwein
Sent: vrijdag 16 maart 2007 0:50
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] http error 302 on upload with filereference
object

Anyone get these before? my entire app works to one remote php  
script on

one server and then when moving it to a production app environment
(which is Perl) I don't even see a request showing up in the apache
access logs. The filereference object is reporting back an http  
error of
type 302. I'm wondering if anyone has experienced file upload woes  
like

this...




--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.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] Re: Flashcoders Digest, Vol 3, Issue 46

2007-03-16 Thread Josh Ettwein
Never mind... It was an upload hook in Apache hijacking my post...  
got it figured out, it appears. Thanks anyhow.


On Mar 16, 2007, at 4:51 AM, flashcoders- 
[EMAIL PROTECTED] wrote:




Message: 13
Date: Thu, 15 Mar 2007 16:49:55 -0700
From: Josh Ettwein [EMAIL PROTECTED]
Subject: [Flashcoders] http error 302 on upload with filereference
object
To: flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Anyone get these before? my entire app works to one remote php script
on one server and then when moving it to a production app environment
(which is Perl) I don't even see a request showing up in the apache
access logs. The filereference object is reporting back an http error
of type 302. I'm wondering if anyone has experienced file upload woes
like this...





--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.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] Re: Flashcoders Digest, Vol 3, Issue 47

2007-03-16 Thread Josh Ettwein
Ok... got that worked out late last night - had it return some XML  
(I'm sure empty string would have worked as well) and all is good.  
However - do you know anything about issues with the flash player  
circumventing the browser's proxy settings? If I set the upload path  
directly to my dev server, it works fine, but when I try to proxy to  
the server in the browser, the upload fails. It's as if the flash  
player is just posting straight out and ignoring completely the  
browser's proxy settings. Very strange indeed. It's not a huge issue  
because it's only affecting my test environment with proxies, but it  
would be good to know why it's doing this.


Thanks,

JE

On Mar 16, 2007, at 8:06 AM, flashcoders- 
[EMAIL PROTECTED] wrote:



Had similar woes ;)

The important thing is 1) Firefox does things differently 2) Mac does
things differently. If both are true in your situation, the one thing
that pops in mind is the fact that your server upload handling script,
always needs to return something for the upload to succeed. E.g.
normally your upload handler doesn't return anything, to make it  
work in
mac environments, make it return an empty string after it has  
processed

the upload.

Ben




--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.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] Re: Flashcoders Digest, Vol 3, Issue 17

2007-03-06 Thread Josh Ettwein
I've been evaluating these myself for some time - best one I've seen  
out of the box (we rolled our own due to spec constraints) is FLV  
Player... I think it meets all your criteria listed below. Not  
positive, but the codebase is really solid. That was my biggest  
concern with a lot of these open/free players - the code is garbage.  
Jeroen's actionscript is really well written and thought out nicely.


http://www.jeroenwijering.com/?item=Flash_Video_Player

HTH,

Josh

On Mar 6, 2007, at 7:12 AM, [EMAIL PROTECTED]  
wrote:



Message: 8
Date: Mon, 5 Mar 2007 13:46:19 -0800
From: Carlos Saenz [EMAIL PROTECTED]
Subject: [Flashcoders] Flash video player / modular component
To: flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Hey what's up? I'm looking for a flash video player with these
requirements:

1) Can play SWF or FLV
2) Has a nice simple scrubber, like quicktime. (Pause / Play, drag
slider, and that's enough)
3) Generates a list of videos based on an XML file
4) Just put SWFs / FLVs in a folder, put the XML file in there, put
the main player swf on your home page, and bam. Video player with
scrolling list of videos appears.
5) The list of videos should look pretty cool, have a cool scrolling
effect
6) The look should be nice / elegant. Not default flash skin looking
stuff.
7) Flash 6, 7, or 8 compatible. (Flash 6 if possible, but not
required. At least 7.)

Anyone? Best recommendation? Or if someone wants to make some money
putting #1 - 7 above together, let me know. I am SERIOUSLY bogged
down with too much other work to get this video thing done.

I really appreciate anyone's help, information, or time on this one.

Thanks,
-Carlos-






--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.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] Re: Flashcoders Digest, Vol 3, Issue 1

2007-03-01 Thread Josh Ettwein
Anyone know if it's possible to add name/val pairs to the  
FileReference object POST operation? Maybe a description of what I  
need to do will explain better.


I have a form in Flash that contains a number of fields, including  
file upload capability. I need to have these other fields (user- 
defined meta tags for the image file, a token, etc.) passed in to the  
receiving script with the file upload.


Is it possible to do this? It's just an HTTP POST with the files sent  
with Content-Type of multipart/form-data, but I need to either add  
things to the post operation before send OR pull the actual files  
from the FileReference objects and send them with the rest of the  
variables from the form in a loadVars.sendAndLoad or something similar.


Anyone done anything similar to this?

Thanks in advance for your help!

Josh

--
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.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] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread David Cohn


Thanks, [Inspectable] metadata does the trick!

Where would people go for overview documentation on this stuff?

Flash (8) Help shows nothing for metadata nor Inspectable.  I found  
info on the adobe site once I knew what to look for, but is there a  
good summary available?


(if possible, anything but livedocs ;)

Thanks again,
--Dave




Look into the [Inspectable] metadata tag.

If you place it before a class variable or property, then setting the
class under the component definition will automatically populate the
parameters.

class MyClass {
//...
[Inspectable(defaultValue=default)]
public var myVar:String;
[Inspectable]
public function get myProp():Number {
return _prop;
}
public function set myProp(value:Number):Void {
_prop = isFinite(value) ? Math.floor(value) : 0;
}
private var _prop:Number;
//...
}

There are other options: enumeration, different types, etc.




Also, leave the Parameters in the Component Definition window  
blank, it's there for backwards compatibility and will be filled

in automatically if you use [Inspectable] metadata in your class.
But for that to work you need to fill in the class (including  
package) in the AS 2.0 Class field - just below the paramaters in

the Component Definition window.

When you make changes to a class' [Inspectable] metadata, those  
changes are not reflected in the fla immediatly. For instance, if
you add new Inspectable metadata and you have a movieclip instance  
on stage, you won't see the properties show up in the Parameters.
You'll have to compile the fla first, or make the movieclip a  
compiled clip and recompile it each time you change the class.





___
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


RE: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread Keith Reinfeld
Dave, 
 
I often get a 'Help Topic Not Found' result when I use search. Even when I
know it's in there! In this case, it's in there: 
 
Using Components 
 
Creating Components  Creating the ActionScript class file  Adding
component metadata  Metadata tags 
 
HTH 

-Keith 
http://keithreinfeld.home.comcast.net
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Cohn
Sent: Saturday, February 17, 2007 12:30 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53


Thanks, [Inspectable] metadata does the trick!

Where would people go for overview documentation on this stuff?

Flash (8) Help shows nothing for metadata nor Inspectable.  I found  
info on the adobe site once I knew what to look for, but is there a  
good summary available?

(if possible, anything but livedocs ;)

Thanks again,
--Dave



 Look into the [Inspectable] metadata tag.

 If you place it before a class variable or property, then setting the
 class under the component definition will automatically populate the
 parameters.

 class MyClass {
 //...
 [Inspectable(defaultValue=default)]
 public var myVar:String;
 [Inspectable]
 public function get myProp():Number {
 return _prop;
 }
 public function set myProp(value:Number):Void {
 _prop = isFinite(value) ? Math.floor(value) : 0;
 }
 private var _prop:Number;
 //...
 }

 There are other options: enumeration, different types, etc.



 Also, leave the Parameters in the Component Definition window  
 blank, it's there for backwards compatibility and will be filled
 in automatically if you use [Inspectable] metadata in your class.
 But for that to work you need to fill in the class (including  
 package) in the AS 2.0 Class field - just below the paramaters in
 the Component Definition window.

 When you make changes to a class' [Inspectable] metadata, those  
 changes are not reflected in the fla immediatly. For instance, if
 you add new Inspectable metadata and you have a movieclip instance  
 on stage, you won't see the properties show up in the Parameters.
 You'll have to compile the fla first, or make the movieclip a  
 compiled clip and recompile it each time you change the class.




___
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


Re: [Flashcoders] Re: Flashcoders Digest, Vol 25, Issue 53

2007-02-17 Thread Muzak
 Flash (8) Help shows nothing for metadata nor Inspectable.

It does here, for both words.

http://livedocs.macromedia.com/flash/8/main/3033.html

 I found info on the adobe site once I knew what to look for, but is there a  
 good summary available?

http://livedocs.macromedia.com/flash/8/main/3016.html

Google is always a good place to start
http://www.google.com/search?hl=enq=flash+component+metadata+-videometa=
http://www.google.com/search?hl=enq=flash+component+parametersmeta=

And so are the archives
http://muzakdeezign.com/flashcoders/?q=flash%20component%20parameters
http://muzakdeezign.com/flashcoders/?q=component%20parameters
http://muzakdeezign.com/flashcoders/?q=component%20metadata
http://muzakdeezign.com/flashcoders/?q=component%20inspectable

regards,
Muzak 


___
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] Re: Flashcoders Digest, Vol 25, Issue 5

2007-02-02 Thread [p e r c e p t i c o n]

sorry for that but i'm on digest
___
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] RE: Flashcoders Digest, Vol 24, Issue 66

2007-01-29 Thread Stephen Ford
 Yes I'm already using setInterval to poll for a hitTest, but if the mouse has 
left the stage, flash doesn't seem to return a false for the hitTest 
?___
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] Re: Flashcoders Digest, Vol 24, Issue 66

2007-01-29 Thread yetseng
 From: John Dowdell [EMAIL PROTECTED]

 Are you asking What causes might stop all my network requests in
 ActionScript? If so, then have you isolated the browsers yet, and
 tested known-to-be-good apps from others in that browser?

 jd

No, I it's not a browser problem. The flv don't play when I test Movie in Flash
or when I run open a swf file. It was working fine until I updated to the Flash
Player 9 plugin. When I removed the FP9 plugin, it works again.
___
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] Re: Flashcoders Digest, Vol 24, Issue 42

2007-01-21 Thread Tim Consolazio
The embed attribute can actually be used in a number of different ways 
in Flex, both as an attribute and as an inline parameter when setting 
your source (say, for an image). The issue is documented in the flex 
builder documentation pretty thoroughly. Check out the documentation for 
the Image component.




[EMAIL PROTECTED] wrote:

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: Multi-dimensional array problems in classes (slangeberg)
   2. questions about [embed] in AS3 (August Gresens)
   3. ASBroadcaster deprecated in AS3 ? (Stephen Ford)
   4. Re: iTunes-encoded mp3's duration doesn't show up in  ID3 from
  Flash (Marlon Harrison)
   5. Re: ASBroadcaster deprecated in AS3 ? (Francis Chary)
   6. Re: questions about [embed] in AS3 ([EMAIL PROTECTED])
   7. Re: questions about [embed] in AS3 (Fumio Nonaka)
   8. Flashlite for Windows mobile 4 (Eric Priou)
   9. Q:The case for Functional vs OOP programming ([EMAIL PROTECTED])


--

Message: 1
Date: Sat, 20 Jan 2007 14:41:52 -0600
From: slangeberg [EMAIL PROTECTED]
Subject: Re: [Flashcoders] Multi-dimensional array problems in classes
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I agree with previous, however, it is good to deal with references in
classes. Best design for your 2D array depends on what it's intended for?:

var reactionStoichiometry:Array = new Array ();

public function addItem( newArr:Array ):Number {
   //returns len(?)
   return reactionStoichiometry.push( newArr );
}

used like:
var yorObject:YourClass = new YourClass();

var newArr:Array = new Array (1, 3, 2, 0),

yorObject.addItem( newArr );
yorObject.addItem( new Array( 1,2,1,0 ) );
...etc


-Scott

On 1/20/07, Ron Wheeler [EMAIL PROTECTED] wrote:
  

BTW, Classes love Objects of all types regardless of the arrays.

Just a hint.
Often multi-dimensional arrays are just crying out to be single arrays
of objects and if their wish is granted, your code becomes amazingly
small and elegant as your reward for granting their wish.

Help make an array's wish become true!!! If you pass this on to 6
programmers in the next 24 hours, you will be granted good karma for a
year.

Ron

Stan Vassilev wrote:


When you assign dynamic or more complex values, and especially if you
don't want this array to be shared (by reference) to all instances of
the class, it's best to initialize in the constructor.

There aren't any limitations on multidim. arrays in objects, classes,
or objects in classes and so on. I suspect the particular syntax you
used was not correct, hence your issues. It'd help to post this instead.

Regards, Stan Vassilev

- Original Message - From: Gareth Hudson
[EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Saturday, January 20, 2007 2:02 PM
Subject: [Flashcoders] Multi-dimensional array problems in classes


  

Hi there,

Does anyone know if it we are supposed to use multi-dimensional arrays
(an array consisting of arrays) within a class?  If so, what is the
best, legal way to create them?

The only way I have managed to do it is by this method:

var reactionStoichiometry:Array = new Array (
new Array (1, 3, 2, 0),
new Array (1, 2, 1, 0),
new Array (2, 1, 2, 0),
new Array (2, 0, 1, 3),
new Array (2, 0, 2, 1),
new Array (1, 0, 1, 1),
new Array (1, 1, 2, 0),
new Array (1, 1, 2, 0),
new Array (1, 1, 1, 1));

Any other ways of creating them give me a compile error saying that


they


are not allowed within a class.  I need to assign these values
dynamically, the above ones a for testing, and would prefer to do it by
addressing the locations in the main array by position number for
inserting the other arrays within it.  Classes don't seem to like
Objects containing arrays either.

Many thanks,

Gareth Hudson.
___
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 

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 29

2007-01-17 Thread Dan

Hello flashers,

I have a perhaps unsolvable problem:

I have a looping animation of about 200k.
I load it into a movie with many nested mcs, approx 250.
When I publish the animation runs sluggishly and when I move the mouse it
freezes completely reanimating when I stop moving the mouse.

The above scenario is a testbed with no AS2 code at all. There seems to be
something in the intrinsic code that is doing this.


Does anyone know what is going on here?
And can anyone offer any solutions rather than reducing the number of
movieclips?

Currently developed as Flash 7, but flash 8 solutions considered if there
turns out to be a fix in F8.

Dan 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


[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 27

2007-01-16 Thread Dan Styles

I bought this thing.. MultiPowUpload - from element-it.com - and it uses the
Alert component.. yet nothing i seem to do to change the Alert window styles
seems to work.. no idea why.. it seems they did some fiddling with the
standard halo button code for some reason - would this affect the Alert
window styling? so annoyed right now

do i really have to open:
C:\Documents and Settings\USERNAME\Local Configuration\Application
Data\Macromedia\Flash 8\en\Configuration\Classes\mx\controls\Alert.as

and then the movieclip names... create my own and export with the new names
i used in the edited Alert.as ??? hope that made sense.
grrr
___
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] Re: Flashcoders Digest, Vol 23, Issue 13

2006-12-06 Thread John Olson

Another way to tackle it as well is to split it and compare the 2nd element
of the split array.

var num:Number = 2.3;
var split:Array = String(num).split(.);
trace(3 == split[1]);


On 12/6/06, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:


Message: 21
Date: Wed, 6 Dec 2006 12:22:43 -0800
From: T. Michael Keesey [EMAIL PROTECTED]
Subject: Re: [Flashcoders] Compare Decimal Point Value?
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
   [EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8; format=flowed

In Flash 9, I get this for the traces:
2.3
0.2998
0.3
false
false
true

Good old-fashioned floating point precision error. Instead of testing
if they are equal, You could test if the difference between them is
very small, e.g.:

trace(Math.abs(num2 - num3)  0.1); // true

On 12/6/06, Doug Coning [EMAIL PROTECTED] wrote:
 I'm scratching my head over this.  Not sure what I'm doing wrong?  I
 need to compare a decimal value of a numeric field to see if it contains
 a specific value of 0.3.  Here is some sample code:

 var num:Number = 2.3;
 var num2:Number = num - int(num);
 var num3:Number = 0.3;

 trace(num);  // 2.3
 trace(num2); // 0.3
 trace(num3); // 0.3
 trace(num2 == num3);//  false
 trace(num2  num3);//   false
 trace(num2  num3);//   true

 Why doesn't 0.3 equal 0.3?  I've replaced int with Math.floor(), and it
 still doesn't work.  I need to get the value after the decimal point and
 see if it equals 0.3.

 Thanks for your help.

 Doug Coning
 Senior Web Development Programmer
 FORUM Solutions
 [EMAIL PROTECTED]


___
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


RE: [Flashcoders] Re: Flashcoders Digest, Vol 23, Issue 13

2006-12-06 Thread Doug Coning
Excellent suggestion.  Didn't think about splitting into an array.  Good
idea.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Olson
Sent: Wednesday, December 06, 2006 3:48 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Re: Flashcoders Digest, Vol 23, Issue 13

Another way to tackle it as well is to split it and compare the 2nd
element
of the split array.

var num:Number = 2.3;
var split:Array = String(num).split(.);
trace(3 == split[1]);


On 12/6/06, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:

 Message: 21
 Date: Wed, 6 Dec 2006 12:22:43 -0800
 From: T. Michael Keesey [EMAIL PROTECTED]
 Subject: Re: [Flashcoders] Compare Decimal Point Value?
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Message-ID:
[EMAIL PROTECTED]
 Content-Type: text/plain; charset=UTF-8; format=flowed

 In Flash 9, I get this for the traces:
 2.3
 0.2998
 0.3
 false
 false
 true

 Good old-fashioned floating point precision error. Instead of testing
 if they are equal, You could test if the difference between them is
 very small, e.g.:

 trace(Math.abs(num2 - num3)  0.1); // true

 On 12/6/06, Doug Coning [EMAIL PROTECTED] wrote:
  I'm scratching my head over this.  Not sure what I'm doing wrong?  I
  need to compare a decimal value of a numeric field to see if it
contains
  a specific value of 0.3.  Here is some sample code:
 
  var num:Number = 2.3;
  var num2:Number = num - int(num);
  var num3:Number = 0.3;
 
  trace(num);  // 2.3
  trace(num2); // 0.3
  trace(num3); // 0.3
  trace(num2 == num3);//  false
  trace(num2  num3);//   false
  trace(num2  num3);//   true
 
  Why doesn't 0.3 equal 0.3?  I've replaced int with Math.floor(), and
it
  still doesn't work.  I need to get the value after the decimal point
and
  see if it equals 0.3.
 
  Thanks for your help.
 
  Doug Coning
  Senior Web Development Programmer
  FORUM Solutions
  [EMAIL PROTECTED]

___
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
 
This e-mail and any attachment(s) are intended for the specified recipient(s) 
only and are legally protected.  If you have received this communication in 
error, please reply to sender's e-mail address with notification of the error 
and then destroy this message in all electronic and physical forms.
___
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


RE: [Flashcoders] Re: Flashcoders Digest, Vol 23, Issue 13

2006-12-06 Thread Steven Sacks | BLITZ
Yup, there are all kinds of things you can do if you cast it as a
String.

As far as the rounding thing goes, you want it to round.

0.2999 is supposed to be 0.3

If you multiply 0.29 by 10, you get 2.9.

You round it you get 3.

You divide by 10 you get .3.

myNum = Math.round(myNum * 10) / 10;

That should work and get rid of trailing 9s.

-Steven
___
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] Re: Flashcoders Digest, Vol 21, Issue 51

2006-10-19 Thread Matt Garland

Yes, you can copy only the visible pixels of a bitmap.

To do this, you must pass the optional AlphaBitmap parameter for  
copyPixels:


public copyPixels(sourceBitmap:BitmapData, sourceRect:Rectangle,  
destPoint:Point, [alphaBitmap:BitmapData], [alphaPoint:Point],  
[mergeAlpha:Boolean]) : Void


piece_bd.copyPixels(piece_mc,new
Rectangle(xPos,yPos,subPicture.width-borderSize*2,subPicture.height- 
borderSize*2),new

Point(borderSize,borderSize), ALPHA BITMAP);


I'm not sure what's going on in your code, so I can't say what should  
be the ALPHA BITMAP, piece_mc?


If you do that, the copied parts of piece_mc would be basically self- 
masked.



On Oct 19, 2006, at 8:01 AM, flashcoders- 
[EMAIL PROTECTED] wrote:



Thanks the help everyone.

Ok i'm slowly getting my head around this bitdata.

If I wanted to mask a bg pic using setmask.

Can i then copy the visible area using copypixels? and use this a
fixed image (snapshot) ? Seem to be stuck a little

here is my code as far:-

import flash.display.BitmapData;
import flash.geom.Point;
import flash.geom.Rectangle;

//create blank movieclip, create bd object. put pic into bd object,
then put object into movieclip.
var picture:BitmapData = BitmapData.loadBitmap(rawbg);
_root.createEmptyMovieClip(pictureMc,this.getNextHighestDepth());
pictureMc.attachBitmap(picture,1);
///

//create blank mc, attach piecepic to mc.
piece_mc = this.createEmptyMovieClip(orig,  
this.getNextHighestDepth());

piece_mc.attachMovie(piece0,piece0,this.getNextHighestDepth());
//
// create bd for peice. draw the piece into the bd object.
		piece_bd = new BitmapData (this.piece_mc.width,  
this.piece_mc.height, true);

piece_bd.draw (this.piece_mc, this.matrix);

//apply mask
pictureMc.setMask(_root.piece_mc)

//HELP HERE - I dont understand this section, althougj think i'm on
the right lines.
piece_bd.copyPixels(piece_mc,new
Rectangle(xPos,yPos,subPicture.width-borderSize*2,subPicture.height- 
borderSize*2),new

Point(borderSize,borderSize));


//drag the fixed snapshot piece around
piece_mc.onRelease = function() {

 this.startDrag();
}


___
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] RE: Flashcoders Digest, Vol 21, Issue 1

2006-10-01 Thread Steve Wolkoff
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] RE: Flashcoders Digest, Vol 21, Issue 1

2006-10-01 Thread hank williams

On 10/1/06, Steve Wolkoff [EMAIL PROTECTED] wrote:

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.


Steve,

My statement is not based on a flaky listserve, but the fact that no
one even seemed to notice for such a long time that is the indicator.
The fact that no one has mentioned anything about it here for a month
speaks for itself. There are other indicators of a slightly more
confidential nature that to me reflect this as well.

If flashcom had a thriving developer community then people would have
been screaming here for an alternative. They have not. With the
success of flash video, I am sure FMS is doing fine, but not with the
programming base.

Interestingly, a year or so ago, the flashcomm list was thriving, with
lots of questions and lots of activity. If you look at the activity on
the list, even before the list serve went down, days could go by with
no activity. Personally, I suspect the reason for this is the
elimination of a cheap entry level version. But what do I know. Well
what I do know is that FMS/FCS programming discussion has dried up.
That is a fact.

Regards
Hank
___
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


Re: [Flashcoders] RE: Flashcoders Digest, Vol 20, Issue 80

2006-09-29 Thread Ray Chuan

Hi,
sorry about that.

On 9/29/06, Ettwein, Josh [EMAIL PROTECTED] wrote:

Ray,

While you're correct that flashpaper can create pdfs OR swfs, if you
read my original post, I'm not only solely interested in creating SWFs,
I'm more specifically in need of the ability to create an swf FROM a
bytestream pdf, as Jason was correct in saying. The workflow is like
this:

SQL Server --  .Net App -- bytestream PDF file -- PDF2SWF -- SWF --
OpenLaszlo/Flash Client consumes SWF

I can get PDFs sitting in a known directory converted to SWFs just fine
all day long - the issue is that PDF2SWF likely (at least not in my
experience) won't take bytestream PDF data as input. That's what I need
to do.

If anyone has any solutions that have worked for them - this would be
great.

And please - read posts completely before flaming people, Ray... Jason
was closer to the mark than you were, actually.

Josh



--

Message: 2
Date: Thu, 28 Sep 2006 22:09:44 +0800
From: Ray Chuan [EMAIL PROTECTED]
Subject: Re: [Flashcoders] PDF2SWF - or other means to convert
bytestream PDF  to SWF??
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

the site says:

FlashPaper 2 allows anyone to convert printable files into Macromedia
Flash documents or PDF files with one click.

Note the usage of the conjunction or.

On 9/28/06, Merrill, Jason [EMAIL PROTECTED] wrote:
 Hi,
 you might want to look at FlashPaper:

 I don't think Flashpaper will do a bytestream PDF which is what he
was
 looking for.  Flashpaper creates physical .swf files. Correct me if I
am
 wrong.

 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




--
Cheers,
Ray Chuan
___
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] RE: Flashcoders Digest, Vol 20, Issue 2

2006-09-01 Thread dave matthews


no prob Dimitrios,

 Posted a working example - Flash 4 .fla included - we do mobile.
 http://www.davidmatthews.com/dad/mem_usage_example.zip ---watch the 
word wrap in the URL---


 Tested in player 9 and works correctly.

good luck,
Dave Matthews
--snip---

Do you have an working example you can shared maybe?
Thanks a million!
Dimitrios

- Original Message -
From: dave matthews [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Friday, September 01, 2006 4:14 PM
Subject: [Flashcoders] RE: Images stay on memory forever?

hi Dimitrios,

 Try using hard coded symbol_clips instead of the dynamically attached 
movies, because frame 2+ is going to contain whatever exists on keyframe 
one of the code created attached movie.


 For example, using an IDE target_clip symbol with the first occupied 
keyframe and the target in frame 5 will  require the command target_clip, 
goto (key)frame5 and loadmovie content.jpg into 
replacable_target_movieclip_symbol actually exists only on frame5.  The 
loaded content.jpg can be eliminated from the player by sending the 
target_clip/timeline to empty keyframe1, which is a known to be an empty 
keyframe...  thus no 'load_target' no content that replaced the 
'load_target.


 Placing attached movieclips on different levels is more complex since we 
have no way to create truly empty keyframes on dynamic timelines... i 
think... :)


we'll get it working,
Dave Matthews




___
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


Re: [Flashcoders] RE: Flashcoders Digest, Vol 20, Issue 2

2006-09-01 Thread Dimitrios Bendilas

Hey Dave,

Downloading now. Thanks!

Will check and get back to you.

Best regards,

Dimitrios


- Original Message - 
From: dave matthews [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Friday, September 01, 2006 8:51 PM
Subject: [Flashcoders] RE: Flashcoders Digest, Vol 20, Issue 2




no prob Dimitrios,

 Posted a working example - Flash 4 .fla included - we do mobile.
 http://www.davidmatthews.com/dad/mem_usage_example.zip ---watch the 
word wrap in the URL---


 Tested in player 9 and works correctly.

good luck,
Dave Matthews
--snip---

Do you have an working example you can shared maybe?
Thanks a million!
Dimitrios

- Original Message -
From: dave matthews [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Friday, September 01, 2006 4:14 PM
Subject: [Flashcoders] RE: Images stay on memory forever?

hi Dimitrios,

 Try using hard coded symbol_clips instead of the dynamically attached 
movies, because frame 2+ is going to contain whatever exists on keyframe 
one of the code created attached movie.


 For example, using an IDE target_clip symbol with the first occupied 
keyframe and the target in frame 5 will  require the command 
target_clip, goto (key)frame5 and loadmovie content.jpg into 
replacable_target_movieclip_symbol actually exists only on frame5.  The 
loaded content.jpg can be eliminated from the player by sending the 
target_clip/timeline to empty keyframe1, which is a known to be an empty 
keyframe...  thus no 'load_target' no content that replaced the 
'load_target.


 Placing attached movieclips on different levels is more complex since we 
have no way to create truly empty keyframes on dynamic timelines... i 
think... :)


we'll get it working,
Dave Matthews




___
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] Re: Flashcoders Digest, Vol 19, Issue 63

2006-08-21 Thread wouter
Geachte heer/mevrouw,

Ik ben t/m 25 augustus afwezig. Ik zal uw mail daarna zo snel mogelijk in 
behandeling nemen. Voor dringende zaken met betrekking tot WEBclusive kunt u 
ons kantoor bellen op het volgende nummer: 070-3699 817

Met vriendelijke groet,

Wouter van Vliet
WEBclusive
___
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


Re: [Flashcoders] Re: Flashcoders Digest, Vol 19, Issue 63

2006-08-21 Thread Bart Wttewaall

Wouter, wil je flashcoders uit je auto-respond lijst halen?
2000+ mensen zitten daar niet op te wachten ;)

Groeten, Bart

2006/8/21, [EMAIL PROTECTED] [EMAIL PROTECTED]:

Geachte heer/mevrouw,

Ik ben t/m 25 augustus afwezig. Ik zal uw mail daarna zo snel mogelijk in 
behandeling nemen. Voor dringende zaken met betrekking tot WEBclusive kunt u 
ons kantoor bellen op het volgende nummer: 070-3699 817

Met vriendelijke groet,

Wouter van Vliet
WEBclusive
___
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


Re: [Flashcoders] Re: Flashcoders Digest, Vol 19, Issue 63

2006-08-21 Thread Count Schemula

Probably what he said...

On 8/21/06, Bart Wttewaall [EMAIL PROTECTED] wrote:

Wouter, wil je flashcoders uit je auto-respond lijst halen?
2000+ mensen zitten daar niet op te wachten ;)

Groeten, Bart

2006/8/21, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 Geachte heer/mevrouw,

 Ik ben t/m 25 augustus afwezig. Ik zal uw mail daarna zo snel mogelijk in 
behandeling nemen. Voor dringende zaken met betrekking tot WEBclusive kunt u ons 
kantoor bellen op het volgende nummer: 070-3699 817

 Met vriendelijke groet,

 Wouter van Vliet
 WEBclusive
 ___
 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] Re: Flashcoders Digest, Vol 19, Issue 46

2006-08-16 Thread Weldon MacDonald

Does Red5 and/or electroserver support Flex2 applications? ie AS3

Weldon

Red5. http://osflash.org/red5

Red5 is a server that not only streams content to the Flash plugin, but it
can push calls and information to the Flash client! It can also receive
video/audio/data from a flash client and either save or rebroadcast that
content.

-Andy


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Weldon
MacDonald
Sent: Tuesday, August 15, 2006 2:27 PM
To: Flashcoders mailing list
Subject: [Flashcoders] WhiteBoard app

I have to do an application that requires a shareable interface, like
a smartboard. There are may options to do this in Falsh, but this app
practically begs to be written in Flex2. My problem is what do I have
to have to write it? My clients dont expect thousands or even hundreds
of users and they can't afford the full blown FDS. The free version
may be adequate, but if it's not, they don't have scalability without
paying a high price. Are there any alternatives to using FDS?
I have to talk price with these people soon and this is the only point
I don't have a handle on. I talked them into publishing to Fash 9, but
if I can't solve this issue they may want to stick to Flash 8 so I can
use AS2 alternatives.

Weldon MacDonald
___
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: 14
Date: Tue, 15 Aug 2006 14:38:28 -0400
From: Jayson K Hanes [EMAIL PROTECTED]
Subject: RE: [Flashcoders] WhiteBoard app
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=us-ascii

http://www.electro-server.com/Examples/whiteboard/whiteboard.html

20 User trial of the server is at no cost with no limitations.
___
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] Re: Flashcoders Digest, Vol 18, Issue 72

2006-07-26 Thread anartist
the Water the Land the Air, are the Tribes
 of Earth, Sovereign Right to Protect
Hi flashcoders-request,
I am new to this but I am trying to find out how to put an onLoad java
script statement onto a flash button to launch a htmlwindow at a
specified size and location. Could any help me Please.

-- 
namasté,
 Nicholas,
 anartistmailto:[EMAIL PROTECTED]

___
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] Re: Flashcoders Digest, Vol 18, Issue 60

2006-07-23 Thread kim
Thank you for your email.  I will be out of the office Friday, 7/21.  If you 
need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 
914-614-0046.


___
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] Re: Flashcoders Digest, Vol 18, Issue 59

2006-07-22 Thread kim
Thank you for your email.  I will be out of the office Friday, 7/21.  If you 
need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 
914-614-0046.


___
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] Re: Flashcoders Digest, Vol 18, Issue 56

2006-07-21 Thread kim
Thank you for your email.  I will be out of the office Friday, 7/21.  If you 
need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 
914-614-0046.


___
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] Re: Flashcoders Digest, Vol 18, Issue 57

2006-07-21 Thread kim
Thank you for your email.  I will be out of the office Friday, 7/21.  If you 
need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 
914-614-0046.


___
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] Re: Flashcoders Digest, Vol 18, Issue 58

2006-07-21 Thread kim
Thank you for your email.  I will be out of the office Friday, 7/21.  If you 
need any assistance, please contact Paul Sternglass at [EMAIL PROTECTED] or 
914-614-0046.


___
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


  1   2   >