[Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Hans Wichman
Really no takers? I love these things only I run into :)). oh btw the call was PopUpManager.createPopUp and not Window.createPopup On Tue, Jul 1, 2008 at 5:27 PM, Hans Wichman [EMAIL PROTECTED] wrote: Hi list, I have a project that uses the v2 window.createPopup functionality. However now

[Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Hans Wichman
Hmm, okay I think I've found the cause. Some time ago I posted an issue about using _lockroot. I have an application that runs some legacy content, which uses _lockroot even from non movieclip classes. When this content is loaded, unloaded and loaded again, _lockroot no longer works, and the

Re: [Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Ian Thomas
Yes, unfortunately I found pretty early on that most V2 components require _lockroot _and_ that the component be included in both the loaded SWF and SWF that's loading it. So I stopped using V2 components. They're pretty rubbish. :-( Ian On Wed, Jul 2, 2008 at 8:13 AM, Hans Wichman [EMAIL

[Flashcoders] Flash CMS

2008-07-02 Thread Paul Andrews
I just wondered if there was a favourite CMS that was popular for use with Flash applications, or (as I suspect) do most developers just roll their own with MySQL? Paul ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Hans Wichman
Hi, yep same conclusions here. Add the fact that _lockroot is just plain buggy and you've got yourself a nice recipe for 'ZOMG WTF I WANT TO arhghg gurlglgl'. Which set did you switch to then, bitcomponents? thanks, JC On Wed, Jul 2, 2008 at 9:39 AM, Ian Thomas [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Cedric Muller
Depends on what you need to do. And depends on what you are able to do. I do prefer setting things up in a clean way and develop from scratch. Some prefer using already existing systems and try to modulate / alterate / integrate. (Joomla or Typo3). Depends on your (or your team) skills and

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Paul Andrews
From what I've seen, most CMS platforms are (unsurprisingly) oriented towards HTML. I'm just checking that there isn't some Flash CMS gem out there that I'm not aware of. I can't help feeling that there's as much effort involved in bending Joomla (say) to be useful for flash as just rolling

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Cedric Muller
From what I've seen, most CMS platforms are (unsurprisingly) oriented towards HTML. I'm just checking that there isn't some Flash CMS gem out there that I'm not aware of. I can't help feeling that there's as much effort involved in bending Joomla (say) to be useful for flash as just

Re: [Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Ian Thomas
In AS2, I didn't, actually. Our stuff is very simple (for very young kids) and mostly doesn't need form entry etc. Anything which _does_ need form entry and complicated stuff we're doing in AS3 with the Flex components. Ian On Wed, Jul 2, 2008 at 9:57 AM, Hans Wichman [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Flash CMS

2008-07-02 Thread SJM
there are a few I like this one... http://www.flashden.net/item/strongflashstrong-xml-editor/7588 Some others... http://www.flashloaded.com/flashcomponents/fcms/ http://fcmspro.com/ http://flashblocks.com/ http://www.flashden.net/item/simple-website-strongcmsstrong/1074 - Original

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Ashim D'Silva
We normally use our own CMS running off MySQL, however, we have worked with Alfresco as well. XML makes things pretty easy to integrate although there are always hiccups you'll face. In which case, it's good to have some server side script on your side to translate if nessecary, especially with

RE: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-02 Thread Alexander, Mary
Yes, mouseEnabled = false works fine. I'm confused about the two properties and what the difference is, and why enabled=false doesn't work. From: [EMAIL PROTECTED] on behalf of Bob Wohl Sent: Tue 7/1/2008 3:53 PM To: Flash Coders List Subject: Re:

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Paul Andrews
Interesting - thank you. - Original Message - From: SJM [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 10:36 AM Subject: Re: [Flashcoders] Flash CMS there are a few I like this one...

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Paul Andrews
Thanks Ashim. - Original Message - From: Ashim D'Silva [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 10:45 AM Subject: Re: [Flashcoders] Flash CMS We normally use our own CMS running off MySQL, however, we have worked with

Re: [Flashcoders] Flash CMS

2008-07-02 Thread namrita.srivastava
can anyone give me a link as to where can i find a knowledge base on - Actionscript Virtual Machine-1 ??? - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 3:35 PM Subject: Re:

[Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread Paul Andrews
- Original Message - From: namrita.srivastava [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 11:18 AM Subject: Re: [Flashcoders] Flash CMS can anyone give me a link as to where can i find a knowledge base on - Actionscript

Re: [Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Hans Wichman
ooh how i wish i could migrate this system to as3 ;). Just found another bug, menu components can only be created on the _root On Wed, Jul 2, 2008 at 11:36 AM, Ian Thomas [EMAIL PROTECTED] wrote: In AS2, I didn't, actually. Our stuff is very simple (for very young kids) and mostly

Re: [Flashcoders] Re: window create popup weirdness as2

2008-07-02 Thread Hans Wichman
ps anyone else knows of a set that completely replaces the v2 components with actionscript only mtasc strict compiled components? On Wed, Jul 2, 2008 at 11:36 AM, Ian Thomas [EMAIL PROTECTED] wrote: In AS2, I didn't, actually. Our stuff is very simple (for very young kids) and mostly doesn't

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread Ian Thomas
Namrita, What information are you looking for? Any information on Actionscript 1 or 2 and Flash Player up to and including version 8 applies to AVM1. Ian On Wed, Jul 2, 2008 at 11:58 AM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: namrita.srivastava [EMAIL

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread namrita.srivastava
hello ian Yes, actually i am presently working on actionscript 2.. and there's lot of heavy data to display. So for my knowledge i wanted to know how the actionscript virtual machine1 works? thanks - Original Message - From: Ian Thomas [EMAIL PROTECTED] To: Flash Coders List

[Flashcoders] Button component not working with buttonMode

2008-07-02 Thread Martin Klasson
Hi Coders, Seems really dumb, but I guess it is a bug, using AS3-component Button - does not give me a handCursor when over it, setting the buttonMode = true on the component doesnt give me the hand either. Is there a solution to this? Martin ___

RE: [Flashcoders] Button component not working with buttonMode

2008-07-02 Thread Romuald Quantin
If I remember well: useHandCursor = true Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Klasson Sent: 02 July 2008 13:10 To: Flash Coders List Subject: [Flashcoders] Button component not working with buttonMode Hi

RE: [Flashcoders] Button component not working with buttonMode

2008-07-02 Thread Romuald Quantin
Forgot, you'll need to set the mouseChildren to false as well Romu www.soundstep.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Klasson Sent: 02 July 2008 13:10 To: Flash Coders List Subject: [Flashcoders] Button component not working with

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread Ian Thomas
I'm sorry - I don't know of any suitable resources for AVM1. There's a lot out there for AVM2, but I can't recall having seen AVM1 information; Macromedia/Adobe was a lot less open about such things when AVM1 was current! Ian On Wed, Jul 2, 2008 at 12:46 PM, namrita.srivastava [EMAIL PROTECTED]

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread namrita.srivastava
Yeh, right.. and i still dont see much info on AVM1 .. though have loads of stuff on AVM2 anywas thanks - Original Message - From: Ian Thomas [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 6:33 PM Subject: Re: [Flashcoders]

[Flashcoders] regexp question

2008-07-02 Thread Allandt Bik-Elliott (Receptacle)
hey i am using regexp to inject commas into my years by searching for 000 and replacing with ,000 like this var pattern:RegExp = /000/; sYear = sYear.replace(pattern, ,000); however, this approach will bug every multiple of 10,000 as there are more zeros than the pattern expects. is

Re: [Flashcoders] regexp question

2008-07-02 Thread Juan Pablo Califano
Hi, You can check out ascb (ActionScript Cook Book), a library with some useful functions. In this case, the class NumberFormat, and the method format may do the job. http://www.rightactionscript.com/ascb/ Almost any formatNumber method you can find in many other libraries will help you too,

Re: [Flashcoders] as3 textfield scroll problem

2008-07-02 Thread Allandt Bik-Elliott (Receptacle)
Would be really interested in an opinion on this - there's 3 lines of code (commented) that are relavent in the block below thanks a lot, guys a On 30 Jun 2008, at 18:33, Allandt Bik-Elliott (Receptacle) wrote: Hi - i found a way around this (by adding a body format as a setTextFormat even

Re: [Flashcoders] regexp question

2008-07-02 Thread Allandt Bik-Elliott (Receptacle)
thanks a lot :) On 2 Jul 2008, at 15:24, Juan Pablo Califano wrote: Hi, You can check out ascb (ActionScript Cook Book), a library with some useful functions. In this case, the class NumberFormat, and the method format may do the job. http://www.rightactionscript.com/ascb/ Almost any

RE: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread Merrill, Jason
There was a MAX session in Chicago I attended on the AVM, and they discussed 1 and 2 (mostly 2 of course) - very interesting, it might be archived somewhere if you search - not sure. Anyone remember who that was that presented? Jason Merrill Bank of America Global Technology Operations

[Flashcoders] Masapi 1.5

2008-07-02 Thread Cédric Tabin
Hello guys :) I just want to announce that my massive download api masapihttp://masapi.googlecode.comis now at version 1.5 which has great improvments ! You can see the updates here http://code.google.com/p/masapi/wiki/From11to15. Some feedback would be welcomed ! Thanks best regards, Cedric

[Flashcoders] E4X question

2008-07-02 Thread Alias™
Hi guys, Quick E4X question. I have an XML node, with an attribute inside, the name of which contains a dash -. How can I access the value of this node via e4x inside actionscript? FDT doesn't seem to like the concept at all... Example: someNode some-attribute=attribute data I want to get

Re: [Flashcoders] E4X question

2008-07-02 Thread Ian Thomas
Instead of just typing [EMAIL PROTECTED] (which won't work), use the attribute() method: node.attribute(some-attribute) That should do it. HTH, Ian On Wed, Jul 2, 2008 at 5:35 PM, Alias™ [EMAIL PROTECTED] wrote: Hi guys, Quick E4X question. I have an XML node, with an attribute inside,

Re: [Flashcoders] E4X question

2008-07-02 Thread Kenneth Kawamoto
var xml:XML = someNode some-attribute=attribute data /; trace([EMAIL PROTECTED]some-attribute]); trace(xml[@some-attribute]); trace(xml.attribute(some-attribute)); Kenneth Kawamoto http://www.materiaprima.co.uk/ Alias? wrote: Hi guys, Quick E4X question. I have an XML node, with an attribute

RE: [Flashcoders] Flash CMS

2008-07-02 Thread Merrill, Jason
We use Visual Source Safe and it's great with Flash/Flex and graphics projects (anything really). But it isn't free either. Jason Merrill Bank of America Global Technology Operations Global Risk LLD eTools Multimedia Join the Bank of America Flash Platform Developer Community Are you a

RE: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-02 Thread Merrill, Jason
I'm confused about the two properties and what the difference is, and why enabled=false doesn't work. Zeh explained it really good already. If you missed it, he said, .enabled on AS3 isn't the same as .enabled it was on AS2 (.mouseEnabled is). Basically, .enabled turns on or off the state

Re: [Flashcoders] E4X question

2008-07-02 Thread Steven Sacks
You might want to try following XML standards and best practices by not using hyphens in XML node or attribute names. The only time I've seen hyphens in XML is when salespeople and other laymen end up writing XML schemas. Why they're ever given authority to do such things is beyond me. If

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread Steven Sacks
http://flasm.sourceforge.net/ Everything you ever wanted to know about AVM1. Have fun seeing how far down the rabbit hole goes. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Performance on Data Passing

2008-07-02 Thread Manuel Ponce de Leon
Does anyone have any hints on how to better testthe performance of an SWF movie rendering XML data versus some other dataset type (JSON, key-value pairs using flashvars, etc)? -- Manuel Ponce de Leon :: Rich Media Customer Solutions Consultant :: Google :: [EMAIL PROTECTED] :: 212-381-5865

Re: [Flashcoders] Flash CMS

2008-07-02 Thread John R. Sweeney Jr
I thought that Visual Safe Source was version control software, not a Content Management System?? Later, John on 7/2/08 12:35 PM, Merrill, Jason at [EMAIL PROTECTED] wrote: We use Visual Source Safe and it's great with Flash/Flex and graphics projects (anything really). But it isn't free

RE: [Flashcoders] Flash CMS

2008-07-02 Thread Merrill, Jason
I'm sorry, you're right - I read the thread to fast, I thought they said CVS, not CMS! Jason Merrill Bank of America Global Technology Operations Global Risk LLD eTools Multimedia Join the Bank of America Flash Platform Developer Community Are you a Bank of America associate interested

Re: [Flashcoders] E4X question

2008-07-02 Thread Rich Shupe
He may be working with a source he can't change, like your parsing HTML without using CDATA tags. On 7/2/08 1:56 PM, Steven Sacks [EMAIL PROTECTED] wrote: You might want to try following XML standards and best practices by not using hyphens in XML node or attribute names. The only time

[Flashcoders] Flash And AJAX

2008-07-02 Thread Bassam M
Hi guys anyone can tell me where to find tutorial to use AJAX wih flash I need to know how can I call flash file from flash menu and load flash file without refesh the page only the URL change like this http://domain.com/#/about for about page and is I click services the URl change

Re: [Flashcoders] E4X question

2008-07-02 Thread Steven Sacks
Just because I'm parsing XHTML using the XML parser in Flash doesn't mean that the XHTML is not following best practices. CDATA in XML is a best practice, but not in HTML. I'm using the Flash E4X parser to parse HTML, which, while technically possible, has its own set of challenges due to

Re: [Flashcoders] Flash CMS

2008-07-02 Thread Paul Andrews
- Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 7:35 PM Subject: RE: [Flashcoders] Flash CMS I'm sorry, you're right - I read the thread to fast, I thought they said CVS, not CMS! Ah!

Re: [Flashcoders] Flash CMS

2008-07-02 Thread John R. Sweeney Jr
No problem. I just wanted to be sure the VSS hadn't changed behind my back. :) on 7/2/08 1:35 PM, Merrill, Jason at [EMAIL PROTECTED] wrote: I'm sorry, you're right - I read the thread to fast, I thought they said CVS, not CMS! === John R.

Re: [Flashcoders] E4X question

2008-07-02 Thread Rich Shupe
I don't understand the subtleties here. Just because XHTML was following it's own rules doesn't mean it was within best practices to use AS E4X to parse it. I'm quite sure it is not considered best practice to work with HTML in XML child nodes, without either CDATA or encoded entities, and your

Re: [Flashcoders] E4X question

2008-07-02 Thread Steven Sacks
My point is that the source (XHTML) was following best practices for XHTML, including using strict mode. By contrast, the OP's source was XML, but it was not following best practices, so Flash had some issues with hyphens, which aren't supposed to be there. I guess I was just saying that it

RE: [Flashcoders] Flash And AJAX

2008-07-02 Thread Adam Jowett
What you are looking for is SWFAddress I suspect .. have a look here: http://www.asual.com/swfaddress/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bassam M Sent: Thursday, 3 July 2008 6:43 AM To: [EMAIL PROTECTED] Cc: Flash Coders List Subject:

Re: [Flashcoders] E4X question

2008-07-02 Thread Rich Shupe
I guess I wasn't clear. I said the author's question may have been posted, and the other answers may have been valuable, because the source may NOT have been within the author's power to change. On 7/2/08 6:37 PM, Steven Sacks [EMAIL PROTECTED] wrote: Hyphens in XML node names and attributes

[Flashcoders] drag and rotate, where do I begin?

2008-07-02 Thread Leandro Ferreira
Hi there, I was trying to understand how this( http://www.ffiles.com/flash/templates/drag_and_rotate_website_1670.html ) kind of movement works, but I have no idea on what to search for. At first I got an physics book about classical mechanics, but didn't find it useful, and can't find the exact

Re: [Flashcoders] E4X question

2008-07-02 Thread Steven Sacks
Fair enough, Rich. :) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] drag and rotate, where do I begin?

2008-07-02 Thread Ashim D'Silva
Basically it's using velocity well. The dragging and throwing is pretty easy to figure out with basic physics (velocity and decay/friction). The rotation is a little trickier I imagine using some sort of Matrix transformations to dynamically decide a point to rotate around. Look for rotations

Re: [Flashcoders] E4X question

2008-07-02 Thread Juan Pablo Califano
Even though I personally prefer to avoid hyphens too, they are standard, if W3C recommendations qualify as standards. From the w3c xml spec: # Characters '-' and '.' are allowed as name characters. http://www.w3.org/TR/REC-xml/#xml-names Definition: A Name is a token beginning with a letter or

Re: [Flashcoders] drag and rotate, where do I begin?

2008-07-02 Thread Leandro Ferreira
Sure, drag and throw is not a problem, nor is rotation based on an arbitrary point, but deciding how an object should rotate based on where the user pressed and how he dragged it. But thanks anyway. About ready-made classes: with APE or box2D I could manage to recreate this, but that's not the

Re: [Flashcoders] Actionscript Virtual Machine-1

2008-07-02 Thread namrita.srivastava
Hello Steven, The link provides some real useful information on AVM 1. Thanks - Original Message - From: Steven Sacks [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 02, 2008 11:27 PM Subject: Re: [Flashcoders] Actionscript Virtual