Re: [Flashcoders] Just a stupid question (hope you can help me)

2009-07-20 Thread Mario Gonzalez
I'm not familiar with the Gaia framework, so I'm not sure what some of 
those function calls (alignSite()) or properties are (__WIDTH).

However all you need to do, is call this on onResize

--
x = int(stage.stageWidth/2 - width/2);
y = int(stage.stageHeight/2 - height/2);
-
Another thing to note, is that width and height will change depending on 
whats on the stage.
If you know that going in you will have stuff that might break the frame 
(even if masked), you want to use your preset width and height in which 
case you just call:

--
x = int(stage.stageWidth/ 2 - 1024/2);
y = int(stage.stageHeight/ 2 - 768/2);
---

You want to make sure you place the center of the stage to the center of 
your object (half it's width).


Hope it helps,
http://onedayitwillmake.com

PWMedia | Paul Wolthuis wrote:

Hi there,

I've got a question.

I'm sort of a scriptdummy and having a problem to make a gaia sit  
fully scalable.
To make it clear, i want the full site to scale  up or down to the  
size of the browserwindow and center it horizontal and vertical.


Hope anyone can help me.
Thanks so far!

Paul

--

package
{
import com.gaiaframework.core.GaiaMain;

import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.events.Event;

public class Main extends GaiaMain
{   
public function Main()
{
super();
siteXML = xml/site.xml;
}
override protected function onAddedToStage(event:Event):void
{
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
alignSite(1024, 768);
super.onAddedToStage(event);
}
override protected function onResize(event:Event):void
{
view.x = Math.round((stage.stageWidth - __WIDTH) / 2);
view.y = Math.round((stage.stageHeight - __HEIGHT) / 2);
}
}
}
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  



__ Information from ESET NOD32 Antivirus, version of virus signature 
database 4261 (20090720) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


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


[Flashcoders] What program is this

2009-07-20 Thread Zuriel


Can someone tell me what this company used to record this demo? Was it all
done by hand with Flash or was a screen recording system used... 

http://www.imagenow.com/interactive/demo-player.jsp?DemoPlayerFile=DemoPlayer_v03File=ap-auto-invoice.swfTitle=ImageNow%20for%20Automated%20Invoice%20ProcessingCopyright=%a9%202009%20Perceptive%20Software,%20IncKeepThis=trueTB_iframe=trueheight=755width=970
[1] 

I am going to do one for a company and I was originally going to do it by
hand.. but it looks almost like its a FLV. with a player playing it??? can
someone tell me which one it is... I know of camtasia and random google
searches but which one is the best and which one is the most feature
packed.. I can code very good AS3 code ATM so I want one that maybe
integrates into Flash AS nicely.. 


Thanks!

Links:
--
[1]
http://www.imagenow.com/interactive/demo-player.jsp?DemoPlayerFile=DemoPlayer_v03File=ap-auto-invoice.swfTitle=ImageNow%20for%20Automated%20Invoice%20ProcessingCopyright=%a9%202009%20Perceptive%20Software,%20IncKeepThis=trueTB_iframe=trueheight=755width=970
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] What program is this

2009-07-20 Thread Muzak

Have a look at Captivate:
http://www.adobe.com/products/captivate/


- Original Message - 
From: Zuriel zu...@zadesigns.com

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, July 20, 2009 11:57 PM
Subject: [Flashcoders] What program is this





Can someone tell me what this company used to record this demo? Was it all
done by hand with Flash or was a screen recording system used...

http://www.imagenow.com/interactive/demo-player.jsp?DemoPlayerFile=DemoPlayer_v03File=ap-auto-invoice.swfTitle=ImageNow%20for%20Automated%20Invoice%20ProcessingCopyright=%a9%202009%20Perceptive%20Software,%20IncKeepThis=trueTB_iframe=trueheight=755width=970
[1]

I am going to do one for a company and I was originally going to do it by
hand.. but it looks almost like its a FLV. with a player playing it??? can
someone tell me which one it is... I know of camtasia and random google
searches but which one is the best and which one is the most feature
packed.. I can code very good AS3 code ATM so I want one that maybe
integrates into Flash AS nicely..


Thanks!

Links:


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


RE: [Flashcoders] What program is this

2009-07-20 Thread Merrill, Jason
That looks like a mix of Captivate and custom Flash animation.


Jason Merrill 

Bank of  America   Global Learning 
Shared Services Solutions Development 

Monthly meetings on the Adobe Flash platform for rich media experiences - join 
the Bank of America Flash Platform Community 





-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Zuriel
Sent: Monday, July 20, 2009 5:58 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] What program is this



Can someone tell me what this company used to record this demo? Was it all
done by hand with Flash or was a screen recording system used... 

http://www.imagenow.com/interactive/demo-player.jsp?DemoPlayerFile=DemoPlayer_v03File=ap-auto-invoice.swfTitle=ImageNow%20for%20Automated%20Invoice%20ProcessingCopyright=%a9%202009%20Perceptive%20Software,%20IncKeepThis=trueTB_iframe=trueheight=755width=970
[1] 

I am going to do one for a company and I was originally going to do it by
hand.. but it looks almost like its a FLV. with a player playing it??? can
someone tell me which one it is... I know of camtasia and random google
searches but which one is the best and which one is the most feature
packed.. I can code very good AS3 code ATM so I want one that maybe
integrates into Flash AS nicely.. 


Thanks!

Links:
--
[1]
http://www.imagenow.com/interactive/demo-player.jsp?DemoPlayerFile=DemoPlayer_v03File=ap-auto-invoice.swfTitle=ImageNow%20for%20Automated%20Invoice%20ProcessingCopyright=%a9%202009%20Perceptive%20Software,%20IncKeepThis=trueTB_iframe=trueheight=755width=970
___
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] Actionscript Documentators

2009-07-20 Thread Álvaro Saraiva

Hi,
I need to create documentation for some class files in AS2, and found 
ZendDoc (http://www.zendoc.org).
It's fine, but lacks a tree menu like PHPDocumentator, and it's kind of 
confusing configurating HTML Templates to render the final files.

Any sugestions about Documentation Creators for Actionscript?

Thanxs in Advance,
Álvaro
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Patrick Matte
You need to download the Flex SDK from Adobe, there is a feature called
ASDoc that creates great documents.

http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_9.html



 From: Álvaro Saraiva alv...@glups.pt
 Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Date: Tue, 21 Jul 2009 01:19:52 +0100
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Actionscript Documentators
 
 Hi,
 I need to create documentation for some class files in AS2, and found
 ZendDoc (http://www.zendoc.org).
 It's fine, but lacks a tree menu like PHPDocumentator, and it's kind of
 confusing configurating HTML Templates to render the final files.
 Any sugestions about Documentation Creators for Actionscript?
 
 Thanxs in Advance,
 Álvaro
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



This e-mail is intended only for the named person or entity to which it is 
addressed and contains valuable 
business information that is proprietary, privileged, confidential and/or 
otherwise protected from disclosure.

If you received this e-mail in error, any review, use, dissemination, 
distribution or copying of this e-mail 
is strictly prohibited. Please notify us immediately of the error via e-mail to 
disclai...@tbwachiat.com and 
please delete the e-mail from your system, retaining no copies in any media. We 
appreciate your cooperation.


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


Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Álvaro Saraiva

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


Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Eric E. Dolecki
If you're on a Mac, this completely rocks:
http://visiblearea.com/visdoc/

No tree menu, but I love the docs this generates.

On Mon, Jul 20, 2009 at 8:19 PM, Álvaro Saraiva alv...@glups.pt wrote:

 Hi,
 I need to create documentation for some class files in AS2, and found
 ZendDoc (http://www.zendoc.org).
 It's fine, but lacks a tree menu like PHPDocumentator, and it's kind of
 confusing configurating HTML Templates to render the final files.
 Any sugestions about Documentation Creators for Actionscript?

 Thanxs in Advance,
 Álvaro
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
http://ericd.net
Interactive design and development
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Álvaro Saraiva

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


Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Bob Wohl
Unfortunately it doesn't work for every project. A lot of
configuration and command line work. Try it out and if you run into
some issues post some questions. Lots of people on this list are
pretty knowledgeable on this subject. If you can't get ASDocs to work,
try going through the list here:

http://osflash.org/open_source_flash_projects#documentation_systems

There were a few decent tools that worked for ASDocs adding a gui to
it, even an air app. I guess googling it may come up with some choices
there.

B.



On Mon, Jul 20, 2009 at 5:54 PM, Patrick
Mattepatrick.ma...@tbwachiat.com wrote:
 You need to download the Flex SDK from Adobe, there is a feature called
 ASDoc that creates great documents.

 http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_9.html



 From: Álvaro Saraiva alv...@glups.pt
 Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Date: Tue, 21 Jul 2009 01:19:52 +0100
 To: Flash Coders List flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Actionscript Documentators

 Hi,
 I need to create documentation for some class files in AS2, and found
 ZendDoc (http://www.zendoc.org).
 It's fine, but lacks a tree menu like PHPDocumentator, and it's kind of
 confusing configurating HTML Templates to render the final files.
 Any sugestions about Documentation Creators for Actionscript?

 Thanxs in Advance,
 Álvaro
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 This e-mail is intended only for the named person or entity to which it is 
 addressed and contains valuable
 business information that is proprietary, privileged, confidential and/or 
 otherwise protected from disclosure.

 If you received this e-mail in error, any review, use, dissemination, 
 distribution or copying of this e-mail
 is strictly prohibited. Please notify us immediately of the error via e-mail 
 to disclai...@tbwachiat.com and
 please delete the e-mail from your system, retaining no copies in any media. 
 We appreciate your cooperation.


 ___
 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