RE: [Flashcoders] Resizing Imported Images

2005-11-08 Thread Adrian Lynch
Load it into a nested MC and resize that instead? Why don't you want to resize the MC it's being loaded into? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lehr, Theodore M. Sent: 08 November 2005 14:13 To: Flashcoders mailing list Subject:

RE: [Flashcoders] output gone in flash 8?

2005-12-04 Thread Adrian Lynch
A colleague of mine had a similar problem with the actions panel. It's as if there was no code there yet he could copy and paste it into an external app. This was MX 2004 Pro and he's now on Flash 8... Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [Flashcoders] Function

2005-12-07 Thread Adrian Lynch
'this' refers to the button. Try targeting the text field with _root, _parent or if it's in a movie clip then the movie clip's name. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of CARABUS mobile+ Sent: 05 December 2005 07:58 To: Flashcoders mailing

RE: [Flashcoders] Loading multiple XML files

2005-12-07 Thread Adrian Lynch
I've not had to do that for XML files, but I have done it with images, i.e. load all images before continuing. This was the part of the code that did that(ignore most of it as it's out of context): images[i] = createClassObject(mx.controls.Loader, test + i, i);

RE: [Flashcoders] MovieClipLoader - onLoadComplete event

2005-12-10 Thread Adrian Lynch
Could they have ment that they weren't available until the MC had fully loaded? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nils Millahn Sent: 15 September 2005 11:19 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] MovieClipLoader -

RE: [Flashcoders] Turning off flash mx UIScrollBar when nothing toscroll.

2005-12-12 Thread Adrian Lynch
First give us access to your machine :OD Got a URL for us? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 12 December 2005 14:33 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Turning off flash mx UIScrollBar when

RE: [Flashcoders] Loading Xml from Flash over Http

2005-12-13 Thread Adrian Lynch
Is the path correct from the HTML page including the swf? I'm not up to scratch on crossdomain.xml file but I thought that it had to be in the root of the site. Can anyone confirm that? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brent Gore Sent:

RE: [Flashcoders] ****************** UnicodeInput ***************************

2005-12-15 Thread Adrian Lynch
It'll be the start of a trend! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 15 December 2005 12:42 To: Flashcoders mailing list Subject: Re: [Flashcoders] ** UnicodeInput *** nice ascii

RE: [Flashcoders] Wierd split

2005-12-20 Thread Adrian Lynch
Just took your code and plonked it in a new .fla and it works for me. Is anything else happening in the movie or any included movies? See it here: http://www.adrianlynch.co.uk/temp/colours.fla Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Boutin

RE: [Flashcoders] Faster code?

2005-12-21 Thread Adrian Lynch
Your // bad block looks ok to me. The only reasons I can think of to store the value first before using it is if you need it more than once or if the method/function name isn't clear, you can make it more so by the the name of the valiable you use for the returned value. Ade -Original

RE: [Flashcoders] Passing complex structure of parameters to webservice with ActionScript

2005-12-30 Thread Adrian Lynch
I don't know the answer, but you owe me £4.50 just for reading your email :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Binyamin Bauman Sent: 30 December 2005 19:03 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Passing complex structure

RE: [Flashcoders] recommended books on XML in Flash

2006-01-03 Thread Adrian Lynch
Thanks for that link. It's a good read. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sander Sent: 03 January 2006 17:53 To: Flashcoders mailing list Subject: Re: [Flashcoders] recommended books on XML in Flash Indeed: a good book on Xpath and

RE: [Flashcoders] link + php

2006-01-04 Thread Adrian Lynch
Are you talking about changing the flashVar value in the page? If so, does Flash pick up this change? I'd guess it doesn't and you'd need to reload the movie, I guess by re-wrtiing the HTML, object tag etc. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [Flashcoders] class conflicts

2006-01-06 Thread Adrian Lynch
Can you tell us your package and code structure. It might be that you're importing the same thing twice and Flash doesn't like it. Although I would have thought that importing the same package many times wouldn't be a problem. Ade -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Linebreak textfield

2006-01-08 Thread Adrian Lynch
I think it's likely to be String.fromCharCode(13) or String.fromCharCode(10) or a combination of the two rather than \r. Try setting your lookfor to one of the above. Which one wil depend on where and how the text file was created. Windows will but in a carriage return and and line feed, 13 and

RE: [Flashcoders] Some Safari browsers stops loading

2006-01-09 Thread Adrian Lynch
No inconvenience, I had the same thing happen loading a 1MB jpeg. Safari didn't like it. The good news was I didn't need to worry about Saf, so I ignored the problem. Not an answer I know, but just so you know someone else has had problems. Ade -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Concerning list etiquette

2006-01-10 Thread Adrian Lynch
No! Keep ya filthy algorithms to yourself!! Of course I'm only kidding :OD Share away... Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of elibol Sent: 10 January 2006 15:36 To: Flashcoders mailing list Subject: [Flashcoders] Concerning list etiquette

RE: [Flashcoders] Interactive SWF in a Scroll Pane

2006-01-12 Thread Adrian Lynch
How are you trying to do it? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Lutes Sent: 12 January 2006 04:17 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Interactive SWF in a Scroll Pane Is there a way to allow the contents of

RE: [Flashcoders] Obfuscation

2006-01-14 Thread Adrian Lynch
Great question! I've been meaning to find out mroe about this too. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of will g Sent: 14 January 2006 14:06 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Obfuscation Hello all, My name is Will,

[Flashcoders] Alpha fading a dynamic text field

2006-01-15 Thread Adrian Lynch
I can't for the life of me remember if I've done this before, and if I had problems with it in the past. Can you programatically fade a dynamic text field, for example with tf._alpha = 50? Here's a sample file. I tried applying the fade to both the text field and the containing MC. No luck.

RE: [Flashcoders] Alpha fading a dynamic text field

2006-01-15 Thread Adrian Lynch
To: Flashcoders mailing list Subject: Re: [Flashcoders] Alpha fading a dynamic text field just remember to embed the font :) Adrian Lynch wrote: I can't for the life of me remember if I've done this before, and if I had problems with it in the past. Can you programatically fade a dynamic

RE: [Flashcoders] [Flash Remoting MX]-null

2006-01-17 Thread Adrian Lynch
ColdFusion sometimes errors with a null point exception. This might eb the remoting equivalent. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Velevitch Sent: 17 January 2006 06:35 To: Flashcoders mailing list Subject: [Flashcoders] [Flash

RE: [Flashcoders] Stolen content

2006-01-19 Thread Adrian Lynch
I disagree. One link on it's own, such as http://www.google.com might not be, but a list of lots of search engines certainly is. Now please end this thread :OD Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alias Sent: 19 January 2006 14:42 To:

RE: [Flashcoders] populating Text Fields in nested Array

2006-01-19 Thread Adrian Lynch
I didn't know that. Thanks for the heads up. If that is the case, use the string reference to fill the array up c.createTextField(sctnNmTxt+sctnNmTxt_d, sctnNmTxt_d, sctnNmTxt_x, sctnNmTxt_y, sctnNmTxt_w, sctnNmTxt_h); sctnNm_array[1] = c[sctnNmTxt+sctnNmTxt_d]; I think. Adrian -Original

RE: [Flashcoders] Converting amp; in a URL?

2006-01-20 Thread Adrian Lynch
Are you outputting these URLs or using them in getURL()? That should work in getURL(). But if you're outputting them, one way to convert them is to use HTML text fields. Or, if you can't change the text fields, try this: str = Sometext with an amp; in.; function convert(str, from, to) {

RE: [Flashcoders] grid based progressive image loading ( I don't knowwhat to call it ) in flash?

2006-01-20 Thread Adrian Lynch
I can't see the example you're talking about, but it sounds like http://www.zoomify.com/ Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of elibol Sent: 20 January 2006 15:22 To: Flashcoders mailing list Subject: [Flashcoders] grid based progressive image

[Flashcoders] Duplicating MC with Loader inside

2006-01-22 Thread Adrian Lynch
I knew of an initialisation problem with nested Loaders from another project I did. Back then I didn't look too much in to it but this time I want to see if I can find a solution. Here's what I have and what I'm doing/trying to do: - I have an MC on stage, inside this is a Loader component. - I

RE: [Flashcoders] Duplicating MC with Loader inside

2006-01-22 Thread Adrian Lynch
. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 22 January 2006 13:04 To: Flashcoders Subject: [Flashcoders] Duplicating MC with Loader inside I knew of an initialisation problem with nested Loaders from another project I did. Back

RE: [Flashcoders] Duplicating MC with Loader inside

2006-01-22 Thread Adrian Lynch
Well, doLater wouldn't be defined either, so I can't use that. Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 22 January 2006 13:09 To: Flashcoders mailing list Subject: RE: [Flashcoders] Duplicating MC with Loader inside Would

RE: [Flashcoders] Duplicating MC with Loader inside

2006-01-22 Thread Adrian Lynch
Maybe doLater is the property I wait to be defined? Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 22 January 2006 13:09 To: Flashcoders mailing list Subject: RE: [Flashcoders] Duplicating MC with Loader inside Would

RE: [Flashcoders] Duplicating MC with Loader inside

2006-01-22 Thread Adrian Lynch
like to hear them. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Lynch Sent: 22 January 2006 13:26 To: Flashcoders mailing list Subject: RE: [Flashcoders] Duplicating MC with Loader inside Maybe doLater is the property I wait to be defined

[Flashcoders] Problems with Flash Plugin Switcher 2.1.0

2006-01-22 Thread Adrian Lynch
I'm just about to install Flash Plugin Switcher 2.1.0 and wondered if this has caused any problems for anyone. I'm coming to the end of a project and I don't fancy trying to fix player issues when I should be working :O) Oh and does it work as nicely as it sounds? Thanks. Adrian

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

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

RE: [Flashcoders] Problems with Flash Plugin Switcher 2.1.0

2006-01-25 Thread Adrian Lynch
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 [EMAIL PROTECTED] wrote: I'm just about to install Flash Plugin Switcher

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

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 you

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: [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

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:

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] 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

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)

RE: [Flashcoders] targetting a mc from a list

2006-01-30 Thread Adrian Lynch
: [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 Message- From: [EMAIL PROTECTED] [mailto

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

2006-01-30 Thread Adrian Lynch
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, at 14:00, Adrian Lynch wrote: Are you sure you're

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]

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

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:

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

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]

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:

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:

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:

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] 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] 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 Dwayne

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=somethingclickTAG=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] 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=enq=prevent+hotlinkingbtnG=Google+Search meta= Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

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

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 ?? :-))

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] 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; }

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 a href=mailto:[EMAIL

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

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 and

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

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

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: [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

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)+45;

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

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] 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: [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

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]

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

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

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] 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] 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

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

[Flashcoders] MC Tween

2006-04-28 Thread Adrian Lynch
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/listinfo/flashcoders

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

[Flashcoders] onPress in nested MC

2006-04-28 Thread Adrian Lynch
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/flashcoders Brought to you

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 nested

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,

[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] v1 components in Flash 2004

2006-05-11 Thread Adrian Lynch
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 2004? I want something

RE: [Flashcoders] v1 components in Flash 2004

2006-05-11 Thread Adrian Lynch
: [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 from the library) and added it to another movie

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

[Flashcoders] Scrollpane Movement

2006-05-16 Thread Adrian Lynch
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 equation needed to hand. Thanks. Adrian Lynch

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

RE: [Flashcoders] Scrollpane Movement

2006-05-16 Thread Adrian Lynch
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 small filesize) and I'm

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

[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

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

[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] Chopping an FLV

2006-11-06 Thread Adrian Lynch
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 [EMAIL PROTECTED] wrote: Hey

RE: [Flashcoders] Chopping an FLV

2006-11-07 Thread Adrian Lynch
. 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. I can't get it to work with the following: C

[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

  1   2   >