RE: [Flashcoders] - Array memory performance

2007-06-16 Thread Adrian Lynch
He meant that the line: my_array.push(z)=z; should be: my_array.push(z); You're right about recreating the array, you could leave out the delete my_array and just overwrite it with new Array(). Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Crist

RE: [Flashcoders] Shifting points 90 degrees

2007-04-24 Thread Adrian Lynch
EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 24 April 2007 11:22 To: Flashcoders Subject: [Flashcoders] Shifting points 90 degrees Hey all, I'm using the tutorial on building a carousel from gotoandlearn.com as the basis of one that has a few more things it can do. I'm having trouble with t

[Flashcoders] Shifting points 90 degrees

2007-04-24 Thread Adrian Lynch
Hey all, I'm using the tutorial on building a carousel from gotoandlearn.com as the basis of one that has a few more things it can do. I'm having trouble with the placement of items on the circle at the beginning. The angle is derived with: t.angle = i * ((Math.PI * 2) / numOfItems); The x and

RE: [Flashcoders] Flash 8 Trial

2007-04-17 Thread Adrian Lynch
same problem recently... I've found a direct link that still works : https://www.adobe.com/cfusion/tdrc/index.cfm?product=flashpro 2007/4/17, John Dowdell <[EMAIL PROTECTED]>: > Adrian Lynch wrote: > > Maybe it's just me, but I can't find any Flash trials on adobe

[Flashcoders] gotoandlearn.com down

2007-04-17 Thread Adrian Lynch
I can't get to gotoandlearn.com, anyone else having the same problem? I'm after the carousel tutorial, does anyone have the files to hand? Ta. Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search t

[Flashcoders] Flash 8 Trial

2007-04-17 Thread Adrian Lynch
Maybe it's just me, but I can't find any Flash trials on adobe.com. Are any available? Does anyone have a trial copy of Flash 8 I could get hold of if not? Cheers all. Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your su

RE: [Flashcoders] MovieClipLoader ...

2007-04-04 Thread Adrian Lynch
You email lost it's formatting at my end. Try sending again. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Ford Sent: 04 April 2007 07:27 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] MovieClipLoader ... Can anyone see why t

RE: [Flashcoders] import own class (use SOME_CONST instead ofMyUtils.SOME_CONST)

2007-04-04 Thread Adrian Lynch
Short of someone giving you a better answer, I'd say no. Unless you write something that took a class and put all it's static members in the current scope. Best to wait till someone else answers this though, I'm just guessing :) Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[

RE: [Flashcoders] eolas fix for IE7

2007-04-03 Thread Adrian Lynch
I'm using it and it works. Got any code to have a look at. Maybe you're using it differently. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew Ganz Sent: 03 April 2007 17:20 To: Flashcoders mailing list Subject: [Flashcoders] eolas fix for IE7

RE: [Flashcoders] SWF Only Loads Once

2007-03-30 Thread Adrian Lynch
I second that, only I tend to pass it in via FlashVars so I can leave it to cache if I want to. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steven Sacks | BLITZ Sent: 30 March 2007 01:33 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcod

RE: [Flashcoders] Image resizer that maintains ratio

2007-03-26 Thread Adrian Lynch
Date: Mon, 26 Mar 2007 13:08:09 +0100 From: "Adrian Lynch" <[EMAIL PROTECTED]> Subject: [Flashcoders] Image resizer that maintains ratio To: "Flashcoders" Message-ID: <[EMAIL PROTECTED]> Any examples out there? I've got as far as resizing a user supplied image a

RE: [Flashcoders] Image resizer that maintains ratio

2007-03-26 Thread Adrian Lynch
Yup, sorry for being vague. It's the maintaining of the ratio while the user resizes that I'm after. A user uploads an image, I load this image into a container and force it to fit into a maximum and minimum width and height. Within this container the user can resize the image without expanding o

[Flashcoders] FW: Image resizer that maintains ratio

2007-03-26 Thread Adrian Lynch
Should have pointed out, the resizing will happen by the user dragging anchor points on the corners of the images. Ta. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 13:08 To: Flashcoders Subject: Image resizer that maintains ratio Any examples out

[Flashcoders] Image resizer that maintains ratio

2007-03-26 Thread Adrian Lynch
Any examples out there? I've got as far as resizing a user supplied image and am about to work on the ratio remaining fixed. Just thought I'd throw this out there as I think it may be tricky. Ta. Adrian ___ Flashcoders@chattyfig.figleaf.com To change

RE: [Flashcoders] Site Check

2007-03-16 Thread Adrian Lynch
Math.round() should do it. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gustavo Duenas Sent: 16 March 2007 13:01 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Site Check finally I got it...but it is exactly as the one you have

RE: [Flashcoders] Site Check - Seems Fine

2007-03-16 Thread Adrian Lynch
day, March 14, 2007 10:42 AM Subject: Re: [Flashcoders] Site Check > On 3/14/07, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > > > Could I get some of you to check this site: > > > > http://www.simon-mills.co.uk/test/ > > > > Some people are saying that it

RE: [Flashcoders] Site Check

2007-03-14 Thread Adrian Lynch
2007 16:17 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Site Check Good for me. Nice work. On the site itself I found it odd to have a dedicated domain, yet the contact email was virgin.net. Paul - Original Message ----- From: "Adrian Lynch" <[EMAIL PROTE

[Flashcoders] Site Check

2007-03-14 Thread Adrian Lynch
Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Cheers. Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Text as you type

2007-03-08 Thread Adrian Lynch
anyone have any examples of this in action? Adrian Lynch http://www.halestorm.co.uk/ http://www.adrianlynch.co.uk/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

[Flashcoders] Small text in components

2007-02-23 Thread Adrian Lynch
Can anyone suggest a reason for this: http://www.adrianlynch.co.uk/temp/smalltext.jpg The text is super tiny in all teh components. As far as I know, all I did was drag the components onto the stage. I used the resize tool on the buttons and text area but not the drop downs. A stumped Adrian. _

RE: [Flashcoders] Italic text being chopped

2006-11-14 Thread Adrian Lynch
that happen was just something really silly - the text field was too short for the font size. :-) Ian On 11/14/06, Adrian Lynch <[EMAIL PROTECTED]> wrote: > This is just a static text field. I changed it to dynamic and had a play > about with it's text format but no jo

RE: [Flashcoders] Italic text being chopped

2006-11-14 Thread Adrian Lynch
ng cropped then have you tried outlining your text boxes to see if there's anything going on there? - how are you setting the style on the textfield - TextFormat or Styles? T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch Sent: 14 November 2

RE: [Flashcoders] Italic text being chopped

2006-11-14 Thread Adrian Lynch
rs mailing list' Subject: RE: [Flashcoders] Italic text being chopped What font are you using? I've had a similar issue with ascenders in the past rather than descenders but turned out to be a dodgy font. T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Italic text being chopped

2006-11-14 Thread Adrian Lynch
My ps, qs, gs, ys and js are having their tails chopped off when made italic in a static text field. I've played about with the line spacing and indenting but to no avail. I thought it would be a simple fix but nothing I'm doing is working. Any ideas? Thanks Adrian _

RE: [Flashcoders] Chopping an FLV

2006-11-07 Thread Adrian Lynch
deo not working. for the codec, search for 'vp6 vfw codec 6.2 -pack'. It used to be distributed by on2, but not anymore, not sure if its legal or not. Meinte On 11/6/06, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > Thanks for that. I'm having a play about with it.

RE: [Flashcoders] Chopping an FLV

2006-11-06 Thread Adrian Lynch
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Meinte van't Kruis Sent: 06 November 2006 13:34 To: Flashcoders mailing list Subject: Re: [Flashcoders] Chopping an FLV i'm using flvtool to auto-cut movies for me, its beta, but it works. Meinte On 11/6/06, Adrian Lynch &l

[Flashcoders] Chopping an FLV

2006-11-06 Thread Adrian Lynch
Hey all, I am trying to extract a small section of a larger flv file and was wondering the best way to do it. I thought that importing to a movie, expanding the timeline and cutting the frames out would work but alas no. Any pointers or ideas. Cheers. Adrian ___

RE: [Flashcoders] jigsaw puzzle piece algorithm

2006-07-05 Thread Adrian Lynch
This was done a while back, but having it uniform doesn't work too well: http://www.halestorm.co.uk/jigsaw/ The innie-outie bit's are done randomly and it looks ok, but I was hoping to find something that would cut it more like a regular jigsaw. Let us know if you find anything. Adrian -O

[Flashcoders] OT: 5 minute job?

2006-07-02 Thread Adrian Lynch
Sorry if this has been passed around already. http://www.onlinehry.sk/play.aspx?id=1702 Ade ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Broug

RE: [Flashcoders] word docs-to-xml file

2006-05-17 Thread Adrian Lynch
Save the Word doc as HTML and see if it's easier to parse it. I had to do something similar but I gave up as the HTML was a right royal mess. Let us know how you get on. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marlon Harrison Sent: 17 May 200

RE: [Flashcoders] Scrollpane Movement

2006-05-16 Thread Adrian Lynch
ckHeight Or am I missing something too? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch Sent: Tuesday, May 16, 2006 12:43 PM To: Flashcoders Subject: [Flashcoders] Scrollpane Movement I'm knocking up a quick scrollpane(needs to be sma

RE: [Flashcoders] Scrollpane Movement

2006-05-16 Thread Adrian Lynch
ratio = contentHeight - trackHeight; should have been: ratio = contentHeight / trackHeight; Thanks for reading :O) Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 16 May 2006 17:43 To: Flashcoders Subject: [Flashcoders

[Flashcoders] Scrollpane Movement

2006-05-16 Thread Adrian Lynch
the scroll bar moves up and down in and content is the MC I'm putting in the scroll pane. What haven't I thought of or what am I doing wrong. Right now the content shoots off screen. I'm still debugging but I thought I'd put this out there incase someone has the equatio

RE: [Flashcoders] XML attributes with "-" in the name

2006-05-13 Thread Adrian Lynch
Yes, that's the way I've been getting at attributes. No problems so far. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rifled Cloaca Sent: 12 May 2006 20:09 To: Flashcoders mailing list Subject: [Flashcoders] XML attributes with "-" in the name Al

RE: [Flashcoders] v1 components in Flash 2004

2006-05-11 Thread Adrian Lynch
seeing this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 11 May 2006 12:18 To: Flashcoders mailing list Subject: RE: [Flashcoders] v1 components in Flash 2004 I might have to go down that path. I've swippedthe v1 SP from a file(copied f

RE: [Flashcoders] v1 components in Flash 2004

2006-05-11 Thread Adrian Lynch
.com/ Cheers, Ryan Hovey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch Sent: Thursday, May 11, 2006 7:13 AM To: Flashcoders Subject: [Flashcoders] v1 components in Flash 2004 Can anyone point me to info about using v1 components in Flash 20

[Flashcoders] v1 components in Flash 2004

2006-05-11 Thread Adrian Lynch
Can anyone point me to info about using v1 components in Flash 2004? I want something smaller than the v2 scroll pane. It increases the swf by 500%! Will using the MX version be a better move? Thanks. Adrian Lynch http://www.halestorm.co.uk

RE: [Flashcoders] quick xml question

2006-05-08 Thread Adrian Lynch
... you could email it to me along with a cheque for ?1000 and I will hand stitch it into a piece of felt, take a picture of it and email you a jpeg! Oh come on, don't tell me you're not tempted! :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Merrill, J

RE: [Flashcoders] onPress in nested MC

2006-04-28 Thread Adrian Lynch
Found the answer. delete this.onPress; Not sure why setting it to null or undefined didn't work though?! Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 28 April 2006 15:40 To: Flashcoders Subject: [Flashcoders] onPress in n

[Flashcoders] onPress in nested MC

2006-04-28 Thread Adrian Lynch
n't disappear when I hover anywhere over btn. Any ideas. I thought I had events sussed! Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/fl

RE: [Flashcoders] MC Tween

2006-04-28 Thread Adrian Lynch
Thank you thank you thank you... ... and once more thank you. I understand how it works, I just had a warped view of the code I was writing. Thanks for the great explanation. Very much appreciated. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ze

[Flashcoders] MC Tween

2006-04-28 Thread Adrian Lynch
a typo would be great. This is in 2004 Pro and I'm using the latest MC Tween, 2.28.29. Thanks all. Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/

RE: [Flashcoders] Flash to jpg

2006-04-13 Thread Adrian Lynch
Take a look in the publish settings. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Juan Anzaldo Sent: 13 April 2006 23:00 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash to jpg I need to export a vector image from flash to a jpg

RE: [Flashcoders] dumb xml question

2006-04-10 Thread Adrian Lynch
children[0]? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 10 April 2006 14:31 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] dumb xml question Hi, How can i get the innertext of an xml node of type 1 (without doi

RE: [Flashcoders] Assigning actions to dynamic movieclips

2006-04-07 Thread Adrian Lynch
No! :OD But what you could do is write a test case and work from that. It will probably be a pathing issue. Trace the objects you are trying to assign actions to. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sajid Saiyed Sent: 07 April 2006 11:55

RE: [Flashcoders] relative path issue

2006-04-06 Thread Adrian Lynch
You can create your own variable based on: System.capabilities.playerType It will be "External" when in the IDE. Other values include "ActiveX", "PlugIn" and one other which I can't remember. So something like: if (System.capabilities.playerType == "External") { path = "../"; } else {

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
Because that's the one I clicked on! :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 13:34 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] MXNA posts feeder - Flex application ok. just wondering how Grant Ski

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
When I clicked on the row in the datagrid, the next thing to load with the extended info was extended off screen to the right rather than being a fixed width. It works now though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
It's ok now. The Grant Skinner, Stolen Code one was extending off to the right by quite a way. Now it's ok :O) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 12:51 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] M

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
Now it's not working for me. It hangs and then I get a button with no label and a tooltip with no tip. Not sure what's wrong, it worked the first time. After clearing my cache it now works. :O) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev S

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
And... when you drill down to the details of the post, the panel it very wide. Could it extend down rather than across? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 10:47 To: 'Flashcoders mailing list' Subject: RE

RE: [Flashcoders] Makin a Game

2006-03-28 Thread Adrian Lynch
You'll need to know when the game is complete. How you do that depends on how you've built the game so far. You have a number of things to drag in to place, say 10, each time one of those things has been put in position, increment a counter. When that counter is the same as the number of things yo

RE: [Bulk] [Flashcoders] ScrollPane Track Problem

2006-03-23 Thread Adrian Lynch
Could it be that the first click is setting focus on the SP, the second is actually received? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of varfoo Sent: 03 March 2006 16:19 To: Flashcoders mailing list Subject: [Bulk] [Flashcoders] ScrollPane Track

RE: [Flashcoders] LOADVARS not working IE

2006-03-21 Thread Adrian Lynch
Got any code to see? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Johnny Zen Sent: 21 March 2006 12:28 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] LOADVARS not working IE HI all My flash using Loadvars within a secure webpage wo

RE: [Flashcoders] >> While and Var

2006-03-21 Thread Adrian Lynch
You're reference to the new text field is off, try storing the reference like this: dtd = _root.createTextField(dtd, dt, 0, spa1, 100, 15); So the working code is: var dtd; var spa; var spa1; var dt = 0; while (dt<=99) { trace(dt); dtd = "var"+dt; spa = dt*5; spa1 = (dt*15)+4

RE: [Flashcoders] flash8 and cgi

2006-03-18 Thread Adrian Lynch
How are you trynig to use sendAndLoad? What does your CGI script do/look like? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 18 March 2006 07:43 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] flash8 and cgi Hi

RE: [Flashcoders] File Exists - a better way?

2006-03-17 Thread Adrian Lynch
I think because if the file exists, you will have to wait till the file has loaded completely before you know about it. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andreas Rønning Sent: 17 March 2006 15:04 To: Flashcoders mailing list Subject: Re:

RE: [Flashcoders] File Exists - a better way?

2006-03-17 Thread Adrian Lynch
Do you have access to a scripting language on the server where the file resides? If you do, get that to do the check for if the file exists and interrogate that instead. Maybe. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wendy Richardson Sent: 17

RE: [Flashcoders] OT: Great bit of Director work, FPS with bots, network play etc.

2006-03-17 Thread Adrian Lynch
But where the baddies at? All that fire power and no one to use it on! :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Mountain Sent: 17 March 2006 11:42 To: Flashcoders mailing list Subject: [Flashcoders] OT: Great bit of Director work, FPS with bo

RE: [Flashcoders] automatic object re-arrange via drag/drop

2006-02-28 Thread Adrian Lynch
If you find out any more about this I'd love to hear about it too. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jayson K Hanes Sent: 28 February 2006 10:41 To: Flashcoders mailing list Subject: [Flashcoders] automatic object re-arrange via drag/dro

RE: [Flashcoders] mailto is not working

2006-02-27 Thread Adrian Lynch
Are you using this: link.onRelease = function(){ getURL("mailto:[EMAIL PROTECTED]"); }; <[EMAIL PROTECTED]");};> The extra bit was added by the posters email client(server?). It should be: link.onRelease = function(){ getURL("mailto:[EMAIL PROTECTED]"); }; And that should be in a frame

RE: [Flashcoders] mailto is not working

2006-02-27 Thread Adrian Lynch
Can you show us what you have so far? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bharat Group Sent: 27 February 2006 10:53 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] mailto is not working Guys, mailto: is not working in fla

RE: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Adrian Lynch
If you mean from a Flash movie in the browser, then you don't really have a choice as to what email client is used for mailto links. If you just mean you want any email client to open, Outlook, Outlook Express, Thunderbird etc. then two ways. 1. From HTML text in a text field mailto:[EMAIL PROTECT

RE: [Flashcoders] Navigating between labels? Scripting help:

2006-02-26 Thread Adrian Lynch
goCheckBackward would be the opposite of goCheckForward: goCheckForward = function() { if ( index >= max ) { index = 0; } gotoAndPlay(frames[index]); trace(frames[index]); index++; } goCheckBackward = function() { if ( index < 1 ) { index = max; } g

RE: [Flashcoders] Opening SWF in Flash via command line

2006-02-24 Thread Adrian Lynch
That you're not usually lucky? :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Tann Sent: 24 February 2006 10:52 To: Flashcoders mailing list Subject: RE: [Flashcoders] Opening SWF in Flash via command line Do you know, I've never pressed the "I'm

RE: [Flashcoders] OT: Please ignore, testing new id.

2006-02-22 Thread Adrian Lynch
Exactly! Gis your autograph?! :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cedric Muller Sent: 13 December 2005 10:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] OT: Please ignore, testing new id. how could we ignore @adobe.com ?? :-)) Ce

RE: [Flashcoders] OT: Object-Oriented ActionScript For Flash 8 thebook

2006-02-22 Thread Adrian Lynch
amazon.co.uk has it for ?25.84. Typical! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Merrill, Jason Sent: 22 February 2006 15:26 To: Flashcoders mailing list Subject: RE: [Flashcoders] OT: Object-Oriented ActionScript For Flash 8 thebook Based on your r

RE: [Flashcoders] Loading Swf files in site (protecting bandwith fromother sites)

2006-02-20 Thread Adrian Lynch
I've only heard of this in regards to images, but it's termed hotlinking. There's bound to be a bunch of solutions to it. http://www.google.co.uk/search?hl=en&q=prevent+hotlinking&btnG=Google+Search &meta= Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread Adrian Lynch
You could pass it in twice, clickTag=something&clickTAG=something Not pretty though. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Giotta Sent: 16 February 2006 15:28 To: Flashcoders mailing list Subject: Re: [Flashcoders] A Tool to Inject AS

RE: [Flashcoders] using AS to set the height and width of a new browserwindow

2006-02-13 Thread Adrian Lynch
Try using javascript: http://www.devguru.com/Technologies/ecmascript/quickref/win_open.html getURL("javascript:window.open('html/myHTMLpg.htm', 'myNewWindow', 'width=400,height=600')", "_blank"); Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dwayn

RE: [Flashcoders] Rotating a mc around a custom pivotpoint

2006-02-13 Thread Adrian Lynch
It was on Flashcoders or Flashnewbie a few days ago. http://www.darronschall.com/weblog/archives/54.cfm Is that the link you were after? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bart Wttewaall Sent: 13 February 2006 17:31 To: Flashcoders

RE: [Flashcoders] Ensuring commercial is played before thevideo while keeping .FLV external

2006-02-13 Thread Adrian Lynch
Way off topic, yes, but way out of line too. >From the info given you have no idea of the business or what they are trying to achieve. Your assumption is arrogant. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Miles Thompson Sent: 13 February 2006

RE: [Flashcoders] Ensuring commercial is played before the video whilekeeping .FLV external

2006-02-13 Thread Adrian Lynch
Maybe not the best solution, but if they get the file name from the flashVars, then pass it in another way, LoadVars, XML, Remoting... Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jamay Liu Sent: 13 February 2006 16:15 To: flashcoders@chattyfig.fig

RE: [Flashcoders] Stage.width not working in IE

2006-02-11 Thread Adrian Lynch
Not sure about the differences across broswers, but can we see some code. It might be something else you're doing? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of GregoryN Sent: 11 February 2006 13:30 To: flashcoders@chattyfig.figleaf.com Subject: [Fl

RE: [Flashcoders] SWF and URL

2006-02-10 Thread Adrian Lynch
Create a container swf with your own getURL and load the other into it. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eduardo Barbosa Sent: 10 February 2006 12:55 To: Flashcoders mailing list Subject: [Flashcoders] SWF and URL Hi all, Would be gr

RE: [Flashcoders] Outlook Address, Subject, Text

2006-02-09 Thread Adrian Lynch
If you mean in a getURL() then try: getURL("mailto:[EMAIL PROTECTED]&body=BODY"); Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of varfoo Sent: 09 February 2006 20:55 To: Flashcoders Mailing List Subject: [Flashcoders] Outlook Address, Subject, Text

RE: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Adrian Lynch
Second hand maybe? They do mention there's no tech support: "Registration for technical support/upgrades not available due to the reduced cost." Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Parcell Sent: 09 February 2006 17:52 To: Flashco

RE: [Flashcoders] Finding the swf background colour

2006-02-07 Thread Adrian Lynch
OTECTED] On Behalf > Of Adrian Lynch > Sent: 07 February 2006 15:07 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Finding the swf background colour > > That's the thing, are you sure it's in the swf? Maybe it's > just the fla. > > Ade > &g

RE: [Flashcoders] Finding the swf background colour

2006-02-07 Thread Adrian Lynch
That's the thing, are you sure it's in the swf? Maybe it's just the fla. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Mountain Sent: 07 February 2006 14:34 To: Flashcoders mailing list Subject: RE: [Flashcoders] Finding the swf background colour

[Flashcoders] Width limit on dynamically sized MC?

2006-02-05 Thread Adrian Lynch
I'm creating a very long line, about 65700 pixels long. This is placed in a scroll pane. Is there a limit on the width,or height, of an MC in Flash? I've not nailed down the exact width that fails, but it's about the 65700 mark. Would that be right? Thanks. Ad

RE: [Flashcoders] variables from XML -- Newbie still having trouble

2006-02-05 Thread Adrian Lynch
That does seem strange. My first thought would be that there might be some white space characters around the string in the XML. Try: trace(":" + _root.country + ":"); Or to remove the change that it's messing up somewhere between assigning to _root, try: trace(":" + myXML.firstChild.childNodes[4

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Adrian Lynch
Try: this[rfcClip].container.attachMovie(imgID); Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corban Baxter Sent: 02 February 2006 17:15 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; Hey guy

RE: [Flashcoders] targeting duplicateMovieClip

2006-02-02 Thread Adrian Lynch
Did you find the problem? duplicateMovieClip() returns a reference to the newly duped clip, you can store this as you wish. myDupe = dupeMePleaseSomebodyDupeME.duplicateMovieClip("youCanAlsoUseThisNameHereButI TendNotTo", someDepth); Ade -Original Message- From: [EMAIL PROTECTED] [mailt

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Adrian Lynch
As others have said, consistency is more important, but that's not to say that there are no good or bad naming conventions. Five years ago I had stupidly small names, then stupidly long names, now they're somewhere in the middle and mostly sensible and readable :O) Also, if you're working on a pr

RE: [Flashcoders] ActionScript equivalent of embed/object BASE tag

2006-02-02 Thread Adrian Lynch
You could do it manually. Create a variable and prepend(not a word!) it to all your loadMovie(), load() etc. calls. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Schluenzen Sent: 02 February 2006 10:23 To: Flashcoders mailing list Subject: [Flashco

RE: [Flashcoders] understanding the for loop

2006-02-01 Thread Adrian Lynch
What ARE you on about? :OD Adrian Lynch | Stuff | adrianlynch.co.uk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Merrill, Jason Sent: 01 February 2006 22:12 To: Flashcoders mailing list Subject: RE: [Flashcoders] understanding the for loop By

RE: [Flashcoders] understanding the for loop

2006-02-01 Thread Adrian Lynch
You're not incrementing imagesToGrab anywhere. for (...) { . imagesToGrab++; } Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corban Baxter Sent: 01 February 2006 21:29 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] un

RE: [Flashcoders] targetting a mc from a list - solved

2006-01-30 Thread Adrian Lynch
- solved ok, found the problem, my actual list has strings with spaces in them, which is what is making it not work. So I guess I'll fill them with "_" and then replace them with " " when I need the string with spaces. Thanks for the help guys. On 30 Jan 2006,

RE: [Flashcoders] targetting a mc from a list

2006-01-30 Thread Adrian Lynch
t: Re: [Flashcoders] targetting a mc from a list Thanks, but that doesn't work either. It looks like it should, but I'm still getting undefined. On 30 Jan 2006, at 13:31, Adrian Lynch wrote: > Try: > > parent_mc[listWhatever[0]]; > > Ade > > -Original M

RE: [Flashcoders] targetting a mc from a list

2006-01-30 Thread Adrian Lynch
Try: parent_mc[listWhatever[0]]; Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kent Humphrey Sent: 30 January 2006 13:25 To: Flashcoders mailing list Subject: [Flashcoders] targetting a mc from a list I have a list: (code is example only) listWhate

RE: [Flashcoders] Deleting a KeyListener

2006-01-29 Thread Adrian Lynch
removeListener()? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Hueners Sent: 29 January 2006 13:09 To: 'Flashcoders mailing list' Subject: [Flashcoders] Deleting a KeyListener I'm setting up a listener for the Enter key in a login portion of

RE: [Flashcoders] getting the html page

2006-01-29 Thread Adrian Lynch
There might be an in-built way to do this, but if not, and you have access to the html pages, pass in the page name using flashVars. Or see if running some JavaScript will work: window.location will return what's in the URL bar. So: a = theReturnedURL.split("/"); trace(a[a.length - 1]); should

RE: [Flashcoders] Fuzzy preloader

2006-01-29 Thread Adrian Lynch
Place the loader off stage, if the movie is still loading, you move the load on stage and the use sees it's still not there yet. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marco Sent: 19 September 2005 17:56 To: Flashcoders mailing list Subject: [Fl

RE: [Flashcoders] How to call functions in sequence

2006-01-28 Thread Adrian Lynch
Nooo, don't start thinking functions are slow. They're just slower than inline code. Functions are the first step in making more reusable code, use liberally! :O) Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of dls Sent: 28 January 2006 22:20 To:

RE: [Flashcoders] using variable in new color target

2006-01-27 Thread Adrian Lynch
Should this: _root.tempRegionCopy.currentShortName not be this: _root.currentShortName or visa versa? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of dls Sent: 27 January 2006 09:14 To: Flash Coders Subject: [Flashcoders] using variable in new color

RE: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Adrian Lynch
Forgetting your argument for a second, these two lines are something I can't stand to hear: "web developers MUST conform to" "i will never play a game in a browser because that's not what a browser is for" As a developer I can do what I like(within reason). As for browsers, they can do whatever

RE: [Flashcoders] Network Tools in Flash

2006-01-25 Thread Adrian Lynch
I'd forget Flash for the minute and look at regular tools that give you the info you're after. Once you have that, you'll need to look at ways to get at the data. I would look at command line tools, I'd write some ColdFusion to use these and then write the output of using these tools to XML for Fla

RE: [Flashcoders] Problems with Flash Plugin Switcher 2.1.0

2006-01-25 Thread Adrian Lynch
rks great. I wish there was a version for the Mac as well. > > Nathan > http://www.nathanderksen.com > > > On Jan 22, 2006, at 4:35 PM, Johannes Nel wrote: > > > not an insatller just an executable and it works like a charm. > > > > On 1/22/06, Adrian Lynch

RE: [Flashcoders] getting the name of an object

2006-01-23 Thread Adrian Lynch
fooObj._name Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sascha Balkau Sent: 23 January 2006 13:03 To: flashcoders Subject: [Flashcoders] getting the name of an object hi, this might be obvious but how do I get the name of an object? If I got an o

RE: [Flashcoders] Flash Remoting

2006-01-23 Thread Adrian Lynch
Not sure if this still applied, but you might need to download the class files and put them in your class path else the import will fail. If I'm wrong about this, could someone give a brief explanation/history of the remoting classes? Thanks. Adrian -Original Message- From: [EMAIL PROTE

  1   2   >