[Flashcoders] class instance and var getting overwritten

2005-10-21 Thread quinrou .
Hi all, I am having a very odd issue with a class I made. What happens is that one of a private variables declare in that class get overwritten when there's more than 1 instance of that class. It seems that this var someObject is common to all instances of the class. Which defites the purpose of

Re: [Flashcoders] Forum for ActionScript3

2005-10-24 Thread quinrou .
try this http://groups.yahoo.com/group/flexcoders On 10/22/05, Robert Edgar [EMAIL PROTECTED] wrote: There was a posting I saw on the labs forums about this.. They(MM) are going to open one RSN.. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Flashcoders] need 3D concept beginner guide

2005-11-23 Thread quinrou .
have a look here too : http://www.kirupa.com/developer/actionscript/3dindex.htm On 11/23/05, Danny Kodicek [EMAIL PROTECTED] wrote: You might also find my book, Mathematics and Physics for Programmers, helpful if you're short on the maths side. It includes a good few chapters on 3d.

[Flashcoders] number casting weirdness

2006-01-24 Thread quinrou .
Hi all, I am having some really strange things with the Number casll here are some tests I've been running and some unexpecting things happened. var str:String = 0023; trace(str); // output 0023 - this correct and expected var numb:Number = Number(str) trace(numb); // output 19 - this

Re: [Flashcoders] number casting weirdness

2006-01-25 Thread quinrou .
*/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of quinrou . Sent: Tuesday, January 24, 2006 1:01 PM To: Flashcoders mailing list Subject: [Flashcoders] number casting weirdness Hi all, I am having some really strange things with the Number casll here are some

Re: [Flashcoders] video weirdness

2006-02-08 Thread quinrou .
John, The streaming stops when the onRollOut event is invoked which happens when I rollout of the thumbnail images. When I noticed that i tried to desable the onRollOut event that i had on the thumbnail images to see if the same thing was happening with the onRollOver event. And yes the same

[Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
Hi All, I am trying to get held of the MovieclipTween120.mxp on http://laco.wz.cz/tween/ but everytime I am trying to download it, it starts and seems to idle for ages then stops/finishes. Then I try to open up the file but the extension manager tells me that the invalid. This must because the

Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
PROTECTED] On Behalf Of quinrou . Sent: Thursday, February 09, 2006 10:01 AM To: Flashcoders mailing list Subject: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/ Hi All, I am trying to get held of the MovieclipTween120.mxp on http://laco.wz.cz/tween/ but everytime I am

Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
Oh has anyone made the zigo engine class based sort of thing? rather than extending the movieclass? On 2/9/06, quinrou . [EMAIL PROTECTED] wrote: niceone boys - thx! On 2/9/06, Darian Rafie [EMAIL PROTECTED] wrote: Try the rapidshare link. http://rapidshare.de/files/8538178

Re: [Flashcoders] video weirdness

2006-02-11 Thread quinrou .
well i'd like to share the link with the list but I affraid that my bandwidth is going to go over the roof... What I described above is what happens, as in: the video starts streaming but as soon as I get the mouse out of the thumbnail image the video stops streaming without broadcasting any

Re: [Flashcoders] video weirdness

2006-02-19 Thread quinrou .
I finally managed to fix that weird bug. All it was was that the instances of NetConnection and NetStream were not declared as class variable but as a local function variable. As son as I declared them as class vars the problem was fixed. On 2/11/06, quinrou . [EMAIL PROTECTED] wrote: well i'd

[Flashcoders] dispatching an event from a frame

2006-02-28 Thread quinrou .
Hi all, I was wondering if it was possible to dispatch an event from a frame. As in I have a movieclip which plays and then for instance when it gets to frame 100 I'd like it to dispatch an event. I have imported the eventDispatcher and initialized the class on frame 1. //frame1 import

Re: R: [Flashcoders] dispatching an event from a frame

2006-02-28 Thread quinrou .
until it is 100 -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di quinrou . Inviato: 28 February 2006 12:03 A: Flashcoders mailing list Oggetto: [Flashcoders] dispatching an event from a frame Hi all, I was wondering if it was possible

[Flashcoders] max character for file name on a mac

2006-03-03 Thread quinrou .
Hi all, I am sahring a problem that got solved bbut that i found really bizzare We basically had a swf loading a video in itself, the file name for that vid was pulled off an xml file which was loaded in. That swf worked fine on pc but as soon as we tried to run it on a mac it stoped working. We

Re: [Flashcoders] max character for file name on a mac

2006-03-04 Thread quinrou .
just refuses to load long ones. I seem to remember this is a hard-disk only error by the way. Try uploading the whole thing to a web server. On 03 Mar 2006, at 15:43, quinrou . wrote: Hi all, I am sahring a problem that got solved bbut that i found really bizzare We basically had

[Flashcoders] caret colour changes

2006-04-12 Thread quinrou .
Hi all, I am having a problem. The caret or i-beam seems to change colour in a flash text field according to the colour of the text where it is located. Now and then the caret takes the colour of the text it's in and sometimes not. This becomes an issue when the colour of the text is the same as

[Flashcoders] as3 class flowchart

2006-07-26 Thread quinrou .
Hi all, I am after an as3 class flowchart that would tell me the way that classes are organised. I have seen one kicjing about a little while ago but i can't seem to be able to find the link thanks seb ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] as3 uml packages

2006-07-26 Thread quinrou .
Hi all, Has anyone got a UML flow diagram of all the AS3 packages/classes? thanks seb ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

[Flashcoders] how to set the root directory - swf vs html?

2006-08-08 Thread quinrou .
Hi, My HTML and my flash movie live in 2 different directories. So when I work in the flash IDE my swf can load all its assets but when I try to use that same swf via its HTML page the swf can't find its assets. Because it now has its root as the html root. I am pretty sure there's a work around

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-09 Thread quinrou .
this variable to load your data: loadMovie(swfFolder + image.jpg); Peace Chris quinrou . wrote: Hi, My HTML and my flash movie live in 2 different directories. So when I work in the flash IDE my swf can load all its assets but when I try to use that same swf via its HTML page the swf can't

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-16 Thread quinrou .
: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_12701 On 8/9/06, quinrou . [EMAIL PROTECTED] wrote: cool thx! On 8/8/06, Merrill, Jason [EMAIL PROTECTED] wrote: swfFolder = _level0._url.substring(0,_level0._url.lastIndexOf(/)) + /; That looks familiar. ;) Jason Merrill

[Flashcoders] accessibilty - tabbing cycle

2006-08-23 Thread quinrou .
hi, I am hvaing a problem with tabbing. I am trying to set a tab order on movieclip which aren't in the same scope as in they are embedded into different movieclips. i.e. mcA embeds mc1, mc2, mc3 mcB embeds mc1, mc2, mc3 taborder is made as followed mcA.mc1.tabIndex = 0 mcA.mc2.tabIndex = 1

[Flashcoders] FAMES and flashout

2007-03-15 Thread quinrou .
Hi, I am having a problem with the open sources fames I followed this tutorial http://osflash.org/getting_started_with_fames to install all the open sources and did this tuotrial http://theresidentalien.typepad.com/fames/part1.htm http://theresidentalien.typepad.com/fames/part2.htm everything

Re: [Flashcoders] Scaling Filters

2007-04-11 Thread quinrou .
try to use the matrix to scale ur mc to see if that persists On 4/11/07, Zeh Fernando [EMAIL PROTECTED] wrote: I don't think this works (But I wish it did). I have a HOLDERMC.CHILDMC.MCwithblurfilterapplied I'm scaling HOLDERMC 200% and the blur does not scale on any child MCs. All I've

[Flashcoders] flash and USB port

2007-05-18 Thread quinrou .
Hi all, I was wondering if anyone knew how can Flash 8 or 9 can access the USB port? Would I need to use a third party software such as ZInc or mProjector? I had a look at Zinc and mProjector and it looks like none of them are supporting USB. Does anyone know which application would do that?

Re: [Flashcoders] flash and USB port

2007-05-18 Thread quinrou .
it with hyperterminal. hth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of quinrou . Sent: sexta-feira, 18 de Maio de 2007 10:41 To: Flashcoders mailing list Subject: [Flashcoders] flash and USB port Hi all, I was wondering if anyone knew how can Flash 8 or 9

Re: [Flashcoders] flash and USB port

2007-06-11 Thread quinrou .
] On Behalf Of quinrou . Sent: sexta-feira, 18 de Maio de 2007 18:42 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] flash and USB port Joe, i thought about that I also fund a xtra for doing so too but, i would rather avoid using Director. Pedro, I have been checking out Zinc

[Flashcoders] patching MM classes for mtasc

2007-06-21 Thread quinrou .
Hi all, I tried to patch the MM classes to work with MTASC but I haven't been successful. I was wondering if anyone managed to do it and if they could provide me with the patched set? Many thanks ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] patching MM classes for mtasc

2007-06-21 Thread quinrou .
need are included in an injection swf. greetz JC On 6/21/07, Muzak [EMAIL PROTECTED] wrote: http://www.google.com/search?hl=enq=mtasc+mm+classes - Original Message - From: quinrou . [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday

Re: [Flashcoders] patching MM classes for mtasc

2007-06-22 Thread quinrou .
to contact me offlist if you have any further questions. greetz JC On 6/21/07, quinrou . [EMAIL PROTECTED] wrote: can u provide a link to that swc - i haven't managed to find it on the osflash.org site? thanks On 6/21/07, Hans Wichman [EMAIL PROTECTED] wrote: Hi, i think there is some

[Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-24 Thread quinrou .
Hi all, I am wondering how can I manage to find the path to where a MC belongs? in AS2 when you wanted the target to where the MC was all you had to do was to trace the movieclip instance. For instance cosider the following example: var mc:MovieClip = this.attachMovie(something , something0 ,

Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-26 Thread quinrou .
+ :) 2007/7/24, quinrou . [EMAIL PROTECTED]: Hi all, I am wondering how can I manage to find the path to where a MC belongs? in AS2 when you wanted the target to where the MC was all you had to do was to trace the movieclip instance. For instance cosider the following example: var mc:MovieClip

[Flashcoders] as3 ColorMatrix class

2007-08-14 Thread quinrou .
Hi all, I after the AS3 versino of the grant Skinner ColorMatrix class ( http://www.gskinner.com/blog/archives/2005/09/flash_8_source.html ). Has anyone converted to AS3? If yes could you share it? many thanks Seb ___

Re: [Flashcoders] as3 ColorMatrix class

2007-08-14 Thread quinrou .
filters like glows, blurs, etc. www.TweenFilterLite.com (there's a link to the AS3 version) Jack -Original Message- Date: Tue, 14 Aug 2007 16:21:02 +0100 From: quinrou . [EMAIL PROTECTED] Subject: [Flashcoders] as3 ColorMatrix class To: Flashcoders mailing list flashcoders

[Flashcoders] as3 sound and swf overriding one another

2008-05-06 Thread quinrou .
Hi all, I am having a very strange behavior with the Sound object. I will try to describe the problem as accurate as possible. I have a mp3 which I have embedded in class like this [Embed(source='../../../../../embedded_assets/mp3/loop.mp3')] private var Loop:Class; This mp3 plays when the

Re: [Flashcoders] as3 sound and swf overriding one another

2008-05-06 Thread quinrou .
a solution for this problem? thanks On Tue, May 6, 2008 at 12:43 PM, Sidney de Koning [EMAIL PROTECTED] wrote: Hi Quinrou, I have exactly the same with an AIR project i'm building. I have not found a fix, there is an explanation i'm reading right now, it is in dutch, however the code should

Re: [Flashcoders] as3 sound and swf overriding one another

2008-05-06 Thread quinrou .
pan:Number = ( _motherShip.x / _width) - 0.5; SoundChannel(_sounds.mothership_stop).soundTransform = new SoundTransform(1, pan); HTH Glen quinrou . wrote: Sidney, Thanks for this but I think i will need to get the explaination coz the code isn't fully there. i.e. There no method

Re: [Flashcoders] as3 sound and swf overriding one another

2008-05-06 Thread quinrou .
calling stopallsounds stopped all sounds, across every browser tab - f*g annoying if you are listening to internet radio or similar. Sorry I can't be any more help... Glen quinrou . wrote: Hi Glen, I know I need to invoke the stop method to stop a sound object but what I am

[Flashcoders] screensaver

2008-07-03 Thread quinrou .
Hi all, I was wondering if anyone made any screensavers lately? And what piece of software you have used to bring their swf to a screensaver format. I remember using screentime about 2/3 years ago. I went back to the site but I can't find any information about whether the application take swf

Re: [Flashcoders] screensaver

2008-07-03 Thread quinrou .
just talks to the registry, puts the .scr file that will call your executable or if you choose to use the .swf, the user has to have the player on their computer. John on 7/3/08 11:19 AM, quinrou . at [EMAIL PROTECTED] wrote: Hi all, I was wondering if anyone made any screensavers