[Flashcoders] component resource

2006-01-27 Thread nik crosina
Hi Guys,

We are starting to use and develop components ourselves, and I just
wondering whether you  know any especially good resources on the net
to learn more about components in general, or more about specific
existing ones ...

Thanks

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


[Flashcoders] FLV Encoders

2006-01-27 Thread Karthik
What is the recommended FLV encoder for Flash 8? I remember being very
satisfied with Sorenson 3.5 for F7... but with F8 using the on2 codec,
what is the recommended encoder to use? Riva/Sorenson/Flash/standalone
encoder/something else?

Thanks :)
-K
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] using variable in new color target

2006-01-27 Thread dls
Trying to get the following to work, sure my logic is a mess, but I 
would appreciate any help.

Have an early deadline today...


_root.listItem1.onRollOver = function(){

   _root.currentShortName = nameOfMovieClip;

   myColor = new Color (_root.tempRegionCopy.currentShortName);

   myColor.setRGB(0xff9966);

}


-dan

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


Re: [Flashcoders] Sandy 0.2, a 3D API for Flash

2006-01-27 Thread [EMAIL PROTECTED]
If you can write the tutorials, couldn't you just add a working .swf of 
the tutorial in the forum as well? I think people (like me) are too lazy 
to download the code, do a tutorial and compile a swf just to see what 
speed it runs at.


Andreas

Alan Shaw wrote:

Since Thomas worked his ass off for two weeks to get this 0.2 release done,
he has taken off for a few days.  There are several working tutorials in the
forum:
http://sandy.media-box.net/forum/
and more are coming.  Documentation will also grow.

I'd say performance is quite good except for the texture mapping.  That will
probably have to wait until the AS3 version to become truly useful.  I'll
add a cubic panorama example to the tutorials in the next few days just to
demonstrate the technique.

On 1/26/06, Paul Neave [EMAIL PROTECTED] wrote:

Those examples are  quite old... release 0.2 has just come out of
beta, so creating examples and improving the documentation is the next
big task.


On 26/01/06, Sander [EMAIL PROTECTED] wrote:

Aha, found some Sandy 3D samples

https://dev.media-box.net/sandy/trac/browser

These recent? It was a Google hit.


no examples anywhere?

franto wrote:

I'm interested for sure, working on Virtual world engine called
FlashLIfe in AS3, but have no much free time, it wll be open
source as
well...
Franto
On 1/26/06, Paul Neave [EMAIL PROTECTED] wrote:

I'd like to announce Sandy 0.2 on behalf of Thomas (aka Kiroukou)
over
at Media Box:

http://sandy.media-box.net/

This is an amazing set of open source APIs for developers to
create 3D
models in Flash.  More info here:
http://sandy.media-box.net/blog/2006/01/20/sandy-02-a-brand-new-
world/

Contribute and discuss on the forum here: http://sandy.media-
box.net/forum/

I've had my nose in plenty of attempts to create a standardised
3D API
for Flash for years, and this is by far the most appealing and
exciting API yet.  It's still in its early stages but already
showing
great promise.  I've heard from Thomas that if there is enough
interest, an AS3 version may be written for around the 0.4
release...
but only if there's enough interest!

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


--
-
-
---
Franto
http://blog.franto.com
http://www.flashcoders.sk
___
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



--
http://www.neave.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



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


Re: [Flashcoders] Fullscreen flash SOLVED

2006-01-27 Thread Andreas Rønning
Also, be sure to check your Stage.align value if you're doing things 
based on Stage.width and height.
I was tearing hair out of my scalp before i realised all i needed was 
Stage.align = left;


- Andreas

Mike Boutin wrote:

Thanks Ian, works like a charm!



Ian Thomas wrote:


Hi Mike,
 It's a Known Feature with Firefox. It's not strictly speaking a bug 
- the

browser doesn't know how high the document is supposed to be, because
there's no sized content in the document.

Try sticking this in the head

style
body,html
{
   margin:0px;
   padding:0px;
   height:100%;
}
/style

If that doesn't work straight off, you may need to change the 
document type
- try putting in a valid HTML or XHTML doctype to kick Firefox out of 
Quirks

mode. (You might not need it - I honestly can't remember).

The above code and a valid XHTML doctype certainly works for me.

HTH,
 Ian

On 1/26/06, Mike Boutin [EMAIL PROTECTED] wrote:
 


Hi,

I am making a fullscreen flash site and I have the width and height set
to 100%.  In internet explorer it all views fine, but when I view the
same page in Firefox and Safari, the flash document doesnt stretch to
100%, it only shows like 1/3 of the page as flash and the rest as just
plain html, has anyone had this problem before??


Cheers!

  

___
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: SV: [Flashcoders] Fav XML editor

2006-01-27 Thread Andreas Rønning

XMLPad for the win!
http://www.wmhelp.com

- Andreas

Martin Baltzer wrote:

XMLSpy actually comes in a free edition and its really great the only thing you 
need to do is to register freely in order to get a licence code. It also exists 
as a plugin for Eclipse which many of us probably use already and its really 
cool too:

http://www.altova.com/support_freexmlspyhome.asp
Register here to get free licence

http://www.altova.com/download_spy_home.html
(choose Download XMLSpy® 2006 Home Edition Setup now)


http://www.altova.com/components_eclipse.html
Free XmlSpy plugin for eclipse

Hope this is useful

Cheers
Martin Baltzer



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Brett Errington
Sendt: 27. januar 2006 03:39
Til: 'Flashcoders mailing list'
Emne: RE: [Flashcoders] Fav XML editor

Hi

XMLSpy is good but unless you're always using XML extensively it seems a
little expensive to me

If you're after something small and lightweight (and free) then have a look
at Cooktop XML Editor, which I've used a number of times. It has a few
annoyances but it does let you test XML StyleSheets easily, and it also has
the ability to switch XSLT engines.
http://www.xmlcooktop.com/

Also just thought I'd throw in that Visual Studio 2005 is pretty good if
you've already got it lying around :) and if not the express versions might
be good enough (which are currently free).
http://msdn.microsoft.com/vstudio/express/vwd/features/xml/default.aspx
http://msdn.microsoft.com/vstudio/express/vb/features/xml/default.aspx 
http://msdn.microsoft.com/vstudio/express/visualcsharp/features/xml/default.

aspx


Cheers,
Brett
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ramon Tayag
Sent: Friday, 27 January 2006 9:37 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Fav XML editor

While I was reading this, there was this google add for a free xml:
http://www.freexmleditor.com/?gclid=CKWPy4XS6YICFTRiDgod3Qv4cg

Might as well try it!

On 1/27/06, eric dolecki [EMAIL PROTECTED] wrote:
  

I am starting to have to create more and more complex XML by hand on the
PC...

which is your favorite XML editor for authoring/editing XML files for


Flash?
  

I have tried oXygen and am now about to try XMLSpy 2006 EE...

No one mention DW please ;)

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





--
Ramon Miguel M. Tayag
___
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] using variable in new color target

2006-01-27 Thread Adrian Lynch
Should this:

_root.tempRegionCopy.currentShortName

not be this:

_root.currentShortName

or visa versa?

Ade

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of dls
Sent: 27 January 2006 09:14
To: Flash Coders
Subject: [Flashcoders] using variable in new color target


Trying to get the following to work, sure my logic is a mess, but I 
would appreciate any help.
Have an early deadline today...


_root.listItem1.onRollOver = function(){

_root.currentShortName = nameOfMovieClip;

myColor = new Color (_root.tempRegionCopy.currentShortName);

myColor.setRGB(0xff9966);

}


-dan

___
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] Fullscreen flash SOLVED

2006-01-27 Thread Andreas Rønning

Er, Stage.align = TL even.
I need my coffee.

- Andreas

Andreas Rønning wrote:
Also, be sure to check your Stage.align value if you're doing things 
based on Stage.width and height.
I was tearing hair out of my scalp before i realised all i needed was 
Stage.align = left;


- Andreas

Mike Boutin wrote:

Thanks Ian, works like a charm!



Ian Thomas wrote:


Hi Mike,
 It's a Known Feature with Firefox. It's not strictly speaking a bug 
- the

browser doesn't know how high the document is supposed to be, because
there's no sized content in the document.

Try sticking this in the head

style
body,html
{
   margin:0px;
   padding:0px;
   height:100%;
}
/style

If that doesn't work straight off, you may need to change the 
document type
- try putting in a valid HTML or XHTML doctype to kick Firefox out 
of Quirks

mode. (You might not need it - I honestly can't remember).

The above code and a valid XHTML doctype certainly works for me.

HTH,
 Ian

On 1/26/06, Mike Boutin [EMAIL PROTECTED] wrote:
 


Hi,

I am making a fullscreen flash site and I have the width and height 
set

to 100%.  In internet explorer it all views fine, but when I view the
same page in Firefox and Safari, the flash document doesnt stretch to
100%, it only shows like 1/3 of the page as flash and the rest as just
plain html, has anyone had this problem before??


Cheers!

  

___
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] JSFL question

2006-01-27 Thread Danny Kodicek

I have an animation of a person standing up. It consists of a

movieclip with 20 consecutive keyframes all on one layer - each
keyframe has a unique vector drawing. (This is a stopframe animation
rather than a tween, exported from a 3D program).The drawings are
stylised so they only contain about 8-10 colours. I want to seperate
out all the colours, so I have a movieclip with 20 keyframes, 8-10
layers, and only the white fills on one layer, the red on another,
etc.

It's definitely possible in JSFL but probably pretty awkward. Unfortunately, 
the Elements array (a property of the Frame object) treats all shape 
elements on the stage as a single Shape object unless they're in groups. So 
you'll have to delve pretty deep to get the information you need - I guess 
you'd need to loop through the Shape.contours array, and I'm not even sure 
you can select a shape that way in order to cut and paste it. If you can't 
do that, then you'd have to select the shapes by looping through the stage 
and selecting points until you've picked up every shape - not exactly 100% 
reliable!


What might be a better option would be to semi-automate it: create a custom 
tool with which you can click an object on the stage, which selects the 
object, checks its fill colour and distributes it appropriately, either to a 
new or an existing layer. This would be reasonably easy to do and would give 
you a fairly quick job of tidying up.


Danny 


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


[Flashcoders] TV Card input

2006-01-27 Thread Nick Weekes
Im looking into the feasability of building a kiosk type media app that
incorporates swf/rss feeds and a realtime video link via analog/digitial
hardware connection.  

Swf and rss are no problem, but is realtime video anything that flash can
handle?  Im guessing that its a DirectX/DirectShow solution, but if anyone
has got experience in this area Id be grateful.
 
Cheers,
 
Nick
 
 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Sandy 0.2, a 3D API for Flash

2006-01-27 Thread Seb L
Looks really interesting, and definitely something I'd like to get involved
in. I've already built a 3D library in Flash, couple of examples on
www.pluginmedia.net but I'm building more as we speak...

Seb

On 26/01/06, Paul Neave [EMAIL PROTECTED] wrote:

 I'd like to announce Sandy 0.2 on behalf of Thomas (aka Kiroukou) over
 at Media Box:

 http://sandy.media-box.net/

 This is an amazing set of open source APIs for developers to create 3D
 models in Flash.  More info here:
 http://sandy.media-box.net/blog/2006/01/20/sandy-02-a-brand-new-world/

 Contribute and discuss on the forum here:
 http://sandy.media-box.net/forum/

 I've had my nose in plenty of attempts to create a standardised 3D API
 for Flash for years, and this is by far the most appealing and
 exciting API yet.  It's still in its early stages but already showing
 great promise.  I've heard from Thomas that if there is enough
 interest, an AS3 version may be written for around the 0.4 release...
 but only if there's enough interest!

 Enjoy,
 Paul.
 ___
 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] Q:OOP and ARP

2006-01-27 Thread bitstreams
Hi
I was wondering if anyone might suggest the type of projects that the ARP 
framework might best be suited to...


[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca

...all improvisation is life in search of a style.
 - Bruce Mau,'LifeStyle'
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] using variable in new color target

2006-01-27 Thread Latcho

do a trace (_root.tempRegionCopy.currentShortName ) an check or
you get a *_level0*.pathToMy.mc back

maybe you want something like this (untested, but should work)

var currentShortName:MovieClip = _root.tempRegionCopy.nameOfMovieClip
// trace(MC exists? : +currentShortName)
var colTran:ColorTransform = new flash.geom.ColorTransform();

root.listItem1.onRollOver = function(){
// trace (hitme)
colTran.rgb(0xff9966);
currentShortName.transform.colorTransform = colTran
}


cheers,
Latcho

Should this:

_root.tempRegionCopy.currentShortName

not be this:

_root.currentShortName

or visa versa?

Ade

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of dls
Sent: 27 January 2006 09:14
To: Flash Coders
Subject: [Flashcoders] using variable in new color target


Trying to get the following to work, sure my logic is a mess, but I 
would appreciate any help.

Have an early deadline today...


_root.listItem1.onRollOver = function(){

_root.currentShortName = nameOfMovieClip;

myColor = new Color (_root.tempRegionCopy.currentShortName);

myColor.setRGB(0xff9966);

}


-dan

___
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] FLV Encoders

2006-01-27 Thread John Giotta
I've heard mixed feelings about all the products.
We've used Squeeze at my company for the past year, but now I'm
hearing the Flix Pro is good too.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Changing hue/saturation brightness of black clips... ?

2006-01-27 Thread Julien Vignali

Hello coders,

I have some black movieclips in my components that I'd like to skin 
(i.e. adjust their hue/saturation  brightness) with just one given 
color...
Let's say I pass 0xFF to a method that will tint my clips to red 
but with some difference in brightness and saturation..


Something like :

function setSkinColor(color:Number):Void {
  header_txt.textColor = color;

  // less saturation  brighter
  var cmf1:Array = [ /* some magic numbers */ ];

  // more saturation  darker
  var cmf2:Array = [ /* some magic numbers */ ];

  headerBackground_mc.filters = [new ColorMatrixFilter(cmf1)];
  background_mc.filters = [new ColorMatrixFilter(cmf2)];
}


Unfortunately, matrixes aren't my cup of tea so instead of playing 
around with each parameters, I wanted to know if someone had already 
done this or could give me some advices/examples.


Thanks in advance :)

Julien

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


RE: [Flashcoders] component resource

2006-01-27 Thread Fitzpatrick, Kevin
I loved this article on ultrashock:
http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/tutorials/fla
shmx2004/v2a-01.php 


Also if you are a Community MX member check out these:

http://www.communitymx.com/content/article.cfm?cid=A06B3C7D7B74030D
http://www.communitymx.com/content/article.cfm?cid=A220365685F21B36
http://www.communitymx.com/content/article.cfm?cid=A1020277546B91B8

All very useful for the first time component developer.

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nik
crosina
Sent: Friday, January 27, 2006 3:29 AM
To: Flashcoders mailing list
Subject: [Flashcoders] component resource

Hi Guys,

We are starting to use and develop components ourselves, and I just
wondering whether you  know any especially good resources on the net
to learn more about components in general, or more about specific
existing ones ...

Thanks

--
Nik C
___
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] Sandy 0.2, a 3D API for Flash

2006-01-27 Thread Alan Shaw
Andreas said:
If you can write the tutorials, couldn't you just add a working .swf of
the tutorial in the forum as well?

Sure.

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


Re: [Flashcoders] Fav XML editor

2006-01-27 Thread Chris Allen
Hi Eric,

I really like Oxygen for all of its features and the price.  It also comes
as an Eclipse plugin.  I used to use XMLSpy (it has most of the same
features), but then got sick of some of the little bugs with that program,
and things like no line numbers listed and lack of keyboard shortcuts for
things like apply transformation.  I'm sure that they have fixed many of
these things by now, but it still doesn't run on anything except Windows (I
have a powerbook that I do development on too).

Anyway, I like OxygenXML very much and I strongly recommend it.  I use it
for XSLT, XML, SOAP, etc...  The auto-completion features are good, and much
of the keyboard shortcuts are like many other Eclipse editors.  The XSLT
debugger is pretty handy too. I guess the only downside is that it's a Java
program and may run a little slow if you are using an older JRE.  I've found
that using 1.5 with it is pretty damn good though.

My 2 cents, I hope it helps.

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


[Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread thotskee
Flashcoders,




http://www.actionscriptcheatsheet.com



I wanted to share this resource with the list and get it into the archives for 
people searching in the future.

 

I posted to Flashlounge about a week ago however the URL has changed. Hopefully 
this is easier to remember than the old URL.

 

Happy coding.

 

thotskee

 

PS: I am working on an update for the cheatsheet that has method parameters and 
more class examples, getter/setter etc. change requests and errors to: [EMAIL 
PROTECTED]

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


Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread Mike Britton
Nice!  It would be great if each element was a link to the docs!

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


Re: [Flashcoders] Junior Flash Programmer Needed (NYC)

2006-01-27 Thread hank williams
NYC means New York City.

Hank

On 1/27/06, Flash guru [EMAIL PROTECTED] wrote:
 Question: Where are you located?

 On 1/25/06, Lori Hutchek [EMAIL PROTECTED] wrote:
 
  Junior Flash Programmer Needed. This job is full-time. Part-time and
  contract will not be considered.
 
  Requirements:
  - Bachelors degree in Computer Science or related degree
  - Must have experience with Flash 8  MX 2004
  - Must know how to program using Actionscript 2.0
  - An understanding of OOP
  - Excellent communication  organization skills
  - Ability to learn quickly in a fast paced environment.
  - Familiar with XHTML, CSS (no WYSIWYG)
  - Knowledge of XML
 
  Pluses:
  - Experience with Video (FLV)
  - Knowledge of other languages such as ASP.NET, Java, and Javascript
 
  Job Description:
  SciMedMedia is seeking a junior flash programmer to help with the
  creation of our pharmaceutical applications. Job will include organizing
  and processing data for our pre-built applications; including debugging,
  upgrading, and maintaining each disk. Applicant should be a team player,
  be very well organized and be able to work in a fast paced environment.
  If you are looking to gain solid work experience with Flash, this is the
  job for you. Recent college graduates are strongly encouraged to apply.
 
  If interested, please send all responses to Lori R Hutchek, Director of
  Multimedia Development ([EMAIL PROTECTED])
 
  Thank you.
  ___
  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] Flash Site Statistics RIA

2006-01-27 Thread John Dowdell

Kevin Aebig wrote:

About a month ago, I saw a blog post from one of the guru's talking about a
great RIA for website statistics. It was a real minimalist application, but
well thought out and built. Does anyone know what I'm talking about or can
provide a link?


Could it have been Shaun Inman's Mint?
http://www.haveamint.com/

jd




--
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread Kent Humphrey
That's cool, would be great to print onto A3 and stick on the wall  
next to my desk. Any chance of a printable PDF version or something?

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


Re: [Flashcoders] FLV Encoders

2006-01-27 Thread Karthik
On 27/01/06, John Giotta [EMAIL PROTECTED] wrote:
 I've heard mixed feelings about all the products.
 We've used Squeeze at my company for the past year, but now I'm
 hearing the Flix Pro is good too.

Thanks, I'll look into it :)

Anybody who can confirm this?

Cheers John,
-K
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] TV Card input

2006-01-27 Thread Nick Weekes
Interesting stuff, thanks Jeremy.

Nick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeremy
Rodgers
Sent: 27 January 2006 16:42
To: Flashcoders mailing list
Subject: Re: [Flashcoders] TV Card input

You can use the input from a tv tuner device in flash.
After installing your card and drivers and hooking up the source cable or
antenna
start a flash movie and right click, choose Settings and navigate to the
Camera
tab.  Your device should be listed as a source.  Same with the mic.  Some
cards have better drivers than others, so you might want to check some
reviews
before purchasing.  You will have to set the input on the card, ie Tuner,
S-video in,
etc... depending on your card.  If you use the tuner you will need to set
the channel
outside of flash somehow, I use DScaler for this and SplitCam is a useful
utility.
On Linux the player generally seems to pick /dev/video as the source.

good luck,
Jeremy

On 1/27/06, Nick Weekes [EMAIL PROTECTED] wrote:

 Im looking into the feasability of building a kiosk type media app that
 incorporates swf/rss feeds and a realtime video link via analog/digitial
 hardware connection.

 Swf and rss are no problem, but is realtime video anything that flash can
 handle?  Im guessing that its a DirectX/DirectShow solution, but if anyone
 has got experience in this area Id be grateful.

 Cheers,

 Nick


 ___
 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] loadVariables problems in standalone player

2006-01-27 Thread neil jenkins
I'm having huge problems using loadVariables in a standalone flash 
player (version 8, Mac).


I've set the security sandbox to allow network connections only, but 
the loadVariables command fails on collecting data from a perl script 
eg:


_level0.loadVariables(http://www.mysite.net/cgi-bin/loaddatabase.pl;);

the actionscript works fine when previewing the swf in flash, but fails 
in the standalone player and when viewed in a local html document 
(flashplayer 8 and 8.5)


any advice much appreciated

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


RE: [Flashcoders] Gotcha: F8 Security Model

2006-01-27 Thread Bennie Boone
I don't see upside.  It just sucks.  We have the same problem with our
remoting calls www.animationmentor.com vs http://animationmentor.com 

I am looking for an ActionScript GURU.  Any takers?  If so email me
[EMAIL PROTECTED] 





-Original Message-
From: Rich Rodecker [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 26, 2006 1:59 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Gotcha: F8 Security Model

i believe thats been around since flash 7...can't load data from
different
subdomains.  I wish they could have excluded www. from counting as a
differetn subdomain, but this is one case where i really dont mind the
extra
security, it's kind of needed if flash is going to be taken seriously by
the
corporate world.





On 1/26/06, David Rorex [EMAIL PROTECTED] wrote:

 possible security upside:

 hacker.freedns.com can't make calls to randomguy.freedns.com ? (where
 freedns.com is a site that lets users buy / get free subdomains)

 -David R

 On 1/26/06, clark slater [EMAIL PROTECTED] wrote:
 
  I was totally *disgusted* to find out that our site was failing to
make
  remoting calls when loaded via http://bayinteractive.com instead of
  http://www.bayinteractive.com
 
  Sure enough FP8 security sandbox at work, because the remoting calls
 were
  using an absolute path to the gateway instead of a relative path (to
 make
  debugging possible from the IDE). I expected the security model
would
  determine the two addresses as being from the *same* domain and
 therefore
  allow calls. But it classes the two as separate domains.
 
  How utterly frustrating is that? So watchout and keep all your
remoting
  calls and loadmovies relative or you too will fall into this cunning
 Adobe
  security trap.
 
  If anyone can explain the upside of this particular behaviour in
 security
  terms I'd love to hear it.
 
  Clark
  ___
  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] FLV Encoders

2006-01-27 Thread Duncan Reid
Hi,

I'm using Flix Pro and have no complaints so far, the interface isn't as
pretty as squeeze, it kind of reminds me of cleaner XL.  I probably won't go
back to Sorenson Squeeze, throughout the dot updates for Squeeze 4 there
were still various bugs that were never fixed although identified and
acknowledged. These may be fixed now in 4.3 although i wouldn't know.
Sorenson has support forums which were helpful in finding other people who
had issues.  Looks like flix now has support forums also.

I've only had a couple Flix support issues and those dealt with install key
issues being used more than once due to the fact they had released dot
updates and were keeping score of how many times you had installed it but
not taking into account they were releasing updates to the program.  These
support issues were cleared up the same day i sent the request plus they
have a feature on their website now which will allow you to reset the
install quota manually.

I believe both have demo versions available, you might want to install them
both and see which one feels right for you, they both basically do the same
thing and i think in the end Flix Pro might be cheaper...

Hope this helps some...

Dunc


On 1/27/06, Karthik [EMAIL PROTECTED] wrote:

 On 27/01/06, John Giotta [EMAIL PROTECTED] wrote:
  I've heard mixed feelings about all the products.
  We've used Squeeze at my company for the past year, but now I'm
  hearing the Flix Pro is good too.

 Thanks, I'll look into it :)

 Anybody who can confirm this?

 Cheers John,
 -K
 ___
 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] Gotcha: F8 Security Model

2006-01-27 Thread Josh Trout
You don't need a guru, just a crossdomain file. Just save this as 
crossdomain.xml and place it in the root of the site (and of course change
yourdomain to your real domain).

?xml version=1.0?
!DOCTYPE cross-domain-policy
  SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd;
cross-domain-policy
  allow-access-from domain=yourdomain.com /
  allow-access-from domain=*.yourdomain.com /
/cross-domain-policy

It's not that difficult and it makes your site more secure. That sounds like
an upside to me.

--
~Trout
http://www.amongtrout.com

On 1/27/06, Bennie Boone [EMAIL PROTECTED] wrote:

 I don't see upside.  It just sucks.  We have the same problem with our
 remoting calls www.animationmentor.com vs http://animationmentor.com

 I am looking for an ActionScript GURU.  Any takers?  If so email me
 [EMAIL PROTECTED]





 -Original Message-
 From: Rich Rodecker [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 26, 2006 1:59 PM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Gotcha: F8 Security Model

 i believe thats been around since flash 7...can't load data from
 different
 subdomains.  I wish they could have excluded www. from counting as a
 differetn subdomain, but this is one case where i really dont mind the
 extra
 security, it's kind of needed if flash is going to be taken seriously by
 the
 corporate world.





 On 1/26/06, David Rorex [EMAIL PROTECTED] wrote:
 
  possible security upside:
 
  hacker.freedns.com can't make calls to randomguy.freedns.com ? (where
  freedns.com is a site that lets users buy / get free subdomains)
 
  -David R
 
  On 1/26/06, clark slater [EMAIL PROTECTED] wrote:
  
   I was totally *disgusted* to find out that our site was failing to
 make
   remoting calls when loaded via http://bayinteractive.com instead of
   http://www.bayinteractive.com
  
   Sure enough FP8 security sandbox at work, because the remoting calls
  were
   using an absolute path to the gateway instead of a relative path (to
  make
   debugging possible from the IDE). I expected the security model
 would
   determine the two addresses as being from the *same* domain and
  therefore
   allow calls. But it classes the two as separate domains.
  
   How utterly frustrating is that? So watchout and keep all your
 remoting
   calls and loadmovies relative or you too will fall into this cunning
  Adobe
   security trap.
  
   If anyone can explain the upside of this particular behaviour in
  security
   terms I'd love to hear it.
  
   Clark
   ___
   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


[Flashcoders] Window Error wont go away

2006-01-27 Thread Mike Boutin
I am trying to make a window pop up.  I take the code from flash docs 
(put a window component in the library) and put this code, then I get 
this error everytime.  Can anyone tell me why i get it?


CODE:
import mx.managers.PopUpManager;
import mx.containers.Window;

var newWindow = PopUpManager.createPopUp(this, Window, true);



ERROR:
**Error** Scene=Scene 1, layer=Layer 2, frame=20:Line 9: Type mismatch.
var newWindow = PopUpManager.createPopUp(this, Window, true);

Total ActionScript Errors: 1  Reported Errors: 1



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


RE: [Flashcoders] Window Error wont go away

2006-01-27 Thread Robert Chyko
Is this line:
var newWindow = PopUpManager.createPopUp(this, Window, true);
inside some other piece of code and the this refernce is incorrect?

Just throwing a guess out there cause this should work fine... Otherwise
its possessed



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Boutin
Sent: Friday, January 27, 2006 1:58 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Window Error wont go away


I am trying to make a window pop up.  I take the code from flash docs 
(put a window component in the library) and put this code, then I get 
this error everytime.  Can anyone tell me why i get it?

CODE:
import mx.managers.PopUpManager;
import mx.containers.Window;

var newWindow = PopUpManager.createPopUp(this, Window, true);



ERROR:
**Error** Scene=Scene 1, layer=Layer 2, frame=20:Line 9: Type mismatch.
 var newWindow = PopUpManager.createPopUp(this, Window,
true);

Total ActionScript Errors: 1  Reported Errors: 1



Cheers!
___
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] Window Error wont go away

2006-01-27 Thread Mike Boutin
The wierd thing is now when I try to compile other older fla's that used 
this same piece of code (and worked fine), they all get a Type Mismatch 
error and screw up the compiled swf.  So basically every project I had 
that used a window component doesnt work anymore when compiling. Help ;)




Robert Chyko wrote:


Is this line:
var newWindow = PopUpManager.createPopUp(this, Window, true);
inside some other piece of code and the this refernce is incorrect?

Just throwing a guess out there cause this should work fine... Otherwise
its possessed



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Boutin
Sent: Friday, January 27, 2006 1:58 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Window Error wont go away


I am trying to make a window pop up.  I take the code from flash docs 
(put a window component in the library) and put this code, then I get 
this error everytime.  Can anyone tell me why i get it?


CODE:
import mx.managers.PopUpManager;
import mx.containers.Window;

var newWindow = PopUpManager.createPopUp(this, Window, true);



ERROR:
**Error** Scene=Scene 1, layer=Layer 2, frame=20:Line 9: Type mismatch.
var newWindow = PopUpManager.createPopUp(this, Window,
true);

Total ActionScript Errors: 1  Reported Errors: 1



Cheers!
___
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] Re:AS3 reference live docs missing?

2006-01-27 Thread Farid Shahlavi
Anyone knows what happend to the AS3 reference?  This is the link from the AS3 
labs wiki: http://livedocs.macromedia.com/labs/1/flex/langref/
 
It was there a few hours ago, I'm getting a Page Does Not Exist error now!
 
Cheers,
 
Farid
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Gotcha: F8 Security Model

2006-01-27 Thread ryanm

I don't see upside.  It just sucks.

   The upside is that it keeps people from stealing your Flash content. It 
lets you explicitly state who is allowed to consume your Flash content, 
which is a good thing as long as there is an easy way to allow more access, 
which there is. Look up crossdomain policy file in the Flash help.


ryanm 


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


Re: [Flashcoders] Gotcha: F8 Security Model

2006-01-27 Thread clark slater
There's obviously no question about the value of the security sandbox and
the crossdomain policy control. The issue for me is that 'www.' should not
be considered a subdomain. This is inexcusable and will catch out a lot of
people, particularly given the dreadful documentation.

Clark


On 1/27/06, ryanm [EMAIL PROTECTED] wrote:

  I don't see upside.  It just sucks.
 
The upside is that it keeps people from stealing your Flash content. It
 lets you explicitly state who is allowed to consume your Flash content,
 which is a good thing as long as there is an easy way to allow more
 access,
 which there is. Look up crossdomain policy file in the Flash help.

 ryanm

 ___
 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] Gotcha: F8 Security Model

2006-01-27 Thread Ian Thomas
Clark,
  That's because www.fred.com need not point to the same server as fred.com.
At all. They can be routed to totally different machines.

Cheers,
  Ian

On 1/27/06, clark slater [EMAIL PROTECTED] wrote:

 There's obviously no question about the value of the security sandbox and
 the crossdomain policy control. The issue for me is that 'www.' should not
 be considered a subdomain. This is inexcusable and will catch out a lot of
 people, particularly given the dreadful documentation.

 Clark

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


[Flashcoders] Flash Docs PDX for PDFs?

2006-01-27 Thread Greg Hamer
During the 8ball beta the PDFs included a PDX Index File.  Very convenient
since that one PDX has the index for all of the various Flash PDFs.

Does anyone have a PDX for the GA docs?  If so, can you let me know where I
can download it from?

fyi ... I downloaded the individual PDFs from the following link:
www.macromedia.com/support/documentation/en/flash/

But I am not seeing the PDX there.

thanks,

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


[Flashcoders] Test if an library item exist (without JSFL)

2006-01-27 Thread khair

Is there a smooth pimp daddy way to test if an library item with
linkage ID assigned to it exists by using Actionscript 2.0?

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


[Flashcoders] setInterval interfering with Sound

2006-01-27 Thread Jack H
Has anyone experienced an interval stopping sounds?

I made a basketball game where I have an interval
which creates random flashes of light on the stage.
When the user misses or gets a ball in, a sound is
initiated, which is totally unrelated to the interval.
Gradually the flashes of light gets faster and faster
-- in other words, I first clear the flash interval
and then reset the interval with a smaller millisecond
value. As this value approaches 1 millisecond (I know,
that's pretty fast), this interval starts interfering
with the sounds, which are unrelated to this interval.
The sounds would be initiated by the user's shooting
of the ball and almost as soon as the sound starts, it
prematurely stops.

What's happening here? Why is this happening?

thanks in advance!

__
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] component resource

2006-01-27 Thread Greg Hamer
The docs are good.

Online at:
livedocs.macromedia.com/flash/8/index.html

2 titles:
-- Using 
Componentshttp://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part5_Using_Components.html
-- Components Language
Referencehttp://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part6_Component_Reference.html

of course the same is in Flash IDE under help.

PDFs of same downloadable from following (scroll down until see tabs, then
click Components):
www.macromedia.com/support/documentation/en/flash/

The PDF link above also has following separate docs and examples:
-- VideoPlayer Class API
-- XPathAPI Class
-- Additional Component Samples (AS, FLA, HTML, SWF)

Also, fyi, next month the following new book to be out:
www.friendsofed.com/book.html?isbn=1590595939

AdvancED ActionScript Components: Mastering the Flash Component Architecture
By Antonio De Donatis

hth,

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


Re: [Flashcoders] Re:AS3 reference live docs missing?

2006-01-27 Thread Greg Hamer
Weird.  This redirect link still works:
www.macromedia.com/go/programmingAS3
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] component resource

2006-01-27 Thread Rich Rodecker
jesse warden's blog has some good info on working with components.  he's
pretty good at blogging about issues taht arise when working with stuff:

www.jessewarden.com



On 1/27/06, Greg Hamer [EMAIL PROTECTED] wrote:

 The docs are good.

 Online at:
 livedocs.macromedia.com/flash/8/index.html

 2 titles:
 -- Using Components
 http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part5_Using_Components.html
 
 -- Components Language
 Reference
 http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part6_Component_Reference.html
 

 of course the same is in Flash IDE under help.

 PDFs of same downloadable from following (scroll down until see tabs, then
 click Components):
 www.macromedia.com/support/documentation/en/flash/

 The PDF link above also has following separate docs and examples:
 -- VideoPlayer Class API
 -- XPathAPI Class
 -- Additional Component Samples (AS, FLA, HTML, SWF)

 Also, fyi, next month the following new book to be out:
 www.friendsofed.com/book.html?isbn=1590595939

 AdvancED ActionScript Components: Mastering the Flash Component
 Architecture
 By Antonio De Donatis

 hth,

 g
 ___
 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] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread Kent Humphrey

Sander wrote:

  http://www.actionscriptcheatsheet.com

What a nice reference card!

It's much faster to glimpse at the wall to lookup code than to use  
autocomplete! Oh wait, it's not.


I don't know about others, but sometimes I get lazy and don't use :Array or 
whatever_mc, which means autocomplete doesn't always kick in.


Is it less work to look at a poster than to use correct programming techniques? 
Yeah, probably :

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


Re: [Flashcoders] FLV Encoders

2006-01-27 Thread Rich Rodecker
does flix pro use the on2 codec?

On 1/27/06, Duncan Reid [EMAIL PROTECTED] wrote:

 Hi,

 I'm using Flix Pro and have no complaints so far, the interface isn't as
 pretty as squeeze, it kind of reminds me of cleaner XL.  I probably won't
 go
 back to Sorenson Squeeze, throughout the dot updates for Squeeze 4 there
 were still various bugs that were never fixed although identified and
 acknowledged. These may be fixed now in 4.3 although i wouldn't know.
 Sorenson has support forums which were helpful in finding other people who
 had issues.  Looks like flix now has support forums also.

 I've only had a couple Flix support issues and those dealt with install
 key
 issues being used more than once due to the fact they had released dot
 updates and were keeping score of how many times you had installed it but
 not taking into account they were releasing updates to the program.  These
 support issues were cleared up the same day i sent the request plus they
 have a feature on their website now which will allow you to reset the
 install quota manually.

 I believe both have demo versions available, you might want to install
 them
 both and see which one feels right for you, they both basically do the
 same
 thing and i think in the end Flix Pro might be cheaper...

 Hope this helps some...

 Dunc


 On 1/27/06, Karthik [EMAIL PROTECTED] wrote:
 
  On 27/01/06, John Giotta [EMAIL PROTECTED] wrote:
   I've heard mixed feelings about all the products.
   We've used Squeeze at my company for the past year, but now I'm
   hearing the Flix Pro is good too.
 
  Thanks, I'll look into it :)
 
  Anybody who can confirm this?
 
  Cheers John,
  -K
  ___
  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] FLV Encoders

2006-01-27 Thread Rich Rodecker
heh, yes they are, as flix is now being distributed by on2.

On 1/27/06, Rich Rodecker [EMAIL PROTECTED] wrote:

 does flix pro use the on2 codec?

 On 1/27/06, Duncan Reid [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I'm using Flix Pro and have no complaints so far, the interface isn't as
  pretty as squeeze, it kind of reminds me of cleaner XL.  I probably
  won't go
  back to Sorenson Squeeze, throughout the dot updates for Squeeze 4 there
 
  were still various bugs that were never fixed although identified and
  acknowledged. These may be fixed now in 4.3 although i wouldn't know.
  Sorenson has support forums which were helpful in finding other people
  who
  had issues.  Looks like flix now has support forums also.
 
  I've only had a couple Flix support issues and those dealt with install
  key
  issues being used more than once due to the fact they had released dot
  updates and were keeping score of how many times you had installed it
  but
  not taking into account they were releasing updates to the
  program.  These
  support issues were cleared up the same day i sent the request plus they
 
  have a feature on their website now which will allow you to reset the
  install quota manually.
 
  I believe both have demo versions available, you might want to install
  them
  both and see which one feels right for you, they both basically do the
  same
  thing and i think in the end Flix Pro might be cheaper...
 
  Hope this helps some...
 
  Dunc
 
 
  On 1/27/06, Karthik [EMAIL PROTECTED] wrote:
  
   On 27/01/06, John Giotta [EMAIL PROTECTED] wrote:
I've heard mixed feelings about all the products.
We've used Squeeze at my company for the past year, but now I'm
hearing the Flix Pro is good too.
  
   Thanks, I'll look into it :)
  
   Anybody who can confirm this?
  
   Cheers John,
   -K
   ___
   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] Line optimization

2006-01-27 Thread Bill Brown
Thank-you very much Andreas!
It's just what I was looking for.
BTW, your motiondraw application is very slick!

On 1/25/06, Andreas Weber [EMAIL PROTECTED] wrote:

 An implementation of Lang Simplification and McMaster's Slide
 Averaging Algorithm:

 http://motiondraw.com/md/as_samples/t/LineGeneralization/demo.html

 hth
 --
 Andreas Weber
 motiondraw.com


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bill
 Brown
 Sent: Donnerstag, 26. Januar 2006 02:16
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Line optimization


 Does anyone know where I can find code or equations for the line
 optimization of curves? I'm looking for something similar to the way the
 Flash Authoring Environment implements Modify  Shape  Smooth, Modify 
 Shape  Straighten, and Modify
  Shape  Optimize.
 ___
 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] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread Kevin Mulvihill
I don't know why anyone would criticize something that obviously took some
time to put together and is being offered up for free to the community. If
it's not for you, just ignore. 

As for me, I tip my hat to thotskee for a job well done. Oh, and btw, my
cheat sheet hangs proudly on the wall right next to my computer. Thanks,
thotskee.

Kevin


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


RE: [Flashcoders] Creating Components Basic - RadioButton

2006-01-27 Thread Helmut Granda
Ok, I have been doing my homework and the more I search and try to
understand the farther away I get from my goal.

Could someone give me a little more of guidance of how to register an object
to a class as Eric described?

I have read a lot about different ways to dispatch events from within the
class but I haven't been able to find how to register the object.

TIA.

...helmut

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Helmut
Granda
Sent: Thursday, January 26, 2006 3:40 PM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] Creating Components Basic - RadioButton

Thanks!

Ill look into this, I had the idea that it had something to do with the
scoping of the movieclip.

So, let me understand this correctly.

When I create the manager class any events or even the name of the movieclip
will be contained within that class for later use.

...helmut

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki
Sent: Thursday, January 26, 2006 3:15 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Creating Components Basic - RadioButton

Make a manager class that basically allows objects to register with it, and
then have it do what you want it to do. It can dispatch events and also
enable/disable members of the group.

- edolecki

On 1/26/06, Helmut Granda [EMAIL PROTECTED] wrote:

 [ - Moved from Flashnewbie - ]



 I am creating a basic component, its just an MC that behaves like a button
 with its RollOver, RollOut behavior.



 There is one catch, when the user selects this button the button itself
 becomes disabled, but when the user selects any other button ( a copy of
 this component) the button that was selected gets enabled again.



 I have tried to get the button re-activated by getting its _name and
 _target
 but no go.



 Basically I am trying to achieve a similar behavior that the RadioButton
 component has, for example when the user selects any button from a group
 the
 other buttons from the same group become de-selected.



 Any Ideas would be appreciated.



 .helmut.

 ___
 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] Re:AS3 reference live docs missing?

2006-01-27 Thread M S
No, that is not the API book.  I get the same page dead link to.

On 1/27/06, Greg Hamer [EMAIL PROTECTED] wrote:

 Weird.  This redirect link still works:
 www.macromedia.com/go/programmingAS3
 ___
 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] Re:AS3 reference live docs missing?

2006-01-27 Thread M S
Let's hope they are filling in all the HOELS! :) Many things in the
interfaces that would be great to start reading.

Sorry, a bit more detal

www.macromedia.com/go/programmingAS3 This is a help book

http://livedocs.macromedia.com/labs/1/flex/langref/ This is the language
reference API book.

Peace, Mike

On 1/27/06, M S [EMAIL PROTECTED] wrote:

 No, that is not the API book.  I get the same page dead link to.

 On 1/27/06, Greg Hamer [EMAIL PROTECTED] wrote:
 
  Weird.  This redirect link still works:
  www.macromedia.com/go/programmingAS3
  ___
  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] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread M S
 Is it less work to look at a poster than to use correct programming
techniques?

I don't knw about you but, I always take a map wherever I go :) HA!

Peace, Mike

On 1/27/06, thotskee [EMAIL PROTECTED] wrote:

 thanks, hope it helps out! wasnt trying to offend anyone :)

 all the best

 thotskee

 - Original Message -
 From: Kevin Mulvihill [EMAIL PROTECTED]
 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
 Sent: Friday, January 27, 2006 4:14 PM
 Subject: RE: [Flashcoders] ActionScript Cheatsheet Update (new URL)!


 I don't know why anyone would criticize something that obviously took
 some
  time to put together and is being offered up for free to the community.
 If
  it's not for you, just ignore.
 
  As for me, I tip my hat to thotskee for a job well done. Oh, and btw, my
  cheat sheet hangs proudly on the wall right next to my computer. Thanks,
  thotskee.
 
  Kevin
 
 
  ___
  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] Test if an library item exist (without JSFL)

2006-01-27 Thread M S
oh, hehe, if you are not using components,

use attachMovie()

Peace, Mike

On 1/27/06, M S [EMAIL PROTECTED] wrote:

 Hi,

 What are you trying to do?

 var testLinkageName:String = PimpDaddySmooth;
 var test = createObject(testLinkageName, test, 420);
 if (test == undefined) {
trace(linkage id is free in this library that is loaded);
 }

 Peace, Mike

 On 1/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 
  Is there a smooth pimp daddy way to test if an library item with
  linkage ID assigned to it exists by using Actionscript 2.0?
 
  --Keith H--
 
 
  ___
  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] Lines of code in a Flash project

2006-01-27 Thread eric dolecki
use a calculator?

On 1/27/06, Bill Brown [EMAIL PROTECTED] wrote:
 Does anyone know a quick way of counting the lines of code in a Flash
 project?
 I just finished a large project with several dozen classes and was curious
 about my lines per hour ratio.
 ___
 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] Lines of code in a Flash project

2006-01-27 Thread thotskee
i'm looking for this same thing... i believe you can dump all files into one 
using DOS... i do not know how though :(




- Original Message - 
From: Bill Brown [EMAIL PROTECTED]

To: Flashcoders@chattyfig.figleaf.com
Sent: Friday, January 27, 2006 6:25 PM
Subject: [Flashcoders] Lines of code in a Flash project



Does anyone know a quick way of counting the lines of code in a Flash
project?
I just finished a large project with several dozen classes and was curious
about my lines per hour ratio.
___
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] Lines of code in a Flash project

2006-01-27 Thread Daniel Smith
i'm looking for this same thing... i believe you can dump all files 
into one using DOS... i do not know how though :(




On OS X, or Windows with a nice CygWin installation.. something
like:

find * -name '*.as' -print | xargs wc

As far as lines per hour goes .. well, just the style of {} bracing 
and // commenting could really affect that.  It's a dubious metric 
though.

Something like features per week is more meaningful.

Daniel

--
Daniel Smith  - Sonoma County, CA
dls [at] daniel [dot] org - AIM: SonomaDaniel
http://daniel.org/blog- http://resume.daniel.org
FlexiPhoto is in Alpha!   - http://FlexiPhoto.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] setInterval interfering with Sound

2006-01-27 Thread Ramon Tayag
Try commenting out the line that makes the light flash - but still
fire the interval.  If it doesn't interfere anymore, then that means
it's the drawing of the light that interferes.

On 1/28/06, Jack H [EMAIL PROTECTED] wrote:
 Has anyone experienced an interval stopping sounds?

 I made a basketball game where I have an interval
 which creates random flashes of light on the stage.
 When the user misses or gets a ball in, a sound is
 initiated, which is totally unrelated to the interval.
 Gradually the flashes of light gets faster and faster
 -- in other words, I first clear the flash interval
 and then reset the interval with a smaller millisecond
 value. As this value approaches 1 millisecond (I know,
 that's pretty fast), this interval starts interfering
 with the sounds, which are unrelated to this interval.
 The sounds would be initiated by the user's shooting
 of the ball and almost as soon as the sound starts, it
 prematurely stops.

 What's happening here? Why is this happening?

 thanks in advance!

 __
 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



--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] FLV Encoders

2006-01-27 Thread John Giotta
;-)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lines of code in a Flash project

2006-01-27 Thread John Giotta
Eric, Ha! That's me :)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] avi open in media player

2006-01-27 Thread Ben Deroo
Hi,

Simple question: 

I have a movieclip that, when clicked on should have a avi file open in the
users media player. The avi is located in the same folder.

when I use this code (standard getURL):



onClipEvent (mouseDown) {
getURL (blabla.avi, _blank);
}


it attempts to open a new browser window with the avi in it, which is not
what I want, I'd like the avi to open with the users avi-player (windows
media player,...)


How should I go about this?


Thx,
Ben

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


Re: [Flashcoders] Lines of code in a Flash project

2006-01-27 Thread Mark Winterhalder
On 1/28/06, Bill Brown [EMAIL PROTECTED] wrote:
 Does anyone know a quick way of counting the lines of code in a Flash
 project?
 I just finished a large project with several dozen classes and was curious
 about my lines per hour ratio.

i agree with the others that it's a dubious measure, but if you want
to compare size with your peers or measure progress how about using
flare (nowrap.de/flare) or some other decompiler to have a standard to
go by?

flare is free, and it will result in one large AS1 style file, so no
need to add up. any decent text editor will tell you how many lines.

hth,
mark

--
http://snafoo.org/
jabber: [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] fscommand(exec, myprogram.exe) WITHOUT a projector?

2006-01-27 Thread John Grden
Is it possible?  I can't seem to make it work UNLESS I load the swf into the
FLash player, then do a save as projector.

any possible way that the player could handle this without the projector?

--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] fscommand('exec', 'myprogram.exe') WITHOUT a projector?

2006-01-27 Thread John Grden
I guessed as much.  it's interesting to me:  why allow for the creation of a
projector that can do it, when you can play the SWF IN a Flash player.exe?

make sense?  I mean, if it takes an EXE to run the SWF (whether it's in the
IDE in a panel or in the standalone player or created projector), what's the
diff?  I mean, the criteria's the same - Local, exe running a SWF.

On 1/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 doing so would be a breach of security.

  Is it possible?  I can't seem to make it work UNLESS I load the swf into
  the FLash player, then do a save as projector.
 
  any possible way that the player could handle this without the
  projector?
 
  --
  John Grden - Blitz
  ___
  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




--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] fscommand('exec', 'myprogram.exe') WITHOUT a projector?

2006-01-27 Thread John Grden
Can JSFL at least run a batch file?  Right now, I can't seem to find it if
it can, but someone was just telling me they thought they could load an
external app for editing AS files via a SWF based panel in the IDE.

On 1/28/06, John Grden [EMAIL PROTECTED] wrote:

 I guessed as much.  it's interesting to me:  why allow for the creation of
 a projector that can do it, when you can play the SWF IN a Flash
 player.exe?

 make sense?  I mean, if it takes an EXE to run the SWF (whether it's in
 the IDE in a panel or in the standalone player or created projector), what's
 the diff?  I mean, the criteria's the same - Local, exe running a SWF.

 On 1/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  doing so would be a breach of security.
 
   Is it possible?  I can't seem to make it work UNLESS I load the swf
  into
   the FLash player, then do a save as projector.
  
   any possible way that the player could handle this without the
   projector?
  
   --
   John Grden - Blitz
   ___
   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
 



 --
 John Grden - Blitz




--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] fscommand('exec', 'myprogram.exe') WITHOUT a projector?

2006-01-27 Thread Ramon Tayag
I suppose it's because when a user runs an exe, they are supposed to
understand the risks.  A swf was designed for the web, and allowing a
swf from a browser to do all those System calls would be dangerous.

On 1/28/06, John Grden [EMAIL PROTECTED] wrote:
 I guessed as much.  it's interesting to me:  why allow for the creation of a
 projector that can do it, when you can play the SWF IN a Flash player.exe?

 make sense?  I mean, if it takes an EXE to run the SWF (whether it's in the
 IDE in a panel or in the standalone player or created projector), what's the
 diff?  I mean, the criteria's the same - Local, exe running a SWF.

 On 1/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  doing so would be a breach of security.
 
   Is it possible?  I can't seem to make it work UNLESS I load the swf into
   the FLash player, then do a save as projector.
  
   any possible way that the player could handle this without the
   projector?
  
   --
   John Grden - Blitz
   ___
   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
 



 --
 John Grden - Blitz
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders