[Flashcoders] AS3 addChild() strange behaviour

2008-01-21 Thread Toby de Havilland
sendNotification() when the data is returned and then call buildMenuItems()... the actionscript inside the MenuItemMC is ignored. Has anyone else seen this problem where MovieClips added using addChild() appear to ignore their timeline scripts? -- Regards, Toby de Havilland

RE: [Flashcoders] What do you think are the best Flash projects and RIA's

2007-02-14 Thread Toby
I'd take a look at www.thefwa.com, I know a lot of people that highly rate the site and go there daily. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 14 February 2007 19:11 To: Flashcoders mailing list Subject: Re: [Flashcoders]

[Flashcoders] clickTags and sending variables to aspx

2007-02-13 Thread Toby Morey
Hey there Does anyone know how to append variables to an .aspx URL via a clickTag button on a banner ad? I haven't a clue (just a designer pretending to be a coder ;) At the moment the script I have on the button is: on (release) { var1 = append=this_to_be_appended_to_URL;

RE: [Flashcoders] Anyone hate flash 9 already?

2007-02-13 Thread Toby
. This isn’t the best place for easy questions either, I do recommend http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie Please don’t spam this list :¬) Toby ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] clickTags and sending variables to aspx

2007-02-13 Thread Toby Morey
); } if you need the var names as part of the URL string you may need... on (release) { var1 = append=this_to_be_appended_to_URL; getURL(clickTag+?var1=+var1, _blank); trace (var1); } On 2/13/07, Toby Morey [EMAIL PROTECTED] wrote: Hey there Does anyone know how to append variables

RE: [Flashcoders] AS Tweening. Approach to prevent tween clashing?

2006-11-03 Thread Toby
Am quite busy so I can only give a quick answer, but I believe there is documentation provided with laco on 'stopTween()' or similar. I personally don't use this much, and tend to disable buttons that would allow a user to clash animations. Hth, Toby -Original Message- From: [EMAIL

RE: [Flashcoders] problem with flash 7 flv player

2006-10-30 Thread Toby
Yes this will most likely be the case, Gotta love M$ windo Put the request below through to your host :¬) T -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: 30 October 2006 16:28 To: Flashcoders mailing list

RE: [Flashcoders] Express Install (again)

2006-10-17 Thread Toby
Can I recommend you subscribe to the SWFobject list and post this question there [EMAIL PROTECTED] On the point of the issue you are experiencing I would have thought this could have been also been influenced by browser behaviour and the installers behaviour, regardless of SWFObject, infact, I

RE: [Flashcoders] Flash Accessibility Issues

2006-10-12 Thread Toby
You might want to request which platforms you will be supporting for people with accessibility problems, or make a list yourself and then take the appropriate measures to ensure they are supported with your efforts. I have no experience whatsoever but accidentally tripped across the flash players

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Toby
I have had fla's go haywire on me for unknown reasons, its only happened once but it was very random. I created a new FLA and literally copied everything across and it worked fine... maybe I had overlooked something but I am under the impression that they can get confused by themselves in a rare

RE: Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Toby
If you want to play video backwards don't be silly and try and rewind your actual movie (for the reasons already outlining in the email responses compression and keyframes) You will need to do this in a video editing program, then export a separate video. This solution is feasible if your .mov

RE: [Flashcoders] RE: Images stay on memory forever?

2006-09-01 Thread Toby
Here's a nbie suggestion, but can you not use 'delete'? -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Dimitrios Bendilas Sent: 01 September 2006 14:53 To: Flashcoders mailing list Subject: Re: [Flashcoders] RE: Images stay on

RE: [Flashcoders] dynamic spacing

2006-08-25 Thread Toby
This is 100% no cuss, but hop into flash newbie and ask these questions there. I am even going to ask questions first in there as I know this is a list for a lot of well developed coders! Ontop of this it also helps the others in the flash newbie list, and you will get more detailed responses to

RE: [Flashcoders] extract audio

2006-08-24 Thread Toby
Hmm google through back some pretty nice results with extract audio from FLV http://www.videohelp.com/tools?tool=FLV_Extract This one looked like the easiest... although not tried it -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] quality best question

2006-08-22 Thread Toby
At first I thought you may just want to change the global quality settings, as I have had to do this on projects before, not a nice thing to have to do tho... just change the quality before you tween, then change it back once its finished. This can be noticeable in different ways for text and

RE: [Flashcoders] getting my info into flash

2006-08-22 Thread Toby
Not sure if you have tried this already http://www.amfphp.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Flash guru Sent: 22 August 2006 18:34 To: Flashcoders mailing list Subject: [Flashcoders] getting my info into flash Hey

RE: [Flashcoders] flash player

2006-08-18 Thread Toby
http://www.google.co.uk/search?q=standalone+flash+player+installstart=0ie= utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official Not sure if this is what you are after? T -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Hans Wichman

RE: [Flashcoders] how to hide your AS 2.0 from flash leech software

2006-08-04 Thread Toby
Yea I believe there are SWF encryption programs; You will probably find out more than me by just googling that... Toby -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Christian Pugliese Sent: 02 August 2006 16:15 To: Flashcoders

RE: [Flashcoders] blank flash movie (what is this)

2006-07-27 Thread Toby
I have seen this on windows servers before, it may be because the filetype is not registered on the server. You can test by checking the file is uploaded ftp wise and it is not accessible via a browser with the correct URL. Toby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL