Re: [Flashcoders] Q: Best tool for AS3 development

2007-04-25 Thread Igor Costa

The Best AS3 dev tool it's that tool that solve or help me to create more
quick my projects.

in my current Uses I use Flex Builder 2.0.1 Better then others and works
perfectly on my needs.



On 4/25/07, Ash Warren [EMAIL PROTECTED] wrote:


Would you suggest Flex Builder even for hybrid Flash designer/developer
geeks that still try and separate out code form the timeline and use
proper
class structures, but still do a lot of work on the timeline for visual
assets, etc.?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of thotskee
Sent: Wednesday, April 25, 2007 11:59 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Q: Best tool for AS3 development

These two get my vote:

Flex Builder 2
Edit Plus

You can grab the: ActionScript 3.0: Application Template (for Ant/MXMLC)
here:

http://actionscriptcheatsheet.com/blog/quick-referencecheatsheet-for-actions
cript-20/

You can use the template with Ant, MXMLC and Editplus to author and
compile
ActionScript 3.0 content without Flex Builder, Flash 9 Alpha or Flash CS3.
I

do recommend Flex Builder 2 though for coding ActionScript 3.0.

HTH...



- Original Message -
From: [EMAIL PROTECTED]
To: flashcoders flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 25, 2007 8:10 AM
Subject: [Flashcoders] Q: Best tool for AS3 development


 At the latest FITC in Toronto I was surprised by the amount of
commercial
 AS3 work being done already.
 Also, it seems that Eclipse is very popular for AS3 development.

 As a long time Flashdevelop fan I was wondering what are some of the
other

 favorite AS3 development environments?

 Which one is 'best'?

 Eclipse
 Flexbuilder
 Flash CS3
 Flashdevelop
 or??

 Thanks!
 Jim Bachalo


 [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@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





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta
___
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] MXML - Problem embedding FLA symbol

2006-11-19 Thread Igor Costa

you're trying to convert into a sprite that's can't possible.

just change to MovieClip instead of Sprite that's is deserved to create more
common components.


Regards.

On 11/19/06, slangeberg [EMAIL PROTECTED] wrote:


I'm trying to import a swf symbol into Flex 2. However, the following code
works great in AS3 project, but NOT in an MXML project:

[Embed(source=../Art.swf, symbol=car_blue)]
private var CarBlue:Class;

private function init():void
{
var car_blue:Sprite = new CarBlue();
addChild( car_blue );
}

I get the following runtime error:

TypeError: Error #1034: Type Coercion failed: cannot convert
[EMAIL PROTECTED] to mx.core.UIComponent.
at FlexDerby/::init()
at FlexDerby/___Application1_creationComplete()
at

flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction
()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()

: : ) Scott
___
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





--

Igor Costa
www.igorcosta.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] OT conver java code to flash

2006-11-03 Thread Igor Costa

You can use the Open-Source Framework

http://carbonfive.sourceforge.net/astranslator/api/com/carbonfive/flash/package-summary.html#documentation

Regards.

On 11/3/06, Mike Keesey [EMAIL PROTECTED] wrote:


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Chris Benjaminsen
 Sent: Friday, November 03, 2006 5:42 AM
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] OT conver java code to flash

 Hi Paul

 Actually Math.random always return a positive number between 0 and 1
 [...]

Strictly speaking, it returns a *nonnegative* number from 0 (inclusive)
to 1 (exclusive). I.e, once in a blue moon it might actually return 0,
but it will never return 1; 0.9 (or something like that) is as close
as it gets.

The distinction doesn't matter much in practice, but
―
Mike Keesey


___
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





--

Igor Costa
www.igorcosta.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] Bitmapdata class

2006-05-25 Thread Igor Costa

not about your request, but this's a kind of thing that you could use in
implementation of your class.

the bitmapData can be implemented btw

On 5/25/06, Juan Anzaldo [EMAIL PROTECTED] wrote:


is there a method  in the BitimapData class in order
to draw just a part of the source object?
something like

bmd.draw(_mc, xi,yi,xf,yf);

where xi and yi are the points of the upper left
corner, and xf,yf the points of the bottomright corner
of the area that i want to draw
tnx


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.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





--

Igor Costa
www.igorcosta.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] Display same value in 3 fields

2005-12-29 Thread Igor Costa
Simple way to replace it

set.text =  Flash Text multiplie applicance.
MyField.txt = MyField2.txt = MyField3.txt = set.text;


2005/12/29, elibol [EMAIL PROTECTED]:

 Many Textfield instances can hold a refrence to a single variable via the
 'variable' property, and so, when the variable changes, so does the
 Textfields value.

 H

 On 12/8/05, Ralph Caraveo [EMAIL PROTECTED] wrote:
 
  Looks like String objects are passed by value instead of by reference.
 
 
  //create a string variable
  var myVar:String = Bob;
  //create another string value using the myVar value
  var myVar2:String = myVar;
 
  //change the original myVar value
  myVar = Lucy;
 
  //trace myVar
  Trace(myVar); //outputs Lucy
 
  //trace myVar2
  Trace(myVar2); //outputs Bob;
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Pete
  Hotchkiss
  Sent: Thursday, December 08, 2005 5:08 PM
  To: 'Flashcoders mailing list'
  Subject: RE: [Flashcoders] Display same value in 3 fields
 
  To state the obvious.
 
  Why cant the text fields point to a single variable ?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Pranav
  Negandhi
  Sent: 08 December 2005 16:57
  To: flashcoders@chattyfig.figleaf.com
  Subject: [Flashcoders] Display same value in 3 fields
 
 
  Bit of a glitch. I need to display the same value in 3 different
  locations and was wondering if it's possible to do it in any way other
  than setting values in 3 text fields.
 
  What I'm doing right now -
  Field1.text = OK
  Field2.text = OK
  Field3.text = OK
 
  What I'd like to do -
  GlobalField.text = OK
  [change propogates to 3 instances of the movieclip]
 
  I played around a bit with static class variables and feel it might be
  the right way. Any pointers anyone?
 
  Regards,
  Pranav Negandhi
 
  Fractal | ink
  O: 91 22 5660 3682
  M: 91 98211 73656
  www.fractalink.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
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Igor Costa
www.igorcosta.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Streming mp3 for server without FMS2

2005-12-28 Thread Igor Costa
the fact of mensage please wait some time when streaming files.
Progressive download are fine but also for non large size of files and
better qualify like 192kpbs.


2005/12/28, hank williams [EMAIL PROTECTED]:

 What is the difference between this and standard progressive download for
 mp3s.

 Regards
 Hank

 On 12/27/05, Igor Costa [EMAIL PROTECTED] wrote:
  Hi Guys
 
  Searching over net I found this module that implements and turn the
 apache
  server as a stremming server for ogg and mp3 files. Cool way to stream
 sound
  over the net due to the fact it can be play files and cache them in
 server
  memory.
 
  http://tangent.org/index.pl?lastnode_id=478node_id=380
 
  I've play arround with my server and worked fine.
 
  --
  
  Igor Costa
  www.igorcosta.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




--

Igor Costa
www.igorcosta.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Streming mp3 for server without FMS2

2005-12-27 Thread Igor Costa
Hi Guys

Searching over net I found this module that implements and turn the apache
server as a stremming server for ogg and mp3 files. Cool way to stream sound
over the net due to the fact it can be play files and cache them in server
memory.

http://tangent.org/index.pl?lastnode_id=478node_id=380

I've play arround with my server and worked fine.

--

Igor Costa
www.igorcosta.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] swf to pdf

2005-12-07 Thread Igor Costa
Hi Guys

Anyone here in the list already have done this before? try to generate some
jpg from _mc and than convert to pdf with php?
Could you show me some example on that. I have no idea to do that.


Thanks

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


Re: [Flashcoders] Screen Capture with Flash

2005-12-06 Thread Igor Costa
So, the Jessen Warden posted about a NSYNC card video to do that using
screen capture. www.jessewarden.com

bye


2005/12/2, Brooks Andrus [EMAIL PROTECTED]:

 Thanks for the info Jim--I was hoping for a different outcome, but its
 good
 to know what I'm up against.

 On 12/2/05, Jim Phelan [EMAIL PROTECTED] wrote:
 
  Camera is encoded in the player using the Spark codec and Microphone is
  encoded using the NellyMoser codec. You can encode the screen with Flash
  Player's video encoding, but first you have to make the screen available
  as
  a wdm video source. You can do this, but you'll have to use an
 installable
  tool (like camtasia) to accomplish it.
 
  Screen sharing typically uses a different codec, since encoding even
  640x480
  px using the stock Spark codec would either look really bad or use too
  much
  bandwidth. There is no encoding for this natively in Flash Player, and
 if
  there were you still wouldn't have access to the screen as a video
 source.
 
  Sorry to be the bearer of bad news...
 
  Jim
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Brooks
  Andrus
  Sent: Friday, December 02, 2005 2:27 PM
  To: Flashcoders mailing list
  Subject: Re: [Flashcoders] Screen Capture with Flash
 
  Also, doesn't the FileReference class allow you to download a
 fileare
  you saying that macromedia is actually altering the player with their
  download?
 
 
  On 12/2/05, Brooks Andrus [EMAIL PROTECTED] wrote:
  
   So how are the camera and microphone streams handled? The player isn't
   doing any encoding, it just pushes raw uncompressed streams around?
  
   On 12/2/05, Jim Phelan [EMAIL PROTECTED]  wrote:
   
Breeze installs an executable (presenter plugin), it just happens to
  be
an
downloaded via Flash Player (something only macromedia can do).
 Flash
Player
can't access the screen, and it wouldn't have the processing power
 to
  do
the
encoding.
   
Unfortunately, your only option is to wrap the SWF in an executable
  app.
You
can also use the screen camera approach (camtasia or similar.)
   
Jim
   
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
 Brooks
Andrus
Sent: Friday, December 02, 2005 1:53 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Screen Capture with Flash
   
I'm actually looking at creating a small web based screen capture
 app
with
the Flash client doing the client-side capture, so the exe wrapper
approach
wouldn't work in my case. I know Macromedia Breeze does this and
 I've
seen
other Breeze Style apps, but I haven't been able to guess at how
  they
do
it.
   
On 12/2/05, Dimitrios Bendilas  [EMAIL PROTECTED] wrote:

 Hi,

 You can do this if you use a wrapper to make a projector (exe)
 file
 out of your .swf file.

 I use Zinc and I think it's absolutely great!
 www.multidmedia.com

 There are other products available but I haven't tried them.
 SWF studio pro is one of them I think

 Regards,
 Dimitrios

 - Original Message -
 From: Brooks Andrus [EMAIL PROTECTED]
 To: Flashcoders mailing list  flashcoders@chattyfig.figleaf.com
 
 Sent: Friday, December 02, 2005 8:24 PM
 Subject: [Flashcoders] Screen Capture with Flash


 Does anyone know if its possible to do screen capture with a Flash
 Application? If so any pointers on where to get started?

 Thanks,

 Brooks
 ___
 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 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




--
Igor Costa
What's next?
www.igorcosta.com
www.mxstudio.com.br