[Flashcoders] Standalone Flash EXE and PHP

2006-01-29 Thread Robert Sandie
Had the need to call a Flash Standalone EXE via PHP. Is it possible to pass it command line variables without integrating into an application like Screenweaver? -Rob ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] AS2 Method for Resizing Screen

2006-01-28 Thread Robert Sandie
I have been trying to use a delegate for the Stage and have been having problems: /* * This works but hate calling _root and would like to include a Boolean into the LetsResize function. */ private function mainController ( mc:MovieClip ) { var resizeThis = new Object();

RE: [Flashcoders] Re: Q: All OOP or ??????

2006-01-28 Thread Robert Sandie
Juegas, you nailed in on the head. It may be uncomfortable at first to create classes and may take an extra hour or two to create quality code. If you are interested in making a career of software development (assume so if you are on flashcoders list) and want to be involved with Rich-Internet

[Flashcoders] LoadMovie Problem with JPEGs

2006-01-22 Thread Robert Sandie
Having a problem loading in an image within an AS2 class and LoadMovie with jpegs. It loads the image perfectly but as soon as it does this it automatically deletes all existing variables that are running within the class. Instead of it losing all information upon loadMovie would like to keep it.

Re: [Flashcoders] Eclipse and Flash

2005-12-20 Thread Robert Sandie
flashextensions.com has screen tutorials using eclipse Fredrik Lantz wrote: Hi I am intrested in trying to develop with eclipse, does anyone have any good links to provide for seting things up. Happy for all help i can get. //Fredrik

[Flashcoders] Eclipse FlashOut Setup Question

2005-12-14 Thread Robert Sandie
Making the switch from SEPY to Eclipse and am having an issue with Eclipse V3.1.1 and FlashOut. Everything is setup including MTASC and ASDT but FlashOut is not showing up in the preferences bar. I downloaded the FlashOut Package and unzipped the com.patapenko.flashout_0.1.6 package in

Re: [Flashcoders] Eclipse FlashOut Setup Question

2005-12-14 Thread Robert Sandie
Sometimes its the simple things. Just had to -clean the directory. Also found a fairly useful tool for generating actionscript with UML: http://www.darronschall.com/weblog/archives/000174.cfm Robert Sandie wrote: Making the switch from SEPY to Eclipse and am having an issue with Eclipse

[Flashcoders] SWF Scaling Questoin

2005-12-14 Thread Robert Sandie
Was testing the scale features inside of Flash with an FLVPlayback component. Ran the simple script below. I would assume that when you move the debug screen the video object would stay the same size as the screen. This was not the case. I guess its a question of what absolute zero (0,0) is on

[Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Robert Sandie
On my fourth large flash project and have yet to come up with a sound CVS system/workflow for Flash. Does anyone have any best practice stories regarding version control and integration into web development projects? Would love to hear. Robert Sandie

Re: [Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Robert Sandie
when working with binary assets which can't be merged, etc. e.d. On 12/12/05, Robert Sandie [EMAIL PROTECTED] wrote: On my fourth large flash project and have yet to come up with a sound CVS system/workflow for Flash. Does anyone have any best practice stories regarding version control

[Flashcoders] AS 2 Class Structure Question

2005-12-10 Thread Robert Sandie
assistance on this structure. Thanks! Robert Sandie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS2, FLVPlayback, and Cuepoints

2005-12-10 Thread Robert Sandie
Have been working with a class and have been trying to bring up ASCuepoints: class FLVPlayer { private var theVideo:FLVPlayback; private function FLVPlayer ( mc:MovieClip) { theVideo = FLVPlayback(mc.theVideo); theVideo.addASCuepoint(3, a cuepoint);

Re: [Flashcoders] AS2, FLVPlayback, and Cuepoints

2005-12-10 Thread Robert Sandie
Figured it out... When using FLVPlayback if you declare addASCuepoint before you set the contentPath it will not load. Robert Sandie wrote: Have been working with a class and have been trying to bring up ASCuepoints: class FLVPlayer { private var theVideo:FLVPlayback; private function

[Flashcoders] Dynamically Resizable Objects

2005-12-02 Thread Robert Sandie
Anyone seen any examples/tutorials/components of dragable content: For example: === | | | | * could be resized to: = |