Re: [Flashcoders] Need help creating an old-skool arc or circularscrollbar

2007-05-24 Thread Matthias Dittgen
Mark is true. Respect! :-) I used Math.atan(), too and if/else to know, in which quadrant of the circle the drag element is moved. I uploaded my quickdirty source now. Please be kind! :-) http://lizu.net/circle.swf http://lizu.net/circleSrc.zip it consists of the circle drag mechanism, but I

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Mikko Törmälä
The method I use is to assign a message filter to automatically move all messages with flashcoders in the subject field to another folder. This separates the important messages from the less important (you know... the work ones :) automatically as they arrive. I have set the filter to move them

[Flashcoders] upgrading AMFPHP code

2007-05-24 Thread alfonso florio
Hi to all, i've tried to google to obtain a solution, but no way... how can I catch STATUS events generated by the remoting connector? with AS 1 remoting: _root.conn = NetServices.createGatewayConnection(_root.globals.amfGateway); _root.myService = _root.conn.getService(myservice, this);

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
/agree also the mac mail client has an option to show messages by thread On 24 May 2007, at 09:47, Mikko Törmälä wrote: The method I use is to assign a message filter to automatically move all messages with flashcoders in the subject field to another folder. This separates the important

Subject: Re: [Flashcoders] [OT] How to capture swf to .avi?

2007-05-24 Thread pedr browne
Hi Chris, Having just tried a lot of different options for converting, in my opinion, export from Flash CS3 is by far the best quality and most stable option if you can live without the user-interaction. It catches all scripted/nested animations nicely, and you could easily fake basic

Re: [Flashcoders] Coordinates and Stage align in Flexible UIs

2007-05-24 Thread Kevin Cannon
Ahhh, of course. That makes sense to me now. Thanks very much. - Kevin On 22/05/07, Muzak [EMAIL PROTECTED] wrote: - Original Message - No, you calculate those using the original document width and height and the Stage.width and Stage.height. So you'll have to store the original

Re: [Flashcoders] upgrading AMFPHP code

2007-05-24 Thread Amir T Rocker
Dear all, dear al, with as2 remoting you must / can / may :) use the Responder Object. All you need to do is to pass the Responder as the second parameter for your Service constructor like so : // responder class class MyResponderSubclass extends mx.remoting.Responder { // please check the

Re: [flashcoders] Q: binary data (JPG) in XML

2007-05-24 Thread Mischa Williamson
If you base64 encode the jpeg contents then it should be safe to put in a CDATA node and send over the wire. Cheers, Mischa On 23 May 2007, at 21:25, eric e. dolecki wrote: I have been asked if its possible to have Flash display a JPG thats stored in XML as a binary object (ie. I don't

Re: [Flashcoders] upgrading AMFPHP code

2007-05-24 Thread Muzak
First of all, make sure you have the AS2 Remoting components for Flash 8 installed: http://www.adobe.com/products/flashremoting/downloads/components/ Once installed, you should have a look at the docs that come with it. When creating a Service instance, you can pass a 4th parameter, which is

Re: [Flashcoders] Moving links in a mc let the link stuck somewhere

2007-05-24 Thread dr.ache
is there no one who encountered the same problem? should have been an issue somewhere else... dr.ache schrieb: hi coders. you better watch it by yourself. on the following url: http://www.4inloop.de/typographer start the typographer, close the first upcoming tab, open the LINK tab BUT

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Andy Herrman
I second that suggestion. Gmail is really good for storing mailing lists. My account has this one (fairly high traffic) and a couple gentoo related ones (massively high traffic). Between the two lists I have over 19000 conversations (which can each have a large number of individual mails).

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Matthias Dittgen
Gmail is that good in searching your mails, that it pops up advertising related to the words within your (private) mails! Look at the right side! Yeah! Each of us, who is using Gmail for flashcoders is storing the same information - which is the definition of redundance, isn't it? So, don't get

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Ian Thomas
works for me, but why do Forums or (Google) Groups not work as well? Because you have to remember to log in. Forums and Groups are a 'go and look' solution, whereas mailing lists are a 'here's something to look at!' solution. Personally, I subscribe to a whole bunch of mailing lists. The mails

Re: [Flashcoders] sendandload method fails inside a frameset.

2007-05-24 Thread Rodrigo Augusto Guerra
hi glen, I just found out that the problem is that 1) you r right, I should use the object instead of the frame name. and 2) the line that attibutes the onLoad method to a outside function wasn't working. Once I put together the onLoad mehtod inside the same function that i was calling the

RE: [Flashcoders] Need help creating an old-skool arc or circularscrollbar

2007-05-24 Thread Ash Warren
Thank you both! This is great. I will try and apply the scroller to this code today. Ash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Dittgen Sent: Thursday, May 24, 2007 1:35 AM To: flashcoders@chattyfig.figleaf.com Subject: Re:

Re: [Flashcoders] Moving links in a mc let the link stuck somewhere

2007-05-24 Thread Ryan Potter
This is really odd behavior so I would assume it is some issue with the code. It is possible to do what you want, but there is no way to help unless you post your code. That is most likely why you are getting no response. On May 24, 2007, at 6:42 AM, dr.ache wrote: is there no one

[Flashcoders] Cairngorm without remoting?

2007-05-24 Thread Jon Bradley
Has anyone here approached Cairngorm development without remoting services? I'm developing in Flash 8 still - no case to go to Flash 9 yet since the penetration is way less than the business requirements. I've got a prototype I'm putting together and am using Delegates that return stub

[Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
hi folks i'm trying to get a function to remove a movieclip (actually a textArea class object) but i've having a bit of trouble - i think it may be a scope issue but i can't see why the function is function changeLayout(layout:Number, textContent:String, image:String,

Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
just corrected a typo in the removeMovieClip statement but the problem still stands hi folks i'm trying to get a function to remove a movieclip (actually a textArea class object) but i've having a bit of trouble - i think it may be a scope issue but i can't see why the function is

RE: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Jason Law
Make sure your closing your dynamic var. removeMovieClip(_root[thisColumn_txt); should be removeMovieClip(_root[thisColumn_txt]); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptacle) Sent: Thursday, May 24, 2007 11:22 AM To:

[Flashcoders] Custom cursor leaves artifacts on the screen

2007-05-24 Thread Frederico Ferro Schuh
Hello coders, I've been having a problem with custom cursors in AS3, where it sometimes leaves dirt on the screen, as if it hadn't been repainted on the region where the cursor just passed. It's also noticeable that the cursor's shape gets cut off while it moves, like some kind of tearing. The

Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
yeh i correct that - still gives me the same jyp On 24 May 2007, at 16:39, Jason Law wrote: Make sure your closing your dynamic var. removeMovieClip(_root[thisColumn_txt); should be removeMovieClip(_root[thisColumn_txt]); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] Cairngorm without remoting?

2007-05-24 Thread Muzak
I don't know if anything like this exists for Cairgorm, I do know that people have written extensions for ARP. One of them is an XMLService written by Christophe Herreman: http://www.herrodius.com/upload/arp_extensions.zip More custom services here

[Flashcoders] Re: [solved - bug] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
bah just found the reason i used this.getNextHighestDepth() in the createClassObject() for the depth which puts it beyond the reach of removeMovieClip seems like a bit of a bug the reasons can be found in the comments here

Re: SPAM-LOW: Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Derek Vadneau
I'll bet if you trace the movieclip where your class resides from outside the class (on the next frame or after a timeout) you'll find that the movieclip no longer exists. removeMovieClip is being scoped to the class itself, not the Global function removeMovieClip. Just use:

Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Muzak
If the TextArea (or whatever object) is placed on stage manually, it will reside on a negative depth. Objects with a negative depth can not be removed through ActionScript, unless they're swapped to a positive depth. Use the DepthManager to switch a component's depth to a positive one before

Re: [Flashcoders] Cairngorm without remoting?

2007-05-24 Thread Jon Bradley
That's great, Muzak. It's right in line with what I thought needed to be done - import the remoting classes and use them only for what's necessary. It does seem like quite a lot of effort for something that should be pretty simple - since the built in XML loading already has events that

Re: [Flashcoders] Custom cursor leaves artifacts on the screen

2007-05-24 Thread Muzak
Have you tried updateAfterEvent() ? http://livedocs.adobe.com/flash/9.0/main/1233.html http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/MouseEvent.html#updateAfterEvent() regards, Muzak - Original Message - From: Frederico Ferro Schuh [EMAIL PROTECTED] To:

Re: [Flashcoders] Re: [solved - bug] removeMovieClip scoped incorrectly?

2007-05-24 Thread Muzak
That's not a bug, but a feature (an annoying one, I agree) of the v2 component Framework. Use the DepthManager when working with components (which is mentioned in most of the examples in the docs that use getNextHighestDepth()) mx.managers.DepthManager Components Language Reference

Re: SPAM-LOW: Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
tried that too i'm afraid - it's a bug in the flash player (see my other post) thanks for the input guys On 24 May 2007, at 17:07, Derek Vadneau wrote: I'll bet if you trace the movieclip where your class resides from outside the class (on the next frame or after a timeout) you'll find

[Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
gah - not my day today i've got my textArea loading up a bunch of text from a string, from an array loaded from an xml file (erk), but the scrollbars for the component don't scroll far enough (either the bar or the arrows) - i've dragged down the text with my cursor and the extra lines are

Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
it's placed procedurally using createClassObject() On 24 May 2007, at 17:10, Muzak wrote: If the TextArea (or whatever object) is placed on stage manually, it will reside on a negative depth. Objects with a negative depth can not be removed through ActionScript, unless they're swapped to

Re: [Flashcoders] Re: [solved - bug] removeMovieClip scoped incorrectly?

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
lovely - thankyou :) On 24 May 2007, at 17:20, Muzak wrote: That's not a bug, but a feature (an annoying one, I agree) of the v2 component Framework. Use the DepthManager when working with components (which is mentioned in most of the examples in the docs that use getNextHighestDepth())

Re: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread Muzak
try calling invalidate on the component instance after setting/changing the text: UIObject.invalidate() http://livedocs.macromedia.com/flash/8/main/4199.html regards, Muzak - Original Message - From: Allandt Bik-Elliott (Receptacle) [EMAIL PROTECTED] To: flashcoders

RE: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread David Ngo
I've run into this issue before as well. My (hackish) work-around was to create an empty MovieClip right after the text, set its alpha to 0, set its height to like, 50 or some arbitrary number to force the scrollbars to scroll beyond the text. Very hackish and not the best solution, but I had to

Re: [Flashcoders] Need help creating an old-skool arc or circularscrollbar

2007-05-24 Thread Carl Welch
Seems to me you guys are doing this the hard way. Why not just draw a curved line (with the line tool) then use code to attach/snap the handle to the line, and then just use actionscript to track the Y position of the handle and scroll accordingly? Trig for a simple scroller seems a little

Re: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread Allandt Bik-Elliott (Receptacle)
yeh i've had to do something a bit hackish - a bunch of br / tags at the end of my script it's not pretty but it is working i tried that .invalidate() method but it didn't seem to do anything thanks for the input, guys On 24 May 2007, at 18:44, David Ngo wrote: I've run into this issue

[Flashcoders] LoadVars and (non)blocking behavior

2007-05-24 Thread ej
Here is the problem: I want to write a function that makes an outside communication with a web server and exhibits to the caller blocking bahavior. That is, I call something like getUserStatus(userid), and it either returns with the value I want from my database (ColfFusion page), or after

RE: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread Marc Hoffman
I've just added a couple of line breaks to the xml text: myTextField.htmlText = theXmlText + BRBRBR; Hackish, but easy to implement. At 10:44 AM 5/24/2007, you wrote: I've run into this issue before as well. My (hackish) work-around was to create an empty MovieClip right after the text, set

[Flashcoders] class file updated, but .aso not updated?

2007-05-24 Thread James Tu
I'm having a problem that is not directly related to a previous thread on this list about ASO files. Here's my inheritance heirarchy... BaseClass - VisualBaseClass - ButtonMessagingBaseClass - CardBase - CardSpecial I'm on a Mac OSX 10.4.8 running Flash Professional v8.0. I've updated

Re: [Flashcoders] splitting the list?

2007-05-24 Thread Andy Herrman
Yea, but the ads are unobtrusive and 90% of the time I don't even notice them. The other 10% are when I look at them just to see what kind of random things are being displayed (I've seen some very strange ads come up and I try to figure out what could have triggered them. It's fun). Forums

[Flashcoders] Brining XML/XHTML into Flash

2007-05-24 Thread Jordan Dobson
I'd love to know if anyone has any advice... on best way to extract text from specific objects of an XHTML page which a SWF is loaded into... then allow the extracted text strings to be available in the SWF. I've built Javascript to extract text from XHTML the page in combination with

Re: [Flashcoders] class file updated, but .aso not updated?

2007-05-24 Thread James Tu
Figured it out: I'm using runtime shared libraries. These are automatically imported in frame 1. The classes in my movie are not exported until frame 5! So, the version of the compiled classes that I'm getting are from the rsl's !!! We're using rsl's to share assets and not code, but

Re: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread nelson ramirez
my solution? I don't use the crappy v2 components. Adobe V2 components = the devil. Believe me when i say it will be time well spent to create or find your own solution. On 5/24/07, Marc Hoffman [EMAIL PROTECTED] wrote: I've just added a couple of line breaks to the xml text:

Re: [Flashcoders] Custom cursor leaves artifacts on the screen

2007-05-24 Thread Frederico Ferro Schuh
Oh cool, I didn't know about that method. Yeah, that did it. Thank goodness there was a trivial solution to this problem :) But it's strange that these sorts of problems happen... I was sure flash would only update the screen during the next frame redraw step... it seems like moving stuff on a

RE: [Flashcoders] Brining XML/XHTML into Flash

2007-05-24 Thread Jason Law
Xpath is a good place to start or any of the page injection techniques. jason law, detroit organic, inc. | www.organic.com retail tech lead | interface engineer e: [EMAIL PROTECTED] | p: 248.454.3387 | aim: jaylaw81 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Flashcoders] class file updated, but .aso not updated?

2007-05-24 Thread Ron Wheeler
Happens all the time on this list. Sorry I did not see your post earlier. Tends to drive you crazy and makes you doubt your whole understanding of reality. The more things you change, the more things stay the same!!! Ron James Tu wrote: Figured it out: I'm using runtime shared libraries.

Re: [Flashcoders] LoadVars and (non)blocking behavior

2007-05-24 Thread Muzak
ActionScript, being a programming language for non-programmers, makes no mention whatsoever of threads, nor do I see any way to call a sleep function or a yeild function on the current thread (i.e., some way to tell 'this' thread to just chill for a sec and let other threads do what they

[Flashcoders] Hi List!

2007-05-24 Thread Andy Andersson
I have a scenario that I try to figure out, don't know if it is possible yet, but maybe someone here on the list knows if it is? Scenario are: I have a couple of dynamic text fields and input text fields where people write comments, send messages, display messages/blogs etc... And it goes to the

Re: [Flashcoders] Have a problem with my flash site, in 1 or 2 people computer

2007-05-24 Thread Helios Pregioni Bayma
Hi Eric, Good point yours, but the client just want to care about 1024x768 and 1280x1024. I´ll insist, but if they don´t send me the higher res pictures, no deal. Thanks! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] Re: LoadVars and (non)blocking behavior

2007-05-24 Thread ej
Muzak p.ginneberge at telenet.be writes: Flash is single threaded.. OK, I made a wrong assumption about threading. Actually, that clearly explains why my attempted busy waiting was preventing the onLoad callback from completing, which didn't really make sense to me at first. I will have

[Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Jonathan Berry
Hello all, I searched the archives for this, but could not find anything close to it. I am using a MovieClipLoader and seem to be able to xscale and yscale the loaded images from the MCL. However, I cannot set width or height on the images; they actually disappear. I sized my stage up to 1000h by

Re: [Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Steven Sacks
Check out Xray http://osflash.org/xray/ One of its features is it lets you take snapshots of the current application so you can see where your movieclip is. Xray is the best thing to happen to Flash Development. Ever. Rock on John Grden! \m/ Jonathan Berry wrote: Hello all, I searched

Re: [Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Muzak
show us some code. - Original Message - From: Jonathan Berry [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, May 25, 2007 12:04 AM Subject: [Flashcoders] MC xscale/width/yscale/height with MCL Hello all, I searched the archives for this,

[Flashcoders] class member Array

2007-05-24 Thread James Tu
Has anyone encountered this before... If you have a class variable that is of type Array... DO NOT DO THIS: private var ListOfThings:Array = new Array(); DO THIS: private var ListOfThings:Array; //then in your constructor, do this ListOfThings = new Array(); If you do the former, Flash will

Re: [Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Eric E. Dolecki
mcL_listener.onLoadInit = function( target_mc:MovieClip ):Void { target_mc._width = 300; target_mc._height = 300; } - eric On May 24, 2007, at 6:04 PM, Jonathan Berry wrote: Hello all, I searched the archives for this, but could not find anything close to it. I am using a

Re: [Flashcoders] Need help creating an old-skool arc or circularscrollbar

2007-05-24 Thread Mark Winterhalder
On 5/24/07, Carl Welch [EMAIL PROTECTED] wrote: Seems to me you guys are doing this the hard way. Why not just draw a curved line (with the line tool) then use code to attach/snap the handle to the line, and then just use actionscript to track the Y position of the handle and scroll accordingly?

Re: [Flashcoders] Hi List!

2007-05-24 Thread Durairaj Subramaniam
Hi Andersson, It is possible by checking for the Html tags using the textField.onChanged event. Check through the tags with splitting up the and then when the text inside these contains any predefined tags .alert the user that these contains the html tag. Or you can check for the