Re: [SPAM] RE: [Flashcoders] String Empowerment

2006-07-27 Thread Arul
Dear Steven Sacks, I greatly appreciate the efforts. Long time back we started "ActionScript Standard Library" project in Sourceforge (http://sourceforge.net/projects/fasl) unfortunately it was discontinued :( On those days I wrote "Code.Flash MX: String.changeCase(Title || Sentence || Togg

[Flashcoders] swf to AVI

2006-07-27 Thread master
Hi, You can try Moyea Flash to Video Converter at http://www.flash-video-mx.com/flash_to_video_web/ master 2006-07-28 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailm

Re: [Flashcoders] AS3 Compiler For MAC OS X

2006-07-27 Thread Haikal Saadh
You can use the command line compiler than comes with flex2. You'll have to copy stuff from the windows version, though. http://labs.adobe.com/wiki/index.php/Flex_Builder:tutorials:compiling_mxmlc_osx CK wrote: Hi, Just installed Flash Player 9, and after reading the following:(http://www.sen

[Flashcoders] Text Shuffle Class

2006-07-27 Thread Digital Rust
Hi, everyone I found this script online awhile back and would like to make a class file from it since I use it a lot. I'd love to just be able to pass a few variables for the different strings to shuffle. I've tried making the class file but I'm not so great with class construction. Any

Re: [Flashcoders] AntiAlias Type and CacheBitmap = Jumbled Text???

2006-07-27 Thread Fredrik Delin
Hi Ash, what do you mean with jumbled? As always with Flash there are a thousand quirks and unexpected behavior, but thankfully, after a bit of trial and error, we have also come up with a thousand workarounds! Please elaborate and explain what your problem is, and I am sure we can provide

RE: [Flashcoders] String Empowerment

2006-07-27 Thread Steven Sacks | BLITZ
Pseudocode examples of usage: "hello".capitalize() > "Hello" "HELLO".capitalize() > "Hello" "123ABC".capitalize() > "123abc" "hello".center(4) > "hello" "hello".center(20, "_") > "___hello" "hello".chomp() > "hello" "hello\n".chomp() > "hello" "hello \n there".ch

[Flashcoders] String Empowerment

2006-07-27 Thread Steven Sacks | BLITZ
My follow up to the Array extensions is this set of String extension methods, again, borrowed from other languages. Time for optimization! Some methods are still in development - some pretty tricky checking. I also need to make _parseParams a bit more robust in allowing multiple arguments to be

Re: [Flashcoders] Hebrew in Flash?

2006-07-27 Thread nik crosina
I'll remember that as I will probably have to transcode a huge Director-based project into Flash because of Directors lack of Unicode support. Even though having problems rendering the text it sounds positively refreshing should that be the ...'only' problems. So I'll be watching this space closel

[Flashcoders] Known issues with flv playback component in flash 9 player?

2006-07-27 Thread Wouter
I just updated my browser to use flash layer 9 (browser is IE) and now a previously working swf that has a flv-playback component in it stopped working. Are there any known issues that could cause this? When using flash player 8 all works fine! Thanx a lot, Wouter ___

[Flashcoders] OT: New Flash e-learning list

2006-07-27 Thread Merrill, Jason
Annoucement: Mark Tomlinson from the Authorware list started up a new Flash list specifically for e-learning related questions. Users can subscribe by sending email to [EMAIL PROTECTED] with 'subscribe' in the Subject field This however has been problematic for Outlook some users. If anyone h

Re: [Flashcoders] Hebrew in Flash?

2006-07-27 Thread Yotam Laufer
Nik, While Flash does support Unicode the TextField object doesn't render properly when Left To Right. Your data will be intact and correctly formatted but it will render incorrectly. Expect to have tons of problems when mixing Hebrew and English and punctuations. Best regards, Yotam. On 27/07

Re: [Flashcoders] Array Empowerment

2006-07-27 Thread ryanm
That's the real source of sloppiness, Java has eliminitaed these discussions by the simple expeditent of requiring that the conditional resolves to a boolean, nothing wlse will do. THe real question to me is does AS3 change this behavior? Well, the Flash answer to this is that all conditionals

Re: [Flashcoders] Array Empowerment

2006-07-27 Thread ryanm
If you want to do some deeper comparison to see if objects in an array are identical in content but different instances, then I think 'every' is the proper method to use and you just pass your comparison function as the argument. Any thoughts? I think you need both. Maybe name this one "same"

[Flashcoders] constrain image pans with Zoomify

2006-07-27 Thread Kirk Roberts
This is apropos of nothing, but I want to share this so it is in the archive. If you are using Zoomify and want your image to stay within the viewer's boundaries, you can use this code. After not getting a response from Zoomify I muddled for days to come up with this. Sad, but true. I ho

RE: [Flashcoders] Array Empowerment

2006-07-27 Thread Steven Sacks | BLITZ
Latest and greatest! http://paste.plone.org/7317 ___ 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 Autho

RE: [Flashcoders] Array Empowerment

2006-07-27 Thread Steven Sacks | BLITZ
After thinking about it, I believe the eql method is fine how it is and here's why. If there is an object in there with the same exact properties, but it's a different instance of the object, then I don't think it should be a match. If it points to the same place in memory (same instance) then it

Re: [Flashcoders] Mac IDE for AS !

2006-07-27 Thread Scott Hyndman
Eclipse with FDT. On 27/07/06, f a r i d | s i l v a | a b o i d <[EMAIL PROTECTED]> wrote: I'm not working actually in Mac, but a I used to. In those times the best code editor I got was BBEdit by barebones. Cause it's modular development, you could add support for any languages. Check it. Rega

Re: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Weyert de Boer
Oh really, then I should have a look at Smart Clips then ;-) Oh well. ___ 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 S

Re: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Chris Hill
I hope you're bald, otherwise you'll be pulling your hair out very soon. C Weyert de Boer wrote: Does anyone know some good resources how to make components for Flash MX/4 ? Yours, Weyert de Boer ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Moeser, Chip
There were no components in F4. F5 had "smart clips" the early ancestors of components. F6 or "MX" was the first to have components. Good luck making some that are 4 compatible;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arul Prasad M L Sent: Thur

RE: [Flashcoders] loadComplete but no loadInit

2006-07-27 Thread Mike
Random thought--is it possible that the initialization code for the loaded SWF is throwing an error? (I have no idea if this would stop onLoadInit from being called, though.) It's a long shot, but -- T. Michael Keesey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] How to change reference?

2006-07-27 Thread Mike
It's a hack, but you can do: as.func1.apply(_root); Might be better to change func1 so that it takes a MovieClip as a parameter. Then you could just do: as.func1(_root); (Although that's still a bit of a hack.) -- T. Michael Keesey -Original Message- From: [EMAIL PROTECTED] [ma

[Flashcoders] AntiAlias Type and CacheBitmap = Jumbled Text???

2006-07-27 Thread Ash Warren
I have been using the "advanced" antiAlias prop for text in Flash with great success until I tried to place my text in a movieclip that was set to cacheBitmap. Now the text looks all jumbled, has anyone had this issue before or has anyone found a workaround? I am loading the text in dynamically v

Re: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Jim Berkey
Here's another by Joey Lott - possibly a duplicate of the first link: http://www.person13.com/articles/components/creatingcomponents.html *** REPLY SEPARATOR *** On 7/27/2006 at 6:42 PM Weyert de Boer wrote: >Does anyone know some good resources how to make components for Fla

Re: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Jim Berkey
This might help: http://www.communitymx.com/content/article.cfm?cid=A06B3C7D7B74030D jimbo *** REPLY SEPARATOR *** On 7/27/2006 at 6:42 PM Weyert de Boer wrote: >Does anyone know some good resources how to make components for Flash >MX/4 ? > >Yours, >Weyert de Boer >

Re: [Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Arul Prasad M L
flash MX - it was the age of AS1 Flash V1 components.. V1 component tutorials on the net should help u .. flash 4 ... umm... i dint even know Flash then :D On 7/27/06, Weyert de Boer <[EMAIL PROTECTED]> wrote: Does anyone know some good resources how to make components for Flash MX/4 ? Yours

Re: Re: [Flashcoders] Mac IDE for AS !

2006-07-27 Thread Chris Allen
I'm using the FDT plugin for Eclipse for my AS2 development. It's got some issues, but the features that do work more than make up for it. Auto-completion, code snippets, navigation through classes, basic refactoring like renaming class files, error checking as you type. etc... You can find it he

[Flashcoders] > Components in Flash 4/MX

2006-07-27 Thread Weyert de Boer
Does anyone know some good resources how to make components for Flash MX/4 ? Yours, Weyert de Boer ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoder

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya Rao
Hi Mike, I didnt know FlashCoders was a place to get one's code reviewed for silly mistakes in logic. Hence I just cleared your way from thinking its an AS3 problem. Anyways glad to know you figured it out. And for your second question, I had already replied to it. On 7/27/06, Mike Mountain < [

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Arul Prasad M L
Y'see if I could work it out I wouldn't have posted would I? and u worked it out now! ~Arul Prasad On 7/27/06, Mike Mountain <[EMAIL PROTECTED]> wrote: for(var i=0; i -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 27 July

[Flashcoders] AS3 Compiler For MAC OS X

2006-07-27 Thread CK
Hi, Just installed Flash Player 9, and after reading the following: (http://www.senocular.com/flash/tutorials/as3withmxmlc), is a special compiler needed for MAC OS X? Return True, CK Principal/Designer/Programmer -Bushidodeep www.bushidodeep.com ___ "An ideal

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread eric dolecki
add an event listener to the mc Obj? On 7/27/06, Mike Mountain <[EMAIL PROTECTED]> wrote: Anyone got an answer to the second part: what's the simple AS3 scripting way (I know the class way) of doing myObj.onEnterFrame=function(){ this.x+=1 //Etc. } Cheers Mike __

RE: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Mike Mountain
Anyone got an answer to the second part: what's the simple AS3 scripting way (I know the class way) of doing myObj.onEnterFrame=function(){ this.x+=1 //Etc. } Cheers Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or se

RE: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Mike Mountain
for(var i=0; i -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 27 July 2006 17:17 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] AS3 scripting, first try - some Q's > > > > > function moveme(event:Event):void{ >

RE: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Mike Mountain
> > function moveme(event:Event):void{ > > > You aren't passing in an event there... so perhaps that is > causing the vomit? The event gets passed auotmatically, it traces out fine > > On 7/27/06, Supriya <[EMAIL PROTECTED]> wrote: > > > > its not an AS3 problem, its a small problem in your

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread eric dolecki
function moveme(event:Event):void{ You aren't passing in an event there... so perhaps that is causing the vomit? - Eric On 7/27/06, Supriya <[EMAIL PROTECTED]> wrote: its not an AS3 problem, its a small problem in your logic in the function moveme find it out :) - Original Message ---

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya
for the second question myObj.addEventListener("enterFrame",fun) function fun(evt) { this.x++ } Supriya. - Original Message - From: "Mike Mountain" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, July 27, 2006 9:07 PM Subject: [Flashcoders] AS3 scripting, first

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya
its not an AS3 problem, its a small problem in your logic in the function moveme find it out :) - Original Message - From: "Mike Mountain" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, July 27, 2006 9:07 PM Subject: [Flashcoders] AS3 scripting, first try - some Q'

[Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Mike Mountain
OK having a dabble in AS3 for the first time and I ported a simple particle script over to the timeline: [as] import flash.events.Event; var numBots:int = 50; var balls:Array=new Array(); // for(var i=0; i<=numBots; i++){ var bl:Ball=new Ball(); var tmpBall=addChild(bl); tm

Re: [Flashcoders] Hebrew in Flash?

2006-07-27 Thread nik crosina
Should work without too many problems as Flash supports unicode. Nik On 7/27/06, iestyn lloyd <[EMAIL PROTECTED]> wrote: Hi List, I'm going to be working on a flash project that will need to be in >10 languages, one of which is Hebrew. I'll be using the Strings Panel and XLIFF to do the localis

[Flashcoders] Row Height in Tree Components

2006-07-27 Thread John Mark Hawley
I'm having a problem setting the row height in a Tree component. Since Tree extends List, you'd think tree.rowHeight = 50 or tree.setRowHeight( 50 ) would do the trick, but neither seems to be doing squat. I tried using icons of varying heights and failed to see any corresponding change in row

Re: [Flashcoders] Hebrew in Flash?

2006-07-27 Thread uri
yeah, hebrew is very tricky, but if you don't have input text fields there, it's still manageable.. look into X-FONTS in which every character has been flipped. place a textfield with an XFONT font on the stage and make its text aligh-left. Then flip the textfield horizontally and your hebrew t

RE: [Flashcoders] Loading Remote Images & Cross Domain files

2006-07-27 Thread Merrill, Jason
Is the cross domain file on the server you want to connect to and stating your server with the .swf is OK to have access? Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcode

[Flashcoders] Loading Remote Images & Cross Domain files

2006-07-27 Thread Kevin Cannon
Hi all, I'm having a bit of trouble figuring out this cross domain policy stuff. I've read Macromedia's tutorial and Colin Moock's explanation and while I understand the principle, I'm still unable to get it working. Quite simply, I want to load images from a remote server. I've set it all up an

Re: [Flashcoders] Array Empowerment

2006-07-27 Thread Mark Winterhalder
On 7/27/06, Weldon MacDonald <[EMAIL PROTECTED]> wrote: That's the real source of sloppiness, Java has eliminitaed these discussions by the simple expeditent of requiring that the conditional resolves to a boolean, nothing wlse will do. THe real question to me is does AS3 change this behavior?

[Flashcoders] Hebrew in Flash?

2006-07-27 Thread iestyn lloyd
Hi List, I'm going to be working on a flash project that will need to be in >10 languages, one of which is Hebrew. I'll be using the Strings Panel and XLIFF to do the localisation. After a quick google, I see that people have had some problems with Hebrew, as it's Right-to-left, and uses some sp

[Flashcoders] loadComplete but no loadInit

2006-07-27 Thread Tony Fairfield
Exactly the problem I encountered a few days ago - but no solution to it yet. The only clue I have is that in the testing environment both onLoadComplete and onLoadInit were successfully working. It was when I tried launching either a standalone projector or the swf independently, that the onLoadIn

Re: [Flashcoders] _global.styles.TextArea.embedFonts=true - problem

2006-07-27 Thread Kenneth Kawamoto
_global.styles.TextArea.embedFonts=true; _global.styles.TextArea.fontFamily="hnm";//hnm is a non system font embeded and linked as so in my library. then txt.text="asdasdasd";//txt is a v2 textarea component on the stage named as so. PROBLEM=embedFonts is causing nothing to display - why d

Re: [Flashcoders] Weird problem with encryption...

2006-07-27 Thread John McCormack
I found that typing all kinds of sequences did the trick. Typing ato z and copying it in a few times did the trick too. Then I backspaced to the '1' (Small L) and when replaced with other letters it was okay. Put the 'l' back and it reappeared. It seems to be the encoding process. Sometimes you g

[Flashcoders] Trap browser interaction.

2006-07-27 Thread Eskil Janson
I'm working on a navigation system using named anchors in the main timeline to direct users to different states of my application from user interaction with the browser. I would prefer to do it more dynamically. Anyone who knows how the interaction is handled browser/flash with named anchors,

Re: [Flashcoders] Array Empowerment

2006-07-27 Thread Weldon MacDonald
That's the real source of sloppiness, Java has eliminitaed these discussions by the simple expeditent of requiring that the conditional resolves to a boolean, nothing wlse will do. THe real question to me is does AS3 change this behavior? On 7/27/06, ryanm <[EMAIL PROTECTED]> wrote: > To me it h

Re: [Flashcoders] Mac IDE for AS !

2006-07-27 Thread f a r i d | s i l v a | a b o i d
I'm not working actually in Mac, but a I used to. In those times the best code editor I got was BBEdit by barebones. Cause it's modular development, you could add support for any languages. Check it. Regards -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4300-1042 cel

Re: [Flashcoders] pass variables between classes in AS3

2006-07-27 Thread Supriya
I could not get your problem exactly, but is this what you are looking for? //The document class package { import flash.display.MovieClip; public class myClass extends MovieClip { public static var myArr:Array=[1,2,3]; private var myC2 = new myClass2 function myClass() { sendArrays() } fu

Re: [Flashcoders] Creating dynamic text field using font embedded in parent movie clip

2006-07-27 Thread Adrian Park
Hi Raymond, I missed your reply to this. You're absolutely right, it's less than ideal but I thought I'd mention it because it works :) The onnly reason our project is structured in this way was because several people were working on various child .swfs in various locations. I haven't been given

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Adrian Park
Glad you solved it and that's a handy thing to remember. A. On 7/27/06, Gavin Lilley <[EMAIL PROTECTED]> wrote: Good morning All, Thank you for looking at this. it is a very basic thing, but for some reason I just couldnt see the wood for the trees! Toby was correct, it was a setting on iis,

[Flashcoders] Shared Fonts in Flash 7

2006-07-27 Thread Raymond Simmons
What's the best approach for sharing a font in Flash 7? In Flash 6, I could place the font in a base movie and create text fields in loaded movies dynamically using the font in base. This doesn't appear to work in Flash 7. There were lots of problems using shared fonts in Flash 6. Branden Hal

RE: [Flashcoders] How to change reference?

2006-07-27 Thread André Goliath
you can make an additional cross-reference _root.func1 = _root.as.func1; but why would you want to do that? Why don´t you create the function directly on the root? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of natalia Vikhtinskaya Sent: Thursday, Jul

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Gavin Lilley
Good morning All, Thank you for looking at this. it is a very basic thing, but for some reason I just couldnt see the wood for the trees! Toby was correct, it was a setting on iis, next time i will look at the simple problems before jumping in two feet first! -- Gavin Lilley. __

Re: [Flashcoders] How to change reference?

2006-07-27 Thread natalia Vikhtinskaya
Maybe I was not clear. Clip "as" has function "funk1" To call this function from root I should say as.func1 or from another clip: _root.as.func1. I want to find way to call this function as _root.func1 even if she is in clip with name "as". 2006/7/27, denfi <[EMAIL PROTECTED]>: you dun have

Re: [Flashcoders] catching errors by webservice : solution

2006-07-27 Thread PR Durand
I finally found the solution... thanks to google and forums: flash is not 100% soap compatible !!! the 1.1 SOAP standard turns the exceptions in 500 header error, wich causes a lost of the connection in flash, instead of reading the faultString. here's the link to Adobe's technote Pendin

RE: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Toby
I have seen this on windows servers before, it may be because the filetype is not registered on the server. You can test by checking the file is uploaded ftp wise and it is not accessible via a browser with the correct URL. Toby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Adrian Park
Hi Gavin, As pointed out in Serge's message, http://www.stairclimber-uk.com/images/video.flv still doesn't work. According to your contentPath, video.flv should be in the same folder as the other assets. If it isn't, then you do indeed have a relative path problem. A. On 7/27/06, Gavin Lilley

Re: [Flashcoders] How to change reference?

2006-07-27 Thread denfi
you dun have to put _root.attachMovie since you are already attaching it right from your current maintimeline. Instead just: attachMove("as","as",100); will do the job. Regrads! On 7/27/06, natalia Vikhtinskaya <[EMAIL PROTECTED]> wrote: Hi I attach clip with this code: _root.attachMovie("

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Gavin Lilley
Hi there Adrian, Yes, I have uploaded this file. Im thinking that it is some permissions problem or relative path problem. -- Gavin Lilley. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chatty

[Flashcoders] How to change reference?

2006-07-27 Thread natalia Vikhtinskaya
Hi I attach clip with this code: _root.attachMovie("as","as",100); Is it possible to change reference to this clip? Instead of as.something to have _root.something Another words I want to find way to say _root instead of _root.as. Is it possible? Thank you for help. ___

Re: [Flashcoders] Array Empowerment

2006-07-27 Thread ryanm
To me it has always seemed more logical to use if this.length == 0 for the very reason of explicitness that you stated; and thus, using the alternative !this.length was less enticing. I speculated (wrongly) after reading your post that there might be some sort of speed optimization inherent to

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Serge Jespers
http://www.stairclimber-uk.com/images/video.flv not found Serge I have recently produced a simple movie that appears not to work. The movie is : http://www.stairclimber-uk.com/images/movie.html http://www.stairclimber-uk.com/images/movie.swf http://www.stairclimber-uk.com/images/movie.fla Wh

RE: [Flashcoders] Array Empowerment

2006-07-27 Thread Giles Taylor
How about setting it up on www.osflash.org? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: 26 July 2006 23:04 To: Flashcoders mailing list Subject: RE: [Flashcoders] Array Empowerment It's not done yet. I've identified some bu

Re: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Adrian Park
Have you uploaded 'video.flv' (the resource specified in contentPath)? Adrian On 7/27/06, Gavin Lilley <[EMAIL PROTECTED]> wrote: I have recently produced a simple movie that appears not to work. The movie is : http://www.stairclimber-uk.com/images/movie.html http://www.stairclimber-uk.com/im

[Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Gavin Lilley
I have recently produced a simple movie that appears not to work. The movie is : http://www.stairclimber-uk.com/images/movie.html http://www.stairclimber-uk.com/images/movie.swf http://www.stairclimber-uk.com/images/movie.fla When I try to see that movie on my localhost - it looks fine. When I l

RE: [Flashcoders] pass variables between classes in AS3

2006-07-27 Thread Mike
Depends on the structure, but, in the end, it sounds like it will boil down to having some static method for the the document class to find the movieclip, or the movieclip to find the document class. The simplest variant of this approach is the Singleton pattern. Is there only one instance of your

[Flashcoders] pass variables between classes in AS3

2006-07-27 Thread Carl Welch
I have an AS3 document class where I load and parse an xml file into an array. I would like to pass that array to a movieclip(?) class - basically its a button that will create new movieclips that will differ based on my xml array. How in the world do I get the array from the document class to oth