[Flashcoders] Error 2152 when selecting Fullscreen Button on Flash CS3 AS3 FLVPlayback component

2007-05-28 Thread greg h
I am wondering if anyone has encountered the following (and if so if you offer any solutions). Flash CS3 includes an AS3 FLVPlayback component which has several skins that support fullscreen. When running the resulting SWF in a browser that has the debug player, when the fullscreen button is sel

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Muzak
Yeah I'm sure that looking for a tool, installing it, figuring out how it works is alot easier.. - Original Message - From: "Hairy Dog Digital" <[EMAIL PROTECTED]> To: Sent: Monday, May 28, 2007 10:26 PM Subject: RE: [Flashcoders] [OT] desktop file searching utility > Too much of a P

[Flashcoders] IE7/Flash Player Problem

2007-05-28 Thread Jason Saelhof
Hi everyone, I'm currently experiencing a weird bug that only occurs on IE7 (I've tried flash player 8 and all revisions of 9). I'm using XML.sendAndLoad() to send XML to a server retrieve xml back as a response. This is code which has been running in production for years without problem until

[Flashcoders] Best way to control game character animations

2007-05-28 Thread Frederico Ferro Schuh
Hello list, I've been fiddling around with character animations for use in AS3 flash games. What's not clear to me is the animation control. What's the best way to switch the current animation of the character? I tried having each animation in its own MovieClip, and add/remove and play/stop them

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Michael Boski
SEPY has a search in feature that would work perfectly for what you are doing. you could set up a fake project that is at the root level of your drive and search .as files for text. On 5/28/07, keith <[EMAIL PROTECTED]> wrote: http://keithhair.com/web/photos/searchexample.jpg http://www.jedit.o

[Flashcoders] AS3 Component talking to authoring environment

2007-05-28 Thread Rob Romanek
Hi All, I've been playing around with building my own components in AS3 and am trying to figure out if there is a way to get the live preview of the component to get info from the authoring environment. For example the file path of the fla into which the component was dropped. Thanks, Ro

Re: [Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-28 Thread dnk
This is a known issue. Patrick had psted a fix or workaround on his blog. Check it out: http://www.5etdemi.com/blog/archives/2007/05/amfphp-fix-for-php-522-compatibility-issue/ On 5/28/07, JulianG <[EMAIL PROTECTED]> wrote: I anyone using AMFPHP with PHP 5.2.2. ? My hosting company has upda

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread keith
http://keithhair.com/web/photos/searchexample.jpg http://www.jedit.org/ If you not familiar, J-Edit's "Hypersearch" feature would be excellent for this. It searches within all text filetypes over a whole directory. Allows filtering and RegExp. Not bad for writing scripts either. -- Keith H --

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Bojil Vassilev
Hi, A general purpose desktop app that does this, and a lot, lot more, is Total Commander. I cannot recommend enough this little app - give it a try. Regards, Bojil Hairy Dog Digital wrote: Thanks David, In your initial post I misread "text files" as "text file's"... hence my response. I'l

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Hairy Dog Digital
Too much of a PITA going through the gyrations of defining a site then specifying a search path in Dreamweaver. -Original Message- From: Muzak [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 4:19 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] [OT] desktop file s

[Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-28 Thread JulianG
I anyone using AMFPHP with PHP 5.2.2. ? My hosting company has updated the PHP installation and my AMFPHP just stopped working properly. The error message I get everytime I attempt to call a method (using the browser) is the following: Warning: curl_setopt() [function.curl-setopt]: CURLOPT_

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Muzak
If you have Dreamweaver, it allows you to search through: - an entire "site" - selected documents in "site" - folder - open documents - current document regards, Muzak - Original Message - From: "Hairy Dog Digital" <[EMAIL PROTECTED]> To: Sent: Monday, May 28, 2007 7:56 PM Subject: [Fl

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Hairy Dog Digital
Thanks David, In your initial post I misread "text files" as "text file's"... hence my response. I'll download it and take a look at it. It still would be nice to have a general purpose desktop app that does this, but for my most immediate needs this might fit the bill. ...Rob -Original M

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread John Trentini
Thanks Michael, that did it! Nice and simple (for a simple mind(mine)) ... Great, much (very much) appreciated :) :) and thanks to eveybody else's input as well I am learning, I am learningpromise. lol JohnT Michael Boski wrote: try this. frame one: // var myMenuData = new Lo

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Count Schemula
Cool, I guess I should have assumed that there would be some powerful text editors available. I just thought I saw "NotePad" or something, which can't do stuff like that. From: http://www.textpad.com/products/textpad/features.html "A powerful search/replace engine using UNIX-style regular expres

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread David Ngo
Okay, excuse my last email if this is the type of functionality you're looking for. Perhaps I misread what was written. If what you're looking for is a 'class browser' of sorts, then download and install Eclipse w/ either ASDT or FDT (probably FDT) and import a new Flash project, point it to the fo

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Derek Vadneau
Not sure about TextPad but I know EditPlus will let me search entire directories, and subdirectories if desired, for whatever text, or even a regular expression, in any files found. You can specify the extensions or not. The files don't have to be open in the program and the results are returne

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread David Ngo
I understand that, but if his specific requirement is to go through .as files, then something like TextPad should be able to do exactly what he needs. You can search for and replace all instances of a specific string within folders, subfolders, specifically selected files, etc. You can even add the

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Count Schemula
http://www.sephiroth.it/python/classbrowser.php Does this offer anything? "ClassBrowser is a very simple tool for inspect into flash classes, parsing a directory (for example the First Run/Classes/ dir) and reading all the informations in the .as files within the directory given." On 5/28/07, H

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Count Schemula
He wants to use search to go through files on the computer and look inside the files for matches. Google desktop will go through .doc and .xls and .ppt and search inside them, but it won't search the contents of .as files. On 5/28/07, David Ngo <[EMAIL PROTECTED]> wrote: You can use a text edit

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Hairy Dog Digital
I know that. What I need the capacity to do is to search a directory (or directories) for files -- regardless of file type -- for specific strings, not necessarily words or phrases. The need for this became apparent when I inherited a large Flash 8 project with hundreds of class files. I inherited

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread David Ngo
You can use a text editing program such as TextPad to search and/or replace within text files specific strings and case-sensitivity. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hairy Dog Digital Sent: Monday, May 28, 2007 1:57 PM To: flashcoders@chatt

RE: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Hairy Dog Digital
Possibly, but I have a sneaky suspicion that the reg modification would need to be to the search application file types, and not something that allows me to global specify *.as as a text file. -Original Message- From: Count Schemula [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 2

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Count Schemula
.as files are obviously just text files... maybe there some way to add/modify known types? On 5/28/07, Hairy Dog Digital <[EMAIL PROTECTED]> wrote: Hi all, Does anyone have a desktop file searching utility they can recommend that really does search within files of any type for specific strings?

[Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Hairy Dog Digital
Hi all, Does anyone have a desktop file searching utility they can recommend that really does search within files of any type for specific strings? The built in Windows search utility, as well as the Google Desktop Search, do not seem to search within file types such as external ActionScript file

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Michael Boski
try this. frame one: // var myMenuData = new LoadVars; var myTxt:Array = new Array();' // myFile = "../textFiles/menuLabels.txt"; myMenuData.onLoad = function(success) { if (success) { trace("LoadVars loaded successfully: "+this.loaded); <==this one returns = true _parent.myTxt = this

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Allandt Bik-Elliott (Receptacle)
mybad On 28 May 2007, at 15:30, Muzak wrote: - Original Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: Sent: Monday, May 28, 2007 2:00 PM Subject: Re: [Flashcoders] loadVars not initialising first or wherever you store your app variables - i really mean

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Muzak
- Original Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: Sent: Monday, May 28, 2007 2:00 PM Subject: Re: [Flashcoders] loadVars not initialising first > or wherever you store your app variables - i really meant that they > shouldn't be stored local to the

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Allandt Bik-Elliott (Receptacle)
or wherever you store your app variables - i really meant that they shouldn't be stored local to the function, otherwise they would die with it On 28 May 2007, at 11:42, Muzak wrote: - Original Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Muzak
- Original Message - From: "Allandt Bik-Elliott (Receptacle)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, May 28, 2007 12:03 PM Subject: Re: [Flashcoders] loadVars not initialising first > i've found that the best way of dealing with this kind of thing is to push > it o

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Allandt Bik-Elliott (Receptacle)
i've found that the best way of dealing with this kind of thing is to push it onto an array (either on _root or _global) in the onLoad and manipulate that but if you need to set up buttons etc using the variables at start, you'll need to add it all to the onLoad (create a function for that

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread John Trentini
Muzac, Thanks I understand that is what should happen but I implemented tyour code and still no luck, I'll fiddel some more with this... I did ask the question on the falshnewbie but I got no response at all, go figure, hey! Thanks for your input. cheers JohnT Muzak wrote: - Original

[Flashcoders] [SOLVED] combobox class object not showing starting value

2007-05-28 Thread Allandt Bik-Elliott (Receptacle)
gah it's taken all weekend but i've found out what the problem was i add this to my as and the current selection appeared // initialize items on stage _global.styles.ComboBox.setStyle("fontFamily", "Verdana"); _global.styles.ComboBox.setStyle("fontSize", 11); don't know why really unle

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Muzak
- Original Message - From: "John Trentini" <[EMAIL PROTECTED]> To: Sent: Monday, May 28, 2007 7:23 AM Subject: Re: [Flashcoders] loadVars not initialising first > Thanks Mike, > i am realising this but i haven't found a way of stopping everything else > from happening until my loadVars