RE: [Flashcoders] Alternate ActionScript-centric Support Mailing Lists

2007-07-02 Thread Merrill, Jason
Well, I unfortunately I can't recommend a good alternatative, but I will say steer clear of Flash_Actionscript and FLASHmacromedia groups on Yahoo - it's filled with very very low level newbies or people who only do animation. So unless you like constantly replying to (or resisting replying to)

[Flashcoders] AVM1 in an AVM2 shell problems

2007-07-02 Thread ben gomez farrell
Hi, I'm probably gonna spend all day debugging this and figure out whats going on, so I was hoping that somebody has already been through this and can tell me what's happening. So I have a Flex based shell. It loads AVM1 movies and then passes it a couple parameters with FlashInterface.

RE: [Flashcoders] scrollpane woes

2007-07-02 Thread Holth, Daniel C.
This seems to be working fine for me, unless I'm missing something... I copied your code into its own layer on frame one. I then dropped the ScrollPane component into my library. Created a new MovieClip, exported it for ActionScript and gave it an identifier of mcEventText. When I run the swf,

[Flashcoders] Coding suffixes and prefixes triggering code hinting

2007-07-02 Thread Adrian Parr
Hi All, I vaguely remember there being a way of modifying the in-built triggers for code hinting. For example, if you type ... ball_mc. Flash will detect that you are referring to a MovieClip and provide the relevant code hints in a little popup window. Which is all very nice if you want to

[Flashcoders] Skewing text

2007-07-02 Thread Jake Prime
Hi List I need to skew some text to give the impression it is going off into the distance (think opening text on Star Wars, though without movement). I know this effect can be done using the triangular method as used in Papervision. However I'm not creating a 3D scene here, I just want the

Re: [Flashcoders] scrollpane woes

2007-07-02 Thread [p e r c e p t i c o n]
when i use a textfield that's already on the stage it seems to work for me as well, but if i change the text at runtime it doesn't seem to work in that case... thanks so much for your help p On 7/2/07, Holth, Daniel C. [EMAIL PROTECTED] wrote: This seems to be working fine for me, unless

Re: [Flashcoders] scrollpane woes

2007-07-02 Thread Muzak
call invalidate() on the scrollpane after changing the scrollpane content. regards, Muzak - Original Message - From: [p e r c e p t i c o n] [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, July 02, 2007 6:32 PM Subject: Re: [Flashcoders] scrollpane woes when i

Re: [Flashcoders] Coding suffixes and prefixes triggering code hinting

2007-07-02 Thread Hans Wichman
Hi, not sure, but if you use flashdevelop and turn on the strict flag, strict typing becomes very possible and practical :) greetz JC On 7/2/07, Adrian Parr [EMAIL PROTECTED] wrote: Hi All, I vaguely remember there being a way of modifying the in-built triggers for code hinting. For

Re: [Flashcoders] scrollpane woes

2007-07-02 Thread [p e r c e p t i c o n]
niice! thanks a bunch p On 7/2/07, Muzak [EMAIL PROTECTED] wrote: call invalidate() on the scrollpane after changing the scrollpane content. regards, Muzak - Original Message - From: [p e r c e p t i c o n] [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, July 02,

[Flashcoders] Printing from Flash Movie

2007-07-02 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have not looked into this but does anyone have any examples where a user can click an icon and be able to print the information of the flash movie to a users printer. I am trying to create a way in flash to allow a user to print a receipt for

Re: [Flashcoders] Skewing text

2007-07-02 Thread Glen Pike
Hi, Don't know if this helps. http://sandy.media-box.net/blog/distortimage-20-the-fastest-way-to-freely-distort-image-with-flash-in-actionscript.html Google http://www.google.co.uk/search?hl=enq=actionscript+2+perspective+skew+movieclipbtnG=Searchmeta=

RE: [Flashcoders] Printing from Flash Movie

2007-07-02 Thread Merrill, Jason
Read up on the PrintJob class. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Pearson Sent: Monday, July 02, 2007 1:57 PM To:

Re: [Flashcoders] Skewing text

2007-07-02 Thread Zeh Fernando
I need to skew some text to give the impression it is going off into the distance (think opening text on Star Wars, though without movement). I know this effect can be done using the triangular method as used in Papervision. However I'm not creating a 3D scene here, I just want the skewing. Can

Re: AW: [Flashcoders] Turn image around effect?

2007-07-02 Thread Hans Wichman
Hi, not entirely what you need, but it might be of some use: http://objectpainters.com/blog/?p=37 http://www.objectpainters.com/blog/ greetz JC On 7/1/07, Peter Oliver Geller [EMAIL PROTECTED] wrote: Is it still Pascal Leroy? Cheers Peter -Ursprüngliche Nachricht- Von: [EMAIL

Re: [Flashcoders] Skewing text

2007-07-02 Thread Francis Turmel
I'm actually working on something similar for AS3 at the moment since using papervision / having a Z axis would only complicate things for nothing in my situation. I've found a very nice snippet of AS1/2 code from senocular on the topic:

RE: [Flashcoders] Skewing text

2007-07-02 Thread David Ngo
Couldn't you just stick a TextField inside of a MovieClip then use a transformation matrix to screw the MovieClip? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeh Fernando Sent: Monday, July 02, 2007 2:17 PM To: flashcoders@chattyfig.figleaf.com

Re: AW: [Flashcoders] Turn image around effect?

2007-07-02 Thread gerry
I took that distort image class and altered some things to get it working like used on http://www.ja-ik-doe-mee.be/ See here: http://www.thespikeranch.com/test/turnImg.html Gerry Hi, not entirely what you need, but it might be of some use: http://objectpainters.com/blog/?p=37

Re: [Flashcoders] Skewing text

2007-07-02 Thread Hans Wichman
whether you screw or skew the movieclip that still wont be a perspective distortion:) On 7/2/07, David Ngo [EMAIL PROTECTED] wrote: Couldn't you just stick a TextField inside of a MovieClip then use a transformation matrix to screw the MovieClip? -Original Message- From: [EMAIL

Re: [Flashcoders] Skewing text

2007-07-02 Thread Jay Carlson
can you take what David said, only actually skew the text/object with the free transform to give the illusion of 3D depth...ie: make the top of the text thinner and the bottom wider. this will give the perception of the top of the text going back into space and the bottom being out

Re: [Flashcoders] Skewing text

2007-07-02 Thread Duncan Reid
chiming in a little late on this one... i need to preface the fact that i have not tried using these classes YET but this cat: http://lab.mathieu-badimon.com/ seems to have packaged up some nice stuff here: http://five3d.mathieu-badimon.com/ along with some documentation and a getting

Re: [Flashcoders] Flash Debugger's not up to it.

2007-07-02 Thread [EMAIL PROTECTED]
john, just curious, in this case are you using as3 in cs3? i ask because the flash cs3 promo material touts a new advanced debugger consistent with the flex builder 2 debugger. personally, i never found any use for the debugger in flash 8 or earlier. i do find useful the

Re: [Flashcoders] Skewing text

2007-07-02 Thread Hans Wichman
Hi, I put together a very simple example for fun, maybe it's of use, nothing fancy though and pretty unoptimized. http://objectpainters.com/blog/?p=38 greetz JC On 7/2/07, Duncan Reid [EMAIL PROTECTED] wrote: chiming in a little late on this one... i need to preface the fact that i have

Re: [Flashcoders] Flash Debugger's not up to it.

2007-07-02 Thread John Grden
well, I have yet to see any properties show up in the debugger (well, I did see it once, but haven't since then). I'm not an authority on the flash debugger by any means. In fact, I wrote Xray without even touching the IDE debugger. Only later did I go back to see what it was capable of when

RE: [Flashcoders] Flash Debugger's not up to it.

2007-07-02 Thread Laurie Jensen
I use the Flash CS3 debugger a lot, second only to trace statements for debugging. I set breakpoints and view variables (including the hierarchy) and their properties and I can step through code. It's a valuable tool. Laurie Jensen Ross Learning Media -Original Message- From: [EMAIL

Re: [Flashcoders] Coding suffixes and prefixes triggering code hinting

2007-07-02 Thread Arul Prasad M L
This is the one: C:\Program Files\Macromedia\Flash 8\en\First Run\ActionsPanel\ActionScript_1_2\ActionsPanel.xml or, you can safely modify the copy of the same file available in ur home directory, in here: C:\Documents and Settings\username\Local Settings\Application Data\Macromedia\Flash

[Flashcoders] Problem printing html page with embedded swf

2007-07-02 Thread Paul Chang
Hi All, I am attempting to print an html page with an embedded swf. However, the page prints except for the embedded swf which is just a blank white area. Can someone please suggest the setting that controls this? Thanks in advance, Paul ___

Re: [Flashcoders] limit of nodes of XML file that can be parsed?

2007-07-02 Thread Ron Wheeler
I do not think that you are even close to any maximum. There are many applications much bigger than this floating about. What tools do you have for validating XML? We have found that XMLSpy is a really useful tool if you are doing anything serious with XML. It has lots of different applications

Re: [Flashcoders] limit of nodes of XML file that can be parsed?

2007-07-02 Thread Ron Wheeler
You might also try to navigate the XML yourself (and parse it yourself.) I would parse it into arrays of objects rather than arrays. It is a lot easier to ask an object for some information than a multidimensional array. I lot easier to maintain as well. If you put some traces into your

[Flashcoders] test (sorry)

2007-07-02 Thread Steven Sacks
Just testing this new email account for Flashcoders. ___ 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 Premier

Re: [Flashcoders] test (sorry)

2007-07-02 Thread Tony Trapp
Hey Steven no biggie test away if need be. Tony... - Original Message - From: Steven Sacks [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, July 03, 2007 1:01 AM Subject: [Flashcoders] test (sorry) Just testing this new email account for Flashcoders.