Re: [Flashcoders] Playing big FLV files (locally) - where's the problem ?

2007-03-16 Thread Ramon Miguel M. Tayag
You can sure use RED5 but if all you need to do is play the video, setting up and maintaining a server might be a lot of work. Look into multiple FLV file playing. It plays a list of FLV files seamlessly, but it has many advantages. I know it's been done but I'm quite sure the source hasn't

[Flashcoders] Q: Differences in Mozilla vs IE player...why?

2007-03-16 Thread moveup
Hi Though I'd ask the flash community their opinion since this has been on my mind lately and has caused no shortage of grief. Perhaps the title of my post should be 'Why is the Mozilla/Firefox Flash Player plugin so much better?' One thing I've noticed is that an iidentical flash app played

[Flashcoders] AS3 ApplicationDomain example fails to compile

2007-03-16 Thread Douglas Pearson
Does anyone have a simple example of compiling AS3 classes into one SWF and loading and accessing them from a second SWF? The example from Programming ActionScript 3.0 showing how to do this doesn't seem to compile: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?hr

RE: [Flashcoders] Site Check - Seems Fine

2007-03-16 Thread Adrian Lynch
Not my site but after seeing how long this takes to load, if it loads, I'd go for the loading images when needed approach. Or better yet, load them from a que and make it so you can push items to the front of the que when they are requested. -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] Can Flash or Director open a browser window with limited chrome

2007-03-16 Thread Kenneth Kawamoto
If you use Director you can actually display HTML documents in the Director window (MIAW) - in fact you can build your own browser with all the usual features of web browsers. This requires an xtra such as WebXtra. You can dress up the window in anyway you like - even in any shape you like.

[Flashcoders] Component and attachMovie

2007-03-16 Thread Matthias Dittgen
Hello, sorry, but I can't find the solution. I want to create a component (or some other kind of precompiled movieclip) to hide some logic and MovieClip Symbols used by that logic. :-) I have a MovieClip Symbol Framework in the library which is linked to a Class Framework.as in the same

Re: [Flashcoders] shared object default size limit

2007-03-16 Thread Geoff Stearns
the default is 100k, so if you need less than that, you don't need to call flush() On Mar 14, 2007, at 4:44 PM, Matthew Ganz wrote: hi. is there a default size for a shared object? i know thru the settings you can set it to different values, but when i test a flash app that wants to

Re: [Flashcoders] question about txt files and flash

2007-03-16 Thread Omar Fouad
if you are using flash pro 8, than you shouldnt face any problem regarding text file size.. On 3/15/07, Paul Andrews [EMAIL PROTECTED] wrote: I've managed to load a 500K file using LoadVars.. Paul - Original Message - From: Mick G [EMAIL PROTECTED] To:

RE: [Flashcoders] Flash - using the back button

2007-03-16 Thread Karim Beyrouti
Lovely - SWFAddress looks very nice... thank you all for the links and advice... Karim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Henry Sent: 15 March 2007 23:45 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Flash - using

Re: [Flashcoders] component not showing online but with simulated download

2007-03-16 Thread ABOLIN .
hi, i bet this is just a little thing that i keep overlooking, any help/ideas would be great. i attach a textarea and a list component later in my movie. they show fine when i test the movie with the bandwidth profiler/simulated download, but not online. problem online is - when testing

[Flashcoders] Re: Component and attachMovie

2007-03-16 Thread Matthias Dittgen
Hello again, it is just as usual. Thanks list, that I wrote something about my problem - this way I've found a solution (not the best, but acceptable). I have placed all Symbols to the Stage of the Component and removed the instances at start. After been one time to stage, I can attach them

RE: [Flashcoders] http error 302 on upload with filereference object

2007-03-16 Thread Smeets, Ben
Had similar woes ;) The important thing is 1) Firefox does things differently 2) Mac does things differently. If both are true in your situation, the one thing that pops in mind is the fact that your server upload handling script, always needs to return something for the upload to succeed. E.g.

RE: [Flashcoders] Q:remove returns in text string or in text strings in XML

2007-03-16 Thread Derek Lords
If you would prefer not to strip them then you could replace with the HTML entity. I can never remember exactly what they are so here's a cheatsheet. http://theorem.ca/~mvcorks/cgi-bin/unicode.pl.cgi?start=2400end=243F Sincerely, Derek Lords www.itsimmediate.com phone:

[Flashcoders] is there a export to first frame size limit

2007-03-16 Thread Matthias Dittgen
Hello, my earlier mentioned Component works in an empty FLA, but not in a FLA File that exports huge symbol to first frame itself. Especially the embedded font of the Component does not work then. That's why I think, there might be a limit for exporting to the first frame. Is there? When I

Re: [Flashcoders] Playing big FLV files (locally) - where's the problem ?

2007-03-16 Thread Tom Rhodes
if he's just talking about locally though i don't see the problem, he can just install red5 on the machine he wants to show the video on. it's pretty painless to install red5 and stream off the hardrive using that. pretty sure we all have it set up like that to test stuff... yeah red5 is for

Re: [Flashcoders] Q: Differences in Mozilla vs IE player...why?

2007-03-16 Thread Jake Prime
Hi From your email address I would have guessed that you use Mac and were talking about the Mac plugins, but then again I'm guessing you wouldn't be running IE on the Mac these days, so you must be talking PC. Personally I can't say I've experienced any differences on the PC plugins, other

Re: [Flashcoders] Site Check

2007-03-16 Thread Omar Fouad
It has loaded and it works great;;; And nice shots!! On 3/15/07, Parvaiz Patel [EMAIL PROTECTED] wrote: It's working here... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of promo+biboune.net Sent: Wednesday, March 14, 2007 11:21 PM To:

Re: [Flashcoders] question about txt files and flash

2007-03-16 Thread Gustavo Duenas
Thanks pedro what is xml api...? would you mind to explain me...I don't get this much, I only know how to use the loadVariables sin order to load the content in a text field. Regards Gustavo On Mar 14, 2007, at 4:09 PM, Pedro Taranto wrote: if you are reading a xml file, you shold use

Re: [Flashcoders] Flash - using the back button

2007-03-16 Thread Omar Fouad
u link the button with a java script command the one that gets the history of the current page back one page... On 3/16/07, Karim Beyrouti [EMAIL PROTECTED] wrote: Lovely - SWFAddress looks very nice... thank you all for the links and advice... Karim -Original Message- From: [EMAIL

Re: [Flashcoders] Site Check

2007-03-16 Thread Gustavo Duenas
finally I got it...but it is exactly as the one you have in the simon- mills.co.uk but anyway, isn't take too long to load? I guess so. I'd recommended to use external swf files, and is a nice site, neat, clear and the message stands clear. Regards Gustavo P.s: how do you did the loader

Re: [Flashcoders] Component and attachMovie

2007-03-16 Thread R�kos Attila
Symbols exported for AS will not be compiled into the component, since the compiler doesn't know which of them is really required, so place an instance of the required movieclip symbols onto the stage of your component (e.g. on a never reachable frame) to ensure that they will be included into

[Flashcoders] flash cms

2007-03-16 Thread Chris Tague
Hello, The other day i ran accross a link to a CMS system specifically for flash that doesn't require a database, i can't for the life of me find that link now...anyone know what i was talking about? I think it was developed by a fairly well known flash developer.. anyone help me out? thanks!

Re: [Flashcoders] Q:remove returns in text string or in text strings in XML

2007-03-16 Thread Helmut Granda
Kind of hard to offer a solution for a third party utilities without having the name of the utility. ...helmut On 3/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I'vm using a utility to convert my flash objects to xml. It works great except if one of my objects happens to be text

Re: [Flashcoders] Re: Component and attachMovie

2007-03-16 Thread Muzak
http://livedocs.macromedia.com/flash/8/main/3024.html Read the Editing the movie clip part. regards, Muzak - Original Message - From: Matthias Dittgen [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, March 16, 2007 8:22 AM Subject:

Re: [Flashcoders] component not showing online but with simulateddownload

2007-03-16 Thread Muzak
- In the Flash IDE: Select File Publish Settings. - Click the Flash tab. - Click the Settings button - In the ActionScript Settings dialog box, specify the frame on which the class definition should reside in the Export Frame for Classes text box. regards, Muzak - Original Message -

RE: [Flashcoders] Datagrid sorting

2007-03-16 Thread Merrill, Jason
You should add a listener to the DataGrid Nah, when you change the dataProvider for a datagrid, the datagrid fires an event anyway. All, I had posted I figured it out on my own, thanks anyway! Much appreciated. I used: lobAdmins_dg.dataProvider.sortItemsBy(lob, ASC); Odd that there is a

Re: [Flashcoders] remoting question

2007-03-16 Thread Mick G
I'm not aware of a way to do this either. In the past I've just had an animated progress bar that loops and illustrates loading is taking place - the animation is started when the call is made and stopped when results are returned. On 3/15/07, Glen Pike [EMAIL PROTECTED] wrote: Hi, I

Re: [Flashcoders] I have small doubt

2007-03-16 Thread Gustavo Duenas
thanks pals I just wanted to know how possibly I can do it. thanks for the tip I'm gonna run this in the coldfusion lists in order to know more about that. regards Gustavo On Mar 14, 2007, at 6:05 PM, Omar Fouad wrote: Yes the only way to do it is using server side scripts as you cannot

RE: [Flashcoders] Site Check

2007-03-16 Thread Merrill, Jason
Again, http://osflash.org/flashcoders/etiquette#no_sitechecks Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] question about txt files and flash

2007-03-16 Thread Paul Andrews
Well google with flash xml will swamp you with info... Here's a start: http://www.communitymx.com/content/article.cfm?cid=D1CB3 Paul - Original Message - From: Gustavo Duenas [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, March 16, 2007 12:46 PM Subject: Re:

Re: [Flashcoders] Q: Differences in Mozilla vs IE player...why?

2007-03-16 Thread Geoff Stearns
most performance differences are negligible between the players. if you are seeing bugs because of slow code execution, you are probably writing some Very Bad Code and should consider changing the way your app is put together (eg. use callbacks for when dependancies finish, etc.) The

[Flashcoders] Super and this

2007-03-16 Thread Danny Kodicek
Just a quick check, as I'm more used to Director's inheritance model than Flash's! I have an object A which extends B, which in turn extends MovieClip Object B has a method 'fGetElementAt' which returns a movieclip In A, I want to extend this by adding some extra code on top: (leaving out

RE: [Flashcoders] Site Check

2007-03-16 Thread Adrian Lynch
Math.round() should do it. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gustavo Duenas Sent: 16 March 2007 13:01 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Site Check finally I got it...but it is exactly as the one you have

RE: [Flashcoders] Non-Unicode

2007-03-16 Thread Danny Kodicek
Hi Danny, I think this same thing (or something very similar) came up on the Director DIRECT-L list in the past few months. If you don't have it, here are links for that list: To SUBSCRIBE or to UNSUBSCRIBE go to http://listserv.uark.edu/archives/direct-l.html and click on Join or

RE: [Flashcoders] xml parse question - Steve Sacks

2007-03-16 Thread Merrill, Jason
Here's XML2AS as an AS2 static class for her pleasure. Steve, I've used a lot of XML parsers, and have never found one I've been fully satisfied with. I've seen you post this a few times before, but I couldn never get yours working right, so I thought I would try again. I like the simplicity

[Flashcoders] Re: Flashcoders Digest, Vol 3, Issue 46

2007-03-16 Thread Josh Ettwein
Never mind... It was an upload hook in Apache hijacking my post... got it figured out, it appears. Thanks anyhow. On Mar 16, 2007, at 4:51 AM, flashcoders- [EMAIL PROTECTED] wrote: Message: 13 Date: Thu, 15 Mar 2007 16:49:55 -0700 From: Josh Ettwein [EMAIL PROTECTED] Subject:

[Flashcoders] command-line mpeg to flv conversion tool?

2007-03-16 Thread Sam
Anyone have suggestions or links to any command-line video converters? Thanks in advance for any help. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Q:remove returns in text string or in text stringsin XML

2007-03-16 Thread Paul Andrews
- Original Message - On 3/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I'vm using a utility to convert my flash objects to xml. It works great except if one of my objects happens to be text content with returns the returns are save as part of the xml. Can anyone offer me an

Re: [Flashcoders] Flash - using the back button

2007-03-16 Thread Marc Hoffman
Am I missing something? When I try the included example files and move around among the Flash pages, the browser back button does nothing. I.E. and Firefox. - Marc At 05:49 AM 3/16/2007, you wrote: u link the button with a java script command the one that gets the history of the current page

Re: [Flashcoders] Super and this

2007-03-16 Thread T. Michael Keesey
On 3/16/07, Danny Kodicek [EMAIL PROTECTED] wrote: Just a quick check, as I'm more used to Director's inheritance model than Flash's! I have an object A which extends B, which in turn extends MovieClip Object B has a method 'fGetElementAt' which returns a movieclip In A, I want to extend this

[Flashcoders] Re: Flashcoders Digest, Vol 3, Issue 47

2007-03-16 Thread Josh Ettwein
Ok... got that worked out late last night - had it return some XML (I'm sure empty string would have worked as well) and all is good. However - do you know anything about issues with the flash player circumventing the browser's proxy settings? If I set the upload path directly to my dev

Re: [Flashcoders] Super and this

2007-03-16 Thread Andy Herrman
So, when you instantiate a class that extends other classes, there is only one actual object that's created. So `this` would always return the same object, whether in code written in A or in B. super is simply used so that you can reference the parent class's implementation of certain functions

[Flashcoders] Q:using printjob class

2007-03-16 Thread moveup
I'm using the default printjob class as listed in the help pages. I was wondering if there is a way to; 1) always make a printer default to landscape mode and 2) specify that certain movieclips DO NOT PRINT //code begin var my_pj:PrintJob = new PrintJob(); var

Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-16 Thread Andy Herrman
You can tell Flash to not scale the contents of the movie when it is resized, so you should be able to just set the object tag values to the size you want. Try putting the following in the first frame: Stage.scaleMode = noScale; That will tell it not to scale things. Then, when the window

Re: [Flashcoders] Re: Component and attachMovie

2007-03-16 Thread Matthias Dittgen
Now I understand... Thanks, Muzak and Attila!!! 2007/3/16, Muzak [EMAIL PROTECTED]: http://livedocs.macromedia.com/flash/8/main/3024.html Read the Editing the movie clip part. regards, Muzak - Original Message - From: Matthias Dittgen [EMAIL PROTECTED] To: Flashcoders mailing

Re: [Flashcoders] command-line mpeg to flv conversion tool?

2007-03-16 Thread Mark Winterhalder
On 3/16/07, Sam [EMAIL PROTECTED] wrote: Anyone have suggestions or links to any command-line video converters? Thanks in advance for any help. ffmpeg. Maybe mencoder can do it, too, I don't know. HTH, Mark ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] command-line mpeg to flv conversion tool?

2007-03-16 Thread Jordan L. Chilcott - Interactivity Unlimited
We've used the Flix Engine for a few clients. I believe it should handle what you are looking for. jord On 3/16/07, Sam [EMAIL PROTECTED] wrote: Anyone have suggestions or links to any command-line video converters? Thanks in advance for any help. -- Jordan L. Chilcott, President

Re: [Flashcoders] Super and this

2007-03-16 Thread Paul Andrews
My question: will the 'this' parameter refer to the same object in the superclass as it does in object A? Yes - Original Message - From: Danny Kodicek [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Friday, March 16, 2007 2:48 PM Subject:

RE: [Flashcoders] xml parse question - Steve Sacks

2007-03-16 Thread Steven Sacks | BLITZ
Hey Jason, You don't say .nodeValue - the nodeValue is just the first item in the Array. Technically, it's a String object. Here is a sample class that parse that entire xml and traces it out. In your timeline just put: import com.Test; var test:Test = new Test(); And you'll see it trace the

[Flashcoders] Need www.dancesisterdance.com type flash site [ PAID GIG ]

2007-03-16 Thread Mike Dunlop
Hi folks, We are looking to develop a site with very similar functionality in flash to the www.dancesisterdance.com site. We will obviously have a different motif but will want the same features, allow users to choose different outfits and hairstyles and upload their faces (with

RE: [Flashcoders] Super and this

2007-03-16 Thread Danny Kodicek
Yes. LOL - long question, short answer, thanks. Danny ___ 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

Re: [Flashcoders] flash / ajax

2007-03-16 Thread John Dowdell
bruce wrote: looking at implementing an ajax widget and wanted to know if anybody's combined ajax and flash to be able to implement a cross-domain solution? I don't know of any, but I do know that this would be of interest to many: http://ajaxian.com/archives/current-concerns-with-ajax

RE: [Flashcoders] Super and this

2007-03-16 Thread Danny Kodicek
So, when you instantiate a class that extends other classes, there is only one actual object that's created. So `this` would always return the same object, whether in code written in A or in B. Makes sense. A much better system than Lingo, which takes a bit of messing with to make it

Re: [Flashcoders] Q: Differences in Mozilla vs IE player...why?

2007-03-16 Thread John Dowdell
[EMAIL PROTECTED] wrote: One thing I've noticed is that an iidentical flash app played in both Firefox and IE doesn't always play the same. That's true... browsers differ in how they allocate CPU cycles to plugins. They don't really document this well, either. One extreme is Safari, which

RE: [Flashcoders] Q:using printjob class

2007-03-16 Thread Merrill, Jason
I'm using the default printjob class as listed in the help pages. I was wondering if there is a way to; 1) always make a printer default to landscape mode and I know the answer to #1 is no. Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools

RE: [Flashcoders] xml parse question - Steve Sacks

2007-03-16 Thread Merrill, Jason
Thanks, I'll try out your sample and expand on that. BTW, why did you throw in the Date object - were you going to use that to append to the XML path string as a cache buster? I see you declared it, but didn't use it again. Jason Merrill Bank of America Global Technology Operations Learning

Re: [Flashcoders] flash / ajax

2007-03-16 Thread Pedro Taranto
i havent use but there it is: http://www.aflax.org/ --Pedro Taranto John Dowdell escreveu: bruce wrote: looking at implementing an ajax widget and wanted to know if anybody's combined ajax and flash to be able to implement a cross-domain solution? I don't know of any, but I do know that

Re: [Flashcoders] Q:using printjob class

2007-03-16 Thread Ian Thomas
Hi there, 1) You can't make the printer default to landscape, but you can rotate the clips that you are printing. 2) To make clips not print, either build the clips that you want to print into a seperate subtree and print the parent clip of that (you could even do that offscreen) or simply set

Re: [Flashcoders] Q:using printjob class

2007-03-16 Thread Hans Wichman
Hi, i dont know if it helps, but i posted a piece of movieclip printing code here: http://objectpainters.com/blog/?p=9 It basically prints a movieclip you pass it scaled-to-fit. Option 1 and 2 describes rotating along with a landscape setting or not rotating along with it. It might help you

[Flashcoders] math.round question

2007-03-16 Thread Gustavo Duenas
hi, this is the code of my loader. if(_framesloaded 0 _framesloaded == _totalframes){ gotoAndPlay(beginMovie); } else{ loadProgressOutput = this.getBytesLoaded()*100/getBytesTotal(); } in order to have the percentage without the decimals...Adrian Lynch told me that I need

Re: [Flashcoders] math.round question

2007-03-16 Thread Pedro Taranto
loadProgressOutput = Math.round(this.getBytesLoaded()*100/this.getBytesTotal()); --Pedro Taranto Gustavo Duenas escreveu: hi, this is the code of my loader. if(_framesloaded 0 _framesloaded == _totalframes){ gotoAndPlay(beginMovie); } else{ loadProgressOutput =

Re: [Flashcoders] math.round question

2007-03-16 Thread Gustavo Duenas
thanks man...that looks great regards Gustavo On Mar 16, 2007, at 5:54 PM, Pedro Taranto wrote: loadProgressOutput = Math.round(this.getBytesLoaded()*100/ this.getBytesTotal()); --Pedro Taranto Gustavo Duenas escreveu: hi, this is the code of my loader. if(_framesloaded 0

RE: [Flashcoders] Q:using printjob class

2007-03-16 Thread Steven Sacks | BLITZ
1) always make a printer default to landscape mode and I know the answer to #1 is no. and... 1) You can't make the printer default to landscape, but you can rotate the clips that you are printing. Actually, you can! PrintJob is a poorly written class that you have to make special

RE: [Flashcoders] Q:using printjob class

2007-03-16 Thread Steven Sacks | BLITZ
Here's a shorter version of that link showing how to do it. Code written by me. http://tinyurl.com/38he4a ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Q:using printjob class

2007-03-16 Thread Ian Thomas
On 3/16/07, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: 1) always make a printer default to landscape mode and I know the answer to #1 is no. and... 1) You can't make the printer default to landscape, but you can rotate the clips that you are printing. Actually, you can! Um -

RE: [Flashcoders] Q:using printjob class

2007-03-16 Thread Steven Sacks | BLITZ
And on my blog: http://www.stevensacks.net/2007/03/16/force-landscape-printing-with-prin tjob/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] math.round question

2007-03-16 Thread T. Michael Keesey
What is loadProgressOutput? If it's a text field, you need to set its text property, e.g.: loadProgressOutput.text = String(Math.round(100 * getBytesLoaded() / getBytesTotal())); or even: loadProgressOutput.text = String(Math.floor(100 * getBytesLoaded() / getBytesTotal())) + %; I'd recommend

RE: [Flashcoders] Q:using printjob class

2007-03-16 Thread Steven Sacks | BLITZ
There is no difference between printing a rotated clip in portrait or a non-rotated clip in landscape. A printer does the same thing when it prints an image in landscape. Technically, I'm telling the printer to print in landscape mode even when it's not set to print in landscape mode. My script

[Flashcoders] Switching the current NetStream publish client

2007-03-16 Thread Karina Steffens
Hi List, I'm currently wrangling with a problem, that seemed fairly straightforward originally... I have a chat application, to which I need to introduce a new feature that allows the Chat Admin to switch the user that has the floor. This is done by setting a flag in the chat so, which tells all

Re: [Flashcoders] Q:using printjob class

2007-03-16 Thread Ian Thomas
On 3/16/07, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: There is no difference between printing a rotated clip in portrait or a non-rotated clip in landscape. A printer does the same thing when it prints an image in landscape. Technically, I'm telling the printer to print in landscape mode

[Flashcoders] Addressing functions in frame script from class script

2007-03-16 Thread Danny Kodicek
If I have a class that extends MovieClip, and various movieClips that use that class, is there a way for a function in the class to speak to a function that's on the first frame of the clip? Or is it not possible to mix and match scripting styles like that? (leaving aside the question of whether

Re: [Flashcoders] Take me off your list

2007-03-16 Thread Blaine Fisher
Sorry to spam the list, but I've unsubscribed three times now, and am still getting mail. It's not that I don't like the list, either, it's just too many messages filling up my Pending box. Hopefully someone who runs the list will read this, and will be kind enough to take me off the list. I

Re: [Flashcoders] Addressing functions in frame script from class script

2007-03-16 Thread Pedro Taranto
if you are using classes, why do you have code in the movieclip timeline ??? --Pedro Taranto Danny Kodicek escreveu: If I have a class that extends MovieClip, and various movieClips that use that class, is there a way for a function in the class to speak to a function that's on the first

RE: [Flashcoders] Addressing functions in frame script from classscript

2007-03-16 Thread Danny Kodicek
if you are using classes, why do you have code in the movieclip timeline ??? Because sometimes it's easier that way. (And because this is a legacy project that I'm trying not to *completely* rewrite...). Specifically, I've already got a load of movieclips with similar functionality, which I

Re: [Flashcoders] Take me off your list

2007-03-16 Thread Duncan Reid
Hi Blaine, scroll all the way to the bottom of this page, you will see the list owners email address, you can email him directly... http://chattyfig.figleaf.com/mailman/listinfo/flashcoders regards, Dunc On 3/16/07, Blaine Fisher [EMAIL PROTECTED] wrote: Sorry to spam the list, but I've

Re: [Flashcoders] Addressing functions in frame script from class script

2007-03-16 Thread Paul Andrews
The way to do it is to move your function from the frame script into a class even though you may not ideally want to. Make them static functions. To be able to use the functions in the frame code, you would then just refer to classname.functionName() rather than plain functionName(). If you

Re: [Flashcoders] flash cms

2007-03-16 Thread Ramon Miguel M. Tayag
This one? http://www.flashloaded.com/flashcomponents/fcms/ On 3/16/07, Chris Tague [EMAIL PROTECTED] wrote: Hello, The other day i ran accross a link to a CMS system specifically for flash that doesn't require a database, i can't for the life of me find that link now...anyone know what i was