Re: [Flashcoders] Documenting my code

2006-01-19 Thread Ian Thomas
As far as I can see from the front page (Roadmap panel) it doesn't yet support JavaDoc as a style, which is a shame... On 1/18/06, ryanm [EMAIL PROTECTED] wrote: Or, can anyone suggest an alternative software that takes the java-doc style comments and create documentation? Check out

RE: [Flashcoders] Documenting my code

2006-01-19 Thread Karina Steffens
Hi Jobe, I'm using BLDoc and it's pretty good, especially for a free/beta version. Since it's free, you can always give it a try and see if you like it. You can also get support when joining their beta mailing list, although that's been rather quiet for the last few months. Karina

RE: [Flashcoders] Cross platform text woes

2006-01-19 Thread Karina Steffens
Hi Bill, Thanks for the tip. I made the change and sent if off to the client to test. I hope it solves this issue. I'm only using a single font size in the text field, so I'm not sure if the same fix applies, but fingers crossed! Karina (PS - I replied to the post a few days ago, but don't see

RE: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread zwetan
Hi, I'm populating an array with objects. When I trace out the array I get ==[object Object] Whats the best way to trace out the contents of the objects once they're in the array? There are different ways It could be as simple as trace( myArray.toSource( 0 ) ); for more info see:

[Flashcoders] Alert and TextInput.enter event

2006-01-19 Thread AIP4
LO All, I've got a script timeout at runtime. A/ Context : 1. Flash 7, AS2, running in the preview tab of the MM IDE. 2. Login form : var txtLogin:mx.controls.TextInput; var txtPassword:mx.controls.TextInput; var

Re: [Flashcoders] Documenting my code

2006-01-19 Thread ryanm
As far as I can see from the front page (Roadmap panel) it doesn't yet support JavaDoc as a style, which is a shame... What doesn't it support? This is cut and pasted directly from the NaturalDocs documentation: -- /* * Function: Multiply *

Re: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread Andreas Rønning
toSource toschmorze. Array.prototype.trace = function() { var retString = Array contents:+newline; for (var i = 0; ithis.length; i++) { retString+=i+: ; if (typeof (this[i]) == object) { for(var prop in this[i]){

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Cédric Muller
I second VisDoc (rocks) BLDoc for PC VisDoc for OS X (rocks) On 1/18/06, Jobe Makar [EMAIL PROTECTED] wrote: Hi guys, I've recently purchased AS2Doc to generate documentation from my ElectroServer class file. The software works pretty well, but it appears the Mirell (company that owns

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Ian Thomas
The keywords @param, @see, @return all have special meaning to JavaDoc based tools (as well as a host of other @commands). In my limited tests of NaturalDocs it looks like it doesn't support those special meanings- which is why the front page of the NaturalDocs site says that JavaDoc is still to

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Martin Wood
I hope that NaturalDocs does get around to supporting JavaDoc, because in my test of doc tools over the last week or so it looks like the best fit for me - it actually runs on my Linux server, whereas most other things are either Mac or PC based or, like as2api, just cause me server errors. I'm

Re: [Flashcoders] Stolen content

2006-01-19 Thread erixtekila
Le 19 janv. 06, à 11:50, franto a écrit : I just want to know, that there are such practics, i know you know :) but i hate it so just want to let you know thieves :) http://www.franto.com/blog2/stolen-content-collected-links-to- maelstrom-examples Well, franto, did you really said : my

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Ian Thomas
Hi Martin, Rather like you - all I have is a script which runs once nightly as a cron job, does an update from SVN, then calls the doc tool and copies the generated docs into a folder hosted by the webserver. Nothing complicated. I'd be interested in seeing a decent AS2 config for Doxygen

Re: [Flashcoders] Stolen content

2006-01-19 Thread franto
sure, you right, it was not my examples, it's content of my blog, link which i collected from many sites, digging, storing, writing then to the post, 1 update of post when I add 1 link last 30 mins, because there were many sites linking to that post I dont tell examples is mine... my Collected

Re: [Flashcoders] Stolen content

2006-01-19 Thread Ramon Tayag
Sorry I really don't understand what you mean.. Someone got your links? On 1/19/06, franto [EMAIL PROTECTED] wrote: sure, you right, it was not my examples, it's content of my blog, link which i collected from many sites, digging, storing, writing then to the post, 1 update of post when I

RE: [Flashcoders] Stolen content

2006-01-19 Thread Nick Weekes
Yeah, looks like frantos links have been copied and pasted into other blogs. I can see the frustration, but it’s a blog, not a commercial piece of software etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Tayag Sent: 19 January 2006 13:00

Re: [Flashcoders] Stolen content

2006-01-19 Thread franto
sure, but when you try to get visitors to your site and such, google penalize such sites, where same content is on many sites... from this post, my uniques visitors per day raise from 300 to 1700, post was viewed by more then 100 000 unique visitors (at least Wordpress admins tell me this :) and

Re: [Flashcoders] amfphp, flash 8 and netdebug

2006-01-19 Thread Gavin Lilley
Did anyone solve this problem? I ask as I have the same problem following an upgrade to Flash 8. :-( I seem to have 3 isntances of classes installed at various locations on my hard drive, but nothing is repsonding and the ncd is vital to troubleshooting - but how do I trouble shoot the ncd?!?

Re: [Flashcoders] Stolen content

2006-01-19 Thread John Grden
commercial or not, it sucks to see people just copy and paste your efforts without at least saying Thank you or hey do you mind and giving at least a link back to where you got your information. It's obvious they were capitalizing on Franto's good work. I think that sucks personally. On

RE: [Flashcoders] Stolen content

2006-01-19 Thread Mike Mountain
At least one of the sites did give credit (the french one if I recall) although it was pretty much a cut and paste job... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: 19 January 2006 13:34 To: Flashcoders mailing list

Re: [Flashcoders] Stolen content

2006-01-19 Thread franto
Thanks John, this is I want to point out :) 1 of them thanks me and add links, at least one, and I thanks him Franto On 1/19/06, John Grden [EMAIL PROTECTED] wrote: commercial or not, it sucks to see people just copy and paste your efforts without at least saying Thank you or hey do you mind

Re: [Flashcoders] Stolen content

2006-01-19 Thread erixtekila
Le 19 janv. 06, à 14:16, franto a écrit : sure, but when you try to get visitors to your site and such, google penalize such sites, where same content is on many sites... from this post, my uniques visitors per day raise from 300 to 1700, post was viewed by more then 100 000 unique visitors

Re: [Flashcoders] amfphp, flash 8 and netdebug

2006-01-19 Thread John Grden
Hey, we just finished a gig with amfphp and Xray did a great job in helping us debug the live data. We were able to trace out the remoting objects after creating them to make sure they were instantiated correctly as well as look at them through the treeview at runtime. When data returned, we

Re: [Flashcoders] Stolen content

2006-01-19 Thread franto
sharing knowledge for sure, paying hosting is just second nice feature-to-have i dont want blame anyone, and i dont copy paste content... On 1/19/06, erixtekila [EMAIL PROTECTED] wrote: Le 19 janv. 06, à 14:16, franto a écrit : sure, but when you try to get visitors to your site and such,

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Johan Lopes
I've used Doxygen for a while to document several high-profile projects and I love it. The output I got from it indicated that Doxygen didn't understand AS2, and was trying to parse the .as files as if they were Java (i.e. class names were com.something.MyClass rather than just MyClass -

RE: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-19 Thread Lightmaker (James Laver)
Thanks for the reply, I will try adding the relay responder object to the pendingCall. I assume it could be a problem with the version of the SA Flash Player for MAC installed with Flash 8. Maybe the web player and the windows projector player are slightly newer releases than the MAC.

[Flashcoders] how does ExternalInterface behave in Flash 7 and earlier

2006-01-19 Thread Manuel Saint-Victor
I've been Googling for a statement about this that I am comfortable with. I am wondering if the externalInterface is an IDE thing or player specific thing. If a user has Flash Player 7 installed does that mean no use of the externalInterface and if so how are people dealing with this? Are you

Re: [Flashcoders] Stolen content

2006-01-19 Thread Alias
Links are not content. Please end this thread. Alias On 1/19/06, franto [EMAIL PROTECTED] wrote: sure, you right, it was not my examples, it's content of my blog, link which i collected from many sites, digging, storing, writing then to the post, 1 update of post when I add 1 link last 30

RE: [Flashcoders] Stolen content

2006-01-19 Thread Adrian Lynch
I disagree. One link on it's own, such as http://www.google.com might not be, but a list of lots of search engines certainly is. Now please end this thread :OD Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alias Sent: 19 January 2006 14:42 To:

Re: [Flashcoders] amfphp, flash 8 and netdebug

2006-01-19 Thread erixtekila
Hey, we just finished a gig with amfphp and Xray did a great job in helping us debug the live data. We were able to trace out the remoting objects after creating them to make sure they were instantiated correctly as well as look at them through the treeview at runtime. When data returned, we

[Flashcoders] Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
Hi, EGO7's Flash CMS, CMSmx, allows for deep linking and search engine indexable flash content. I would like to know how this is done, without breaking any search engine optimization rules. I looked at one of the indexed pages, and it looks like the content that's loaded into flash is also

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Ron Wheeler
If you want to share your config, perhaps you could post it to this thread. There are a number of us using Doxygen and its Eclipse plug-in. I would like to see someone write a Doxygen pre-filter for AS. That is all that is required to get full ActionScipt support in Doxygen. Filters have been

[Flashcoders] Anyone help me with this?

2006-01-19 Thread Johnny Zen
Hi all I have a preloader displays ok in Firefox but not in IE In IE I just get a red X frame which stays until the flashmovie has completly loaded. Can anyone suggest why it does this? Johnny ___ Flashcoders mailing list

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
Let's all get on MM-Adobe wish list and ask for this! This has been such a huge issue in every project I've worked on that it puts me back months to do documentation. http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform Judah Johan Lopes wrote: Another thing to note is that

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Johan Lopes
Hi Ron, Here's a link to download from my Dev server (file size ~14K) http://www.statik1.com/FlashCoders/DoxyFile.zip Cheers, /Johan On 1/19/06, Ron Wheeler [EMAIL PROTECTED] wrote: If you want to share your config, perhaps you could post it to this thread. There are a number of us using

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Johannes Nel
i would much rather them work on releasing a good product than building stuff like editors(zorn is nice however) and documentation applications when there are a aready numerous things out there. On 1/19/06, Judah Frangipane [EMAIL PROTECTED] wrote: Let's all get on MM-Adobe wish list and ask

RE: [Flashcoders] Documenting my code

2006-01-19 Thread Karina Steffens
I used to use VisDoc but not anymore cause it only runs on Macs. Used BLDOC for a while and find it stops generating beyond 5000 line of code (correct me if I'm wrong). My projects are way too big for it and then I have draw the diagrams with packages such as Poseidon, ArgoUML or

[Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
Nevermind... http://osflash.org/ripple/overview H On 1/19/06, elibol [EMAIL PROTECTED] wrote: Hi, EGO7's Flash CMS, CMSmx, allows for deep linking and search engine indexable flash content. I would like to know how this is done, without breaking any search engine optimization rules. I

RE: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread zwetan
toSource toschmorze. Meaning ? Array.prototype.trace = function() { var retString = Array contents:+newline; for (var i = 0; ithis.length; i++) { retString+=i+: ; if (typeof (this[i]) == object) { for(var prop in this[i]){

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Johannes Nel
a word of caution. google can ban you for using ripple. On 1/19/06, elibol [EMAIL PROTECTED] wrote: Nevermind... http://osflash.org/ripple/overview H On 1/19/06, elibol [EMAIL PROTECTED] wrote: Hi, EGO7's Flash CMS, CMSmx, allows for deep linking and search engine indexable

[Flashcoders] OT: CFM and Remoting Hosting

2006-01-19 Thread Corban Baxter
Hey guys I am getting ready to start on little venture and I need some good hosting for Coldfusion and Flash Remoting. I found this company ViUX who has some very reasonable plans. I was wondering one if anyone had experience with them and two does anyone have any other recommendations. Thanks and

[Flashcoders] BitmapData question

2006-01-19 Thread Matt Muller
Hi, does anyone know if its possible to use getPixel or something like that to take a snapshot of a movieclip that contains some vectors and dynamic text fields and return that as a bitmap image to use elsewhere in the site, say as a reflection? Thanks MaTT

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Chris Allen
On 1/19/06, Karina Steffens [EMAIL PROTECTED] wrote: Nope, you're not wrong. I understand that the limitation is there so that when they're done with the beta they can start charging for the pro version, and keep the community version free. I prefer to keep my classes small and many, so it

RE: [Flashcoders] BitmapData question

2006-01-19 Thread Ralph Caraveo
You can snapshot any movieclip and get a reference to it's bitmapData and then use that. The techniques posted everywhere on the web. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Muller Sent: Thursday, January 19, 2006 9:59 AM To: Flashcoders

RE: [Flashcoders] BitmapData question

2006-01-19 Thread Scott Hyndman
Read the documentation on BitmapData.draw() Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Matt Muller Sent: Thu 1/19/2006 12:58 PM To: Flashcoders mailing list Cc: Subject:[Flashcoders] BitmapData question Hi, does anyone know if its possible to use

[Flashcoders] Q:creating and animating a gradient?

2006-01-19 Thread bitstreams
Hi Can someone point me to a tutorial on creating and animating a gradient in Flash 8? Didn't see anything in the dev on Macromedia(I mean Adobe) site. Thanks Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca ...all

[Flashcoders] NetStream.pause(false) sometimes pauses ??

2006-01-19 Thread mailinglists
Hello good people, I'll start with the direct question, then give some details. Is there a trick to making sure NetStream.pause(false) never pauses your FLV? I'm using Flash 8, exporting to player 8 format. When I use NetStream's pause() function with false for the argument, it pauses my

Re: [Flashcoders] OT: CFM and Remoting Hosting

2006-01-19 Thread clark slater
I recommend FusionLink. Very CF friendly, excellent network connectivity and a great control panel for configuring directory permissions for tags like cffile and cfdirectory. We've done a lot of remoting development with this host over the last year+ and it has been great:

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
Is there any way to index Flash content without that risk? On 1/19/06, Johannes Nel [EMAIL PROTECTED] wrote: a word of caution. google can ban you for using ripple. On 1/19/06, elibol [EMAIL PROTECTED] wrote: Nevermind... http://osflash.org/ripple/overview H On 1/19/06, elibol

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
Also, would you say that the EGO7 solution takes this risk as well? H On 1/19/06, Johannes Nel [EMAIL PROTECTED] wrote: a word of caution. google can ban you for using ripple. On 1/19/06, elibol [EMAIL PROTECTED] wrote: Nevermind... http://osflash.org/ripple/overview H On

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Johannes Nel
somwthing we have discussed which is not based on a redirect but is as inelegeant as anything is to tap into user driven events (mouseover and the like) to rewrite the body of the html page from the html content to a swf. this however will cause 2 loads (unless you cache the swf somehow) but won't

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
Thanks alot Johannes, you've been a big help. H On 1/19/06, Johannes Nel [EMAIL PROTECTED] wrote: somwthing we have discussed which is not based on a redirect but is as inelegeant as anything is to tap into user driven events (mouseover and the like) to rewrite the body of the html page

[Flashcoders] how to deal with user-choosable skinning

2006-01-19 Thread Chad Royer
Hi all, I've been planning a flash ria for a while, and there are a few things I'd like to do with the interface that I still haven't quite figured out, maybe you can help. The main puzzle I'm trying to work out is how I can set up a selection of alternate graphical skins for the entire

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Ian Thomas
Um. Why? And have you any concrete examples of that sort of ban? Just seems like an extremely odd decision by Google. Cheers, Ian On 1/19/06, Johannes Nel [EMAIL PROTECTED] wrote: a word of caution. google can ban you for using ripple. ___

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Johannes Nel
peter hall (the owner of the project) was told this by google in person 5 months ago. On 1/19/06, Ian Thomas [EMAIL PROTECTED] wrote: Um. Why? And have you any concrete examples of that sort of ban? Just seems like an extremely odd decision by Google. Cheers, Ian On 1/19/06, Johannes

Re: [Flashcoders] Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread John Dowdell
elibol wrote: I want to know how todo this to build a toolkit for making flash sites indexable. Just checking... you're aware that Google already reads text inside a SWF, right? (Try a search term like contrary evidence filetype:swf to confirm.) jd -- John Dowdell . Adobe Developer

[Flashcoders] expanding a second array given values of the first array

2006-01-19 Thread Merrill, Jason
Should be pretty straightforward, but I am having trouble wrapping my head around it. I want to create an array of N length, which is expanded according to the values of another array. What I mean is, for example: taskSet = [2,1,5,1,3] //values of how much the new array should expand I want to,

[Flashcoders] TextFormat input text

2006-01-19 Thread Bill Napier
It was defined with var myStyle but you're right it had to be b_txt.setNewTextFormat(myStyle); to pick it up. Thanks, Bill ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] expanding a second array given values of the firstarray

2006-01-19 Thread Andreas Weber
Like so? taskSet = [2,1,5,1,3]; taskSetExpanded = new Array(); for(var i=0, len=taskSet.length; ilen; i++){ for(j=0; jtaskSet[i]; j++){ if(!j){ var res = 0; for(k=0; k=i; k++){ res +=

Re: [Flashcoders] Public examples of Business RIAs

2006-01-19 Thread John Dowdell
matt stuehler wrote: I'd like to develop a showcase of a RIAs developed in Flash. More here: http://www.macromedia.com/showcase Choose Rich Internet Applications from the Project Type listbox... twenty-five case studies there. (Not all of them may have live examples on-web, but there's

Re: [Flashcoders] expanding a second array given values of the firstarray

2006-01-19 Thread Dimitrios Bendilas
Hi there, Try this a = [2,1,5,1,3]; var l:Number = a.length; var i:Number = -1; var b:Array = []; var sum:Number = 0; while (++i l) { sum += a[i]; trace(sum); var tmp:Array = []; var n:Number = a[i]; while (--n = 0) { tmp [n] = sum; } b = b.concat(tmp); } trace(b); Regards, Dimitrios

RE: [Flashcoders] expanding a second array given values of thefirstarray

2006-01-19 Thread Merrill, Jason
Yes, perfect - thank you! Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Andreas Weber Sent: Thursday, January 19, 2006 3:15 PM To: 'Flashcoders mailing list' Subject:

Re: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread Chris Allen
Try using Xray http://osflash.org/xray It comes with a tt(YourObject) method that will recursively trace your objects. It also allows you to inspect objects, MovieClips or whatever is in your Flash movie and manipulate them with a GUI at run-time. It's freaking great! -Chris

[Flashcoders] (Re-re-post) Desperate Plea for HELP: Php data exchange worked in F7, breaks in F8

2006-01-19 Thread Marc Hoffman
[Re-re-posting. Please, can anyone help with this before I've lost my hair and my livelihood? Thanks!] This is a case where data exchange works in Flash 7 but not in Flash 8. I've seen lots of articles on this, but they're either extremely complicated or don't quite seem applicable (in part

Re: [Flashcoders] Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
peter hall (the owner of the project) was told this by google in person 5 months ago. I would assume that the indexing method follows patterns that are similiar to domains that abuse SEO, and so, like a virus scanner would, the domain is flagged the same as an abusing domain is flagged. I

Re: [Flashcoders] Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Johannes Nel
I would assume that the indexing method follows patterns that are similiar to domains that abuse SEO, and so, like a virus scanner would, the domain is flagged the same as an abusing domain is flagged. I think this distinction is important, as to not assume that google is exclusively targeting the

Re: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread John Grden
You can also just use the XrayTrace class if you'd like and modify it to your liking. One thing that it has built in is recursion checking - ie - you won't hit a 256 levels of recursion error, which wasn't addressed in the above mentioned methods. If you have an array with objects or pointers

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
There are a lot of JavaDoc documentation products but very little that produce the mxi, custom actions and flash help. This takes up a huge development time. If you have a developer doing Flash Help thank him. It's actually a lot of work. It's like going back to hand coding html pages when

Re: [Flashcoders] Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread John Dowdell
elibol wrote: I don't expect that our clients would like their sites searchabe only by appending filetype:swf with every search. No, you wouldn't need to... the use of the filetype: term in my search query just meant that you wouldn't see all the other web content in your results. It's not

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
Hi Jobe, I just wrote up a document for using this. Here it is below: Email me offlist to get the template file I created. *** Packaging a component can be quite troublesome. Here are some steps to help you get the most out of it. -

Re: [Flashcoders] clearInterval question

2006-01-19 Thread Jason Lutes
If I hit clearInterval() while it's waiting, does it hit that function one more time or stop it immediately? I'm having some kind of ghosted thing happening over here... The following is about all you can do. In my experience it works immediately, every time. clearInterval(intervalVariable);

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread Claus Wahlers
Is there any way to index Flash content without that risk? http://wahlers.com.br/claus/blog/seffs-to-flash-or-not-to-flash/ cheers, claus. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] addEventListener - MovieClip wants to pass event to containing class

2006-01-19 Thread Lanny McNie
Thats not how EventDispatcher works. Firstly, you need a movieclip whose class has EventDispatcher tied into it (like the v2 components do). Once that's working, the correct syntax is: mc.addEventListener(click, this); function click() { // do stuff } On 1/19/06, Steve Warren [EMAIL

Re: [Flashcoders] clearInterval question

2006-01-19 Thread Lanny McNie
The function will not run again. On 1/18/06, Jason Lutes [EMAIL PROTECTED] wrote: If I hit clearInterval() while it's waiting, does it hit that function one more time or stop it immediately? I'm having some kind of ghosted thing happening over here... The following is about all you can

RE: [Flashcoders] populating Text Fields in nested Array

2006-01-19 Thread Adrian Lynch
I didn't know that. Thanks for the heads up. If that is the case, use the string reference to fill the array up c.createTextField(sctnNmTxt+sctnNmTxt_d, sctnNmTxt_d, sctnNmTxt_x, sctnNmTxt_y, sctnNmTxt_w, sctnNmTxt_h); sctnNm_array[1] = c[sctnNmTxt+sctnNmTxt_d]; I think. Adrian -Original

Re: [Flashcoders] Re: Search engine indexable Flash content; anyone with insight please help!

2006-01-19 Thread elibol
That's a great article Claus, I appreciate it alot. cheers, H On 1/19/06, Claus Wahlers [EMAIL PROTECTED] wrote: Is there any way to index Flash content without that risk? http://wahlers.com.br/claus/blog/seffs-to-flash-or-not-to-flash/ cheers, claus.

Re: [Flashcoders] Flash mp3 player

2006-01-19 Thread mika
thx a lot for the input, the flam player looks just great. I found http://www.radioblogclub.com/ to be very promising. A little heavy on the cpu, lacks skins, but stilll a good player. 2006/1/19, Danger [EMAIL PROTECTED]: http://www.thegoldenmean.com/technique/fmx_mp3-3_14.html On 1/19/06,

Re: [Flashcoders] Slice-9 weirdness

2006-01-19 Thread Troy Rollins
On Jan 19, 2006, at 4:49 PM, Charles Parcell wrote: Is there some magic voodoo mantra that I did not read about?? Is there something that breaks them? Are others having issues with it? Well, it only shows in test movie, you know that right? -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] BitmapData question

2006-01-19 Thread Ramon Tayag
Here, force to bitmap class that I made: http://www.flashkit.com/board/showthread.php?t=659163highlight=force+bitmap On 1/20/06, Matt Muller [EMAIL PROTECTED] wrote: Hi, does anyone know if its possible to use getPixel or something like that to take a snapshot of a movieclip that contains some

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Duncan Reid
Not sure if this has been mentioned but there is also ZenDoc written in php that has multiple output modes based on templates, i've played a little with the demo and it looks promising, plus it's free and open as far as i can tell... http://www.senocular.com/projects/?project=ZenDocpage=demo

Re: [Flashcoders] Slice-9 weirdness

2006-01-19 Thread eric dolecki
are you publishing to flash 8? On 1/19/06, Troy Rollins [EMAIL PROTECTED] wrote: On Jan 19, 2006, at 4:49 PM, Charles Parcell wrote: Is there some magic voodoo mantra that I did not read about?? Is there something that breaks them? Are others having issues with it? Well, it only shows

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Ron Wheeler
Thanks Ron Johan Lopes wrote: Hi Ron, Here's a link to download from my Dev server (file size ~14K) http://www.statik1.com/FlashCoders/DoxyFile.zip Cheers, /Johan On 1/19/06, Ron Wheeler [EMAIL PROTECTED] wrote: If you want to share your config, perhaps you could post it to this

[Flashcoders] Mixing SMX and MM V2 Components

2006-01-19 Thread Dave Caygill
Hiya, Is it possible to mix SMX components and MM's v2 components? I seem to be having trouble detecting events after adding SMX components. Even a simple test of adding a MM button (btn) to the stage and using the following to add an event listener: lo = {}; lo.click = function(evt){

RE: [Flashcoders] Mixing SMX and MM V2 Components

2006-01-19 Thread Bjorn Schultheiss
Without being experienced with SMX components I would say I doubt it. You might want to place the code below inside the mm components parent onLoad handler. Methods do not clash when they are in separate classes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Flashcoders] addEventListener - MovieClip wants to pass event tocontaining class

2006-01-19 Thread Bjorn Schultheiss
Or you could use delegate to deal with any scope issues And if Element extends MovieClip you may want to place them in onLoad for good practice. Public function onLoad( event : Object ) : Void { mc.addEventListener(ALL, Delegate.create( this, handlerMethodName )) } -Original

RE: [Flashcoders] NetStream.pause(false) sometimes pauses ??

2006-01-19 Thread Bjorn Schultheiss
One idea may be to disable 1b if the playback is paused And disable 1c if it is playing. That way they is no confusion -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 20 January 2006 5:34 AM To: Flashcoders Mailing List

RE: [Flashcoders] v2 tab component

2006-01-19 Thread Bjorn Schultheiss
I've got my own standalone framework for a tab system with display panels. Though you need to build the tab button with library symbols. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Caygill Sent: Thursday, 19 January 2006 12:26 PM To:

[Flashcoders] NetConnection Debugger not working in Flash 8?

2006-01-19 Thread Grant Cox
I have just upgraded my workflow to Flash 8 and the latest MTASC today, and found that while my Remoting calls were working, nothing was printing in the NetConnection Debugger. After some debugging I have found that I cannot get anything to print to the NetConnection Debugger even from within

[Flashcoders] Q:Class relationship puzzle

2006-01-19 Thread bitstreams
Hi I have several Classes, lets call these GlobalA, GlobalB, GlobalC that are referenced by global variables and instantiated by a main or Application class . I also have another class, lets call it Local, that references one of these Global classes and passes an Object to one of its' (let's

Re: [Flashcoders] Q:Class relationship puzzle

2006-01-19 Thread John Grden
I guess it depends on the role of Local to GlobalA - is the information that Local provides necessary for GlobalA to do it's job? On 1/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I have several Classes, lets call these GlobalA, GlobalB, GlobalC that are referenced by global variables

[Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields in nested Array

2006-01-19 Thread cristian
Hello- I'm still having trouble trying to populating empty Text Fields with another array of strings. I have looked through the archives with no goal reaching luck. Any help would be appreciated. Thanks in advance xtianim This is my revised code that although continues with no syntax

Re: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields innested Array

2006-01-19 Thread pixelassembly
Just a quick one, are you sure about the very first line ? where are you creating the movieclip ? maybe it should be this.createEmptyMovieClip(... or someOther_mc.this.createEmptyMovieClip(... glenn //create a container called c c = c.createEmptyMovieClip(c, 1); /*

RE: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields innested Array

2006-01-19 Thread John Berzy
createTextField() Returns TextField - Flash Player 8 returns a reference to the TextField object that is created. Flash Player versions earlier than 8 return void. If your using a player earlier then flash 8 then your problem is createTextFeild does not return a reference to that newly

Re: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields in nested Array

2006-01-19 Thread John Grden
1. what's c? it's not defined as far as I can tell. I set it to this thinking you might be extending the MovieClip class. 2. you weren't calling populate() 3. you don't need that third nested clip (k), in fact, you don't need the second one either 4. you were setting the created text field to

RE: [Flashcoders] NetConnection Debugger not working in Flash 8?

2006-01-19 Thread Steven Sacks
Did you install Remoting for Flash 8? Did you put the remoting components on the stage of your movie? Did you try manually tracing? NetDebug.trace(Hello world); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Grant Cox Sent: Thursday, January

RE: [Flashcoders] how to deal with user-choosable skinning

2006-01-19 Thread Steven Sacks
It's easy to do with vector or bitmap graphics. For bitmap, make your buttons color free transparent PNGs, using semi-transparent greyscale shading and shaping. Under the button, mask a movieclip with a rectangle in it - have the button shape be the mask (usually works, you might need to play

Re: [Flashcoders] NetConnection Debugger not working in Flash 8?

2006-01-19 Thread Grant Cox
Yes, yes, and yes. And in Flash 7 it works, but not Flash 8. Steven Sacks wrote: Did you install Remoting for Flash 8? Did you put the remoting components on the stage of your movie? Did you try manually tracing? NetDebug.trace(Hello world); -Original Message- From: [EMAIL

[Flashcoders] #3revision:populatingTextFieldsInNestedArray

2006-01-19 Thread cristian
Thanks all for the feed back.I deeply appreciate it. I revised my code so that: c = c.createEmptyMovieClip(c, 1); is now: c = this.createEmptyMovieClip(c, 1); and I now have this as well: /* //populate each movie clip with an empty text field */ sctnNm_array[0][1]; for (j=0;