Re: [Flashcoders] AS3: if (urlvars.bids != null) trace(urlvars.bids); still prints null?

2009-04-09 Thread Glen Pike
the null is maybe a string if it's from url variables. Alexander Farber wrote: Hello, does anybody please have an idea, why would this code: private function handleComplete(event:Event):void { var urlvars:URLVariables = event.target.data; .. if (urlvars.bids != null

Re: [Flashcoders] Flashplayer standalone settings

2009-04-09 Thread Glen Pike
Hi, Problem solved. Have to install the browser plugin and then visit the settings manager to allow access to the webcam by local applications... What a PITA... Glen Glen Pike wrote: Hi, Can anyone tell me how I might make sure that Flash Player standalone remembers my

Re: [Flashcoders] live streaming

2009-04-06 Thread Glen Pike
Hi, Check out these threads which I remember posting a while ago: http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg46719.html http://www.mail-archive.com/osfl...@osflash.org/msg15410.html Fabio Pinatti wrote: Hello all, I need to collect some resources about live

Re: [Flashcoders] ul mad spacing

2009-04-06 Thread Glen Pike
with a negative text-indent but that doesn't seem to work thanks guys best a ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] changing video playback speed with timer listeners

2009-04-06 Thread Glen Pike
); myTimer.addEventListener(TimerEvent.TIMER, timerHandler); myTimerActive = 1; myTimer.start(); timerTimes++ } -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Flashplayer positioning

2009-04-03 Thread Glen Pike
of working around.. Thanks for your help, maybe this will be useful for anyone with similar problems Glen Glen Pike wrote: Hi, I tried the Stage.align but this has no effect. The stage size is the same as the monitor size. Looking into this further, it seems to be an issue

Re: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Glen Pike
Hi, I have used the _root.url variable before to detect whether it is an http or a file based one and done caching based on that. Glen Paul Steven wrote: Is there a property or function to detect if a Flash movie is being tested in authoring mode or live on the web? Basically I have

Re: [Flashcoders] Proof of Concept - HTTPService object doesn't require crossdomain-policy file

2009-04-02 Thread Glen Pike
If that is the case then why is my standalone Flash exe restricted when I set it to allow network access only? Paul Andrews wrote: Isn't the context for an AIR application different to a flash application loaded from a browser? In the browser the flash swf is loaded from a particular domain

Re: [Flashcoders] Proof of Concept - HTTPService objectdoesn't require crossdomain-policy file

2009-04-02 Thread Glen Pike
say network only to an executable, it's like running it in a browser with no default domain, whereas an AIR application isn't restricted. Paul - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, April 02

Re: [Flashcoders] Proof of Concept - HTTPServiceobjectdoesn't require crossdomain-policy file

2009-04-02 Thread Glen Pike
Is this a projector or an AIR application? Seems to me that if you say network only to an executable, it's like running it in a browser with no default domain, whereas an AIR application isn't restricted. Paul - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash

[Flashcoders] Flashplayer positioning

2009-04-02 Thread Glen Pike
Hi, I have just setup FP10 in standalone on my Gentoo Linux box and am running a SWF from the command line in standalone mode. The x, y position of my SWF is all wrong - the SWF is positioned mostly off the screen. Reverting to FP9 standalone it works fine. The SWF is compiled

Re: [Flashcoders] Flashplayer positioning

2009-04-02 Thread Glen Pike
Hi, There is stuff offstage, but I am not sure if it is in a guide layer or not - will check later. Why this would happen in FP10 and not 9 though?? Glen Joel Stransky wrote: Is there any off-stage content that might be causing this? On Thu, Apr 2, 2009 at 12:42 PM, Glen Pike g

Re: [Flashcoders] Cross-domain policy - why is Flex more forgiving thanFlash?

2009-03-31 Thread Glen Pike
I would agree with John too - If it's up there, it's public - I guess that's the point. The crossdomain policy thing bugs me a great deal, especially when I have to implement the response in each program running on a port I want to connect to. For files: I know what file I want to load from

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Glen Pike
AMFPHP did this really well with result sets too - straight out of the box like CF. Muzak wrote: For database type data, Array of Objects. Forget about XML. With Coldfusion (and remoting) you can grab a database query result and just send that straight to Flash/Flex and it will be

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Glen Pike
30, 2009, at 4:23 PM, Glen Pike wrote: AMFPHP did this really well with result sets too - straight out of the box like CF. Muzak wrote: For database type data, Array of Objects. Forget about XML. With Coldfusion (and remoting) you can grab a database query result and just send that straight

Re: [Flashcoders] Pixel recognition?

2009-03-29 Thread Glen Pike
://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] ExternalInterface ...

2009-03-28 Thread Glen Pike
.: the request, then the response? Thanks. ** ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] ExternalInterface ...

2009-03-28 Thread Glen Pike
. ** ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Flash Future - Unity3D, iPhone and performance

2009-03-20 Thread Glen Pike
Naturally, to get the optimum feature set you will need to buy the whole A-Phone suite, A-SatNav, A-PhotoDevice, etc to get the best from the A-Phone, further slimming the wallet. On the downside you will require a pocket a foot square to put it all in.. ;-) And another pocket a foot square

Re: [Flashcoders] setBufferTime on stream locks up flashplayer

2009-03-20 Thread Glen Pike
I had a problem with FP9 connecting to a http stream which went with FP10... Hans Wichman wrote: Hi list, when setting the buffertime on a stream thats played through http, setting the buffertime completely locks up my interface for a few seconds. has anyone seen this before? regards, Hans

Re: [Flashcoders] Tips for newbie

2009-03-20 Thread Glen Pike
if it sounds lazy, but, my cable is off and I need gather most tuff possible to get home and use it a lot at weekend. Thanks in advance -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

[Flashcoders] crossdomain policy requests

2009-03-19 Thread Glen Pike
Hi, I have a flash app running from a standalone player in Linux that requests files from a webserver connection on localhost:80 and also connects to a socket on localhost:3000 Both of these connections require a crossdomain policy file implementation one in the webroot and one pushed

Re: [Flashcoders] Re: A very simply question of XML toString()

2009-03-19 Thread Glen Pike
Hi, Have a look for e4x if you are using AS3, if not look for http://www.xfactorstudio.com/ These will help immensely, but something like myXML.book.title might return an XMLList... Glen ACE Flash wrote: I was using this script, is there any short way to push them into an array?

Re: [Flashcoders] Question about AS3 components

2009-03-18 Thread Glen Pike
Eric E. Dolecki wrote: I have a component I am building that has a default size set with an avatar clip. When it's placed on stage by hand, it uses that dimension and it removes that clip. Great. I have overriden height and width mutators and accessors. When I resize the component on stage, it

Re: [Flashcoders] Intersection on circle based on angle

2009-03-17 Thread Glen Pike
Hi, You have the position of the point in polar coordinates (radius, angle), so you want to get the point in cartesian (x, y) - this function converts it. You need the angle in radians though. It's shorthand for: x = radius * sin(theta); y = radius * cos(theta); Where theta

Re: [Flashcoders] Looking for a configurable Flash Live Chat Box With Rooms Optional

2009-03-17 Thread Glen Pike
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3: Troubles styling the List

2009-03-15 Thread Glen Pike
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash CS4 selecting library temporarily 'hangs' the computer

2009-03-12 Thread Glen Pike
Hi, It's not a network thing is it?? We keep having to reset our pref's files for various Adobe products when a network share drops off... - when the program tries to open a browse dialog at the last known location that is on a network share that has disappeared, the program locks

Re: [Flashcoders] Flash CS4 selecting library temporarily 'hangs' the computer

2009-03-12 Thread Glen Pike
PM, Glen Pike g...@engineeredarts.co.ukwrote: Hi, It's not a network thing is it?? We keep having to reset our pref's files for various Adobe products when a network share drops off... - when the program tries to open a browse dialog at the last known location that is on a network share

Re: [Flashcoders] Tutorial for ASP.NET 2.0 using C# and AS3

2009-03-11 Thread Glen Pike
Try making the server side page use GET and POST, then debug your page in the browser with a normal query string to make sure that works first... Then plug it into Flash - you can use LiveHTTPHeaders for get requests, or a debugging proxy for more serious stuff :) Dave Watts wrote: I can't

Re: [Flashcoders] Advice on creating random grid of pairs for a game

2009-03-11 Thread Glen Pike
Jobe Makar's book about Flash Games Demystified has a wordsearch that shuffles words in a grid - it will keep shuffling upto a point, then decide that it is getting nowhere and try again. There may be some examples of this sort of thing online - I have the book at home if not :) Paul Steven

Re: [Flashcoders] Check for Full Screen Availability

2009-03-11 Thread Glen Pike
John Giotta wrote: I want to render the UI based on availability of features. One of them is a full screen Button/Sprite that I want to not appear if allowFullScreen is false. Does anyone know of a way to check for full screen availability? I've been scouring the interwebs for an answer, but no

Re: [Flashcoders] Check for Full Screen Availability

2009-03-11 Thread Glen Pike
. - John G On Wed, Mar 11, 2009 at 10:20 AM, Glen Pike g...@engineeredarts.co.uk wrote: John Giotta wrote: I want to render the UI based on availability of features. One of them is a full screen Button/Sprite that I want to not appear if allowFullScreen is false. Does anyone know of a way

Re: [Flashcoders] where did the mouseX go?

2009-03-11 Thread Glen Pike
import flash.display.Sprite.mouseX; import flash.display.Sprite.mouseY; ??? import flash.display.Sprite; :) Gustavo Duenas wrote: Hi Coders I have this code, is simple I want to move something using as3, but when I do the movie test with it, it gives me this error 1172: Definition

Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-06 Thread Glen Pike
at 11:10 PM, Glen Pike g...@engineeredarts.co.ukwrote: Hi, You can capture the microphone sound in Flash by publishing it to a server via a Netstream connected to Flash Media Server or Red5 (OS media server). You can't get the sound from the microphone and save it to an mp3 on your machine

Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-06 Thread Glen Pike
location. - Boyd - Original Message - From: Glen Pike g...@engineeredarts.co.uk Date: Friday, March 6, 2009 3:14 am Subject: Re: [Flashcoders] Capture sound input in Flash as MP3? To: Flash Coders List flashcoders@chattyfig.figleaf.com It's scary, but not that scary when you get

Re: [Flashcoders] Capture sound input in Flash as MP3?

2009-03-05 Thread Glen Pike
Hi, You can capture the microphone sound in Flash by publishing it to a server via a Netstream connected to Flash Media Server or Red5 (OS media server). You can't get the sound from the microphone and save it to an mp3 on your machine without sending it to be recorded by the server

Re: [Flashcoders] RegExp headache

2009-03-05 Thread Glen Pike
Hi, How about: /([=]+)([0-9]+)/ Check out RegExr by Grant Skinner - it's lovely. The problem with = and = is that there is look behind in the regex controlled by these chars so the order of = seems to be important??? Glen Jiri wrote: I would like some help on a regExp I

Re: [Flashcoders] RegExp headache

2009-03-05 Thread Glen Pike
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] MVC(S) Question

2009-03-01 Thread Glen Pike
in combination with others is shown, right? Or do they popup individually every time? Glen Pike schrieb: Hi, Thanks for your answer. I like the idea of loose coupling very much and the speed issue is important, but like you said, I need to test this out really. I still have

Re: [Flashcoders] Printing table receipt with Flex

2009-02-27 Thread Glen Pike
://blog.tikikitchen.com/2008/04/18/printing-in-flash-in-10-simple-steps Glen Pike wrote: Omar Fouad wrote: Hi all,I am working on a POS application in AIR and SQLite, and I am stuck with this little problem. I need to send to a printer, some data from an array and create a table

Re: [Flashcoders] MVC(S) Question

2009-02-27 Thread Glen Pike
you need to implement a prototype of a likely application state. How should someone else know? But as a general tip: Always go with the better architecture - the speed comes with better hardware (or flash player). Glen Pike schrieb: Hi, I am reworking an application we use

Re: [Flashcoders] MVC(S) Question

2009-02-27 Thread Glen Pike
Hmmm, Just realising this looks an awful lot like the PureMVC GetNotificationInterest system... Glen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] drag along custom path

2009-02-26 Thread Glen Pike
http://keith-hair.net/blog/category/actionscript-3/ Might be a good place to start... Tom Huynen wrote: Hi guys, I'm trying to drag a sprite along a rectangle with rounded corners. Does anybody know an easy way to do this? Kind regards, Tom ___

[Flashcoders] MVC(S) Question

2009-02-26 Thread Glen Pike
Hi, I am reworking an application we use for a touchscreen interface and am trying to design the architecture for all the right reasons. I am currently wrangled in MVC-ness and trying to work out the best way to move forward. Having immersed myself in many books and texts, I still

Re: [Flashcoders] Printing table receipt with Flex

2009-02-26 Thread Glen Pike
Omar Fouad wrote: Hi all,I am working on a POS application in AIR and SQLite, and I am stuck with this little problem. I need to send to a printer, some data from an array and create a table.. in other words, I need to print a receipt. Is there any way to create dinamically a table and fill it

Re: [Flashcoders] How to know coordinates of letters in non fixed-width fonts

2009-02-24 Thread Glen Pike
, Glen Pike postmas...@glenpike.co.uk wrote: Hi, You should be able to get the width of each sprite with the single letter in??? Maybe mask the stream area out. Start each letter at x - letterWidth, increase the x after each

Re: [Flashcoders] is this the getURL bug?

2009-02-24 Thread Glen Pike
Think I fixed it by using a URLRequest rather than getURL - AS3 though... I do remember this being a problem in IE before that. (Apologies if you are still on AS2). The other way maybe to try _self instead of _blank??? Mattheis, Erik (MIN - WSW) wrote: Suddenly a few weeks ago, getURL

Re: [Flashcoders] is this the getURL bug?

2009-02-24 Thread Glen Pike
Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: Tuesday, February 24, 2009 2:57 PM To: Flash Coders List Subject: Re: [Flashcoders] is this the getURL bug? Don't know if this helps, but it sounds like

Re: [Flashcoders] is this the getURL bug?

2009-02-24 Thread Glen Pike
-Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: Tuesday, February 24, 2009 2:57 PM To: Flash Coders List Subject: Re: [Flashcoders] is this the getURL bug? Don't know if this helps, but it sounds

Re: [Flashcoders] AS3 - Checking if root swf has completely loaded before executing script - Help?

2009-02-23 Thread Glen Pike
Carl Welch wrote: Hi Guys. I need to make sure that my swf has completely loaded in the page before I execute a particular script. Any suggestions on how to go about this? Point me in the direction... please? Thanks Cheers! Hi, If you mean calling JavaScript, could you call this

Re: [Flashcoders] How to know coordinates of letters in non fixed-width fonts

2009-02-23 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing

Re: [Flashcoders] Fullscreen Mode with TWO projectors

2009-02-19 Thread Glen Pike
Hi, Have you tried with just the SWF versions of your apps? Hi, I tried this with 2 normal SWF's this morning on my Windows XP dual monitor setup and I can get both Flash apps to go full screen. One starts fullscreen anyway with fscommand, the other I can use CTRL+F to go

[Flashcoders] Which way is best...

2009-02-18 Thread Glen Pike
Hi, I am looking into the architecture of an application where components are instanciated and configured generally at runtime, although some components maybe placed on the stage at author time and wired up runtime. The application is pretty much an interface to control system which we

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Glen Pike
to be a bit more clear on this. Glen Nate Beck wrote: Just out of curiosity... Why are you deploying your application as a stand-alone projector when you could deploy it as an Adobe AIR application? On Mon, Feb 16, 2009 at 2:03 PM, Glen Pike postmas...@glenpike.co.ukwrote: Hi, I don't think

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Glen Pike
, but the AIR app (and your app) will install themselves on your user's computer. Ian On Tue, Feb 17, 2009 at 9:33 AM, Glen Pike g...@engineeredarts.co.uk wrote: Hi, I did not use AIR because I was doing a DVD / CDROM project and projector works out of the box. Without lots of reading and extra work

[Flashcoders] Flash Text Engine

2009-02-17 Thread Glen Pike
Hi, Quick question about the new text engine in Flash 10... I am using the simple text engine rather than the full on text layout framework, but can anyone tell me how I set the alignment of a TextElement / TextBlock / TextLine??? Thanks.. Glen

Re: [Flashcoders] Flash Text Engine

2009-02-17 Thread Glen Pike
Hi, I am using the flash.text.engine classes not the flashx.textLayout ones. All I want to do is put some text into the equivalent of a button text field and have it aligned to the right if my text is in Arabic - I don't need all the extra Text Layout Framework stuff for this

Re: [Flashcoders] Frame-based tween solution

2009-02-17 Thread Glen Pike
Hi, Does the TweenLite let you listen for timer events? You could implement your own counter and trigger your anims in a listener - crude, but hey... Glen Weyert de Boer wrote: Hello, I am currently working on a job where I need to convert a timeline-based animation to

Re: [Flashcoders] RE: How to set a TextFormat to the label of a TileList

2009-02-17 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
didn't work anymore. Did adobe sneak in more stringent security? If so, why does my fscommand work? Glen, would you mind telling me what player version shows up when you export a projector from your IDE? -jonathan On Sun, Feb 15, 2009 at 6:43 PM, Glen Pike postmas...@glenpike.co.ukwrote: Hi

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
does my fscommand work? Glen, would you mind telling me what player version shows up when you export a projector from your IDE? -jonathan On Sun, Feb 15, 2009 at 6:43 PM, Glen Pike postmas...@glenpike.co.ukwrote: Hi, I have no problem with this when publishing a projector from CS3

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
to the Players/ directory if this is such an important security fix? -jonathan (Glen, I think I beat your test score by 0.0.106. Booyah.) On Mon, Feb 16, 2009 at 2:06 PM, Glen Pike postmas...@glenpike.co.ukwrote: My IDE published to 9.0.45.0 for that projector. HTH Glen jonathan howe wrote

Re: [Flashcoders] RTL...

2009-02-16 Thread Glen Pike
Arabic say it's correct. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

[Flashcoders] FLV strangeness

2009-02-13 Thread Glen Pike
Hi, I am trying to debug a problem with streaming an FLV using ffmpeg + ffserver and have run into something bizarre... Running from the IDE, I am playing an FLV from the server with the URL: http://192.168.0.55:8090/test2.flv The server is not running - I can try to load the

Re: [Flashcoders] FLV strangeness

2009-02-13 Thread Glen Pike
Hmmm, Restarting the IDE seemed to sort this out - g, crappy IDE. Glen Glen Pike wrote: Hi, I am trying to debug a problem with streaming an FLV using ffmpeg + ffserver and have run into something bizarre... Running from the IDE, I am playing an FLV from the server

[Flashcoders] FLV test streams

2009-02-13 Thread Glen Pike
Hi, Does anyone know of any test URL's which serve up FLV streams over HTTP. I am trying to track down a bug and want to eliminate problems with my streaming setup... Thanks Glen ___ Flashcoders mailing list

Re: [Flashcoders] FLV test streams

2009-02-13 Thread Glen Pike
Hi, Found a random stream now thanks. Glen Glen Pike wrote: Hi, Does anyone know of any test URL's which serve up FLV streams over HTTP. I am trying to track down a bug and want to eliminate problems with my streaming setup... Thanks Glen

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Glen Pike
Hi, I think you may have a problem with Local access vs Network access - check your publish settings. Glen Rodrigo Augusto Guerra wrote: Hi all, I'm having problems with an flash I did and exported to EXE. The exe is executed locally and loads some content (images, xml, swf) from

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Glen Pike
IDE ? if not my settings is 'network access'. rodrigo. - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 11, 2009 9:34 AM Subject: Re: [Flashcoders] flash exe files proxy ports. Hi, I

Re: [Flashcoders] flash exe files proxy ports.

2009-02-11 Thread Glen Pike
when the content is beeing loaded by an flash exe from your desktop or only when you have flashes in different domains but both uploaded in a server? - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday

Re: [Flashcoders] php proxy

2009-02-06 Thread Glen Pike
http://xmlrpcflash.mattism.com/proxy_info.php Hans Wichman wrote: Hi list, I'm looking for a good proxy solution to circumvent flash cross domain policies. Fact is I'm not a php geek and can't discern whether the google results I've found open up major security holes in my server. I;m

Re: [Flashcoders] maths query

2009-02-05 Thread Glen Pike
/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Components for Touchscreen

2009-01-30 Thread Glen Pike
://wiki.nuigroup.com/Applications_and_libraries -- Libs in AS3 http://www.multitouching.nl/page.asp?page=148 -- Downloads and general info Hope this helps you, Sid On Jan 30, 2009, at 10:58 AM, Glen Pike wrote: Hi, Whilst I am Googling, does anyone know of any Flash components

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Glen Pike
If you remove all the which platform, which editor discussions that should halve the mailbox size, Also, stripping the out of office replies and job posts will probably thin another 10% :) Paul Andrews wrote: Don't worry, I'll repost my flash mailbox back to the list.. ;-) - Original

Re: [Flashcoders] Garbage Collection difficulty

2009-01-21 Thread Glen Pike
Hi, Do you have to destroy the Bitmap you create in the largeLoaded function??? Glen Sander Schuurman wrote: Hi cool list, I'm struggling with my Image class. It's supposed to load and unload different sized images dynamicly; but I can't seem to get it to work properly. The

Re: [Flashcoders] AS3: accessing loaderInfo.parameters.XXX from non-document class

2009-01-21 Thread Glen Pike
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Garbage Collection difficulty

2009-01-21 Thread Glen Pike
Sprite, isn't it? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: Wednesday, 21 January 2009 12:20 To: Flash Coders List Subject: Re: [Flashcoders] Garbage Collection difficulty Hi

Re: [Flashcoders] [flash textfield] lose formatting

2009-01-16 Thread Glen Pike
Hi, You can do this each time you add text with AS: //Get the text format before you change the text. var tf:TextFormat = myTextField.getTextFormat(); myTextField.html = newText; myTextField.setTextFormat(tf); Glen Fabio Pinatti wrote: the fonts are embedded. The

Re: [Flashcoders] inversed mask (bitmapData/matrix) help.. AS2

2009-01-13 Thread Glen Pike
/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Auto Reply: Flashcoders Digest, Vol 16, Issue 11

2009-01-09 Thread Glen Pike
/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] multi-touch directly in flash...

2009-01-08 Thread Glen Pike
Hi, Mario Klingemann demo'd something like this at FlashOnTheBeach 2007 - have a look at quasimondo.com to see the 2D or not 2D lecture - not sure if he released any code though? http://lectures.quasimondo.com/ Glen Anthony Pace wrote: I have figured out how to make flash work as

Re: [Flashcoders] How do you access this mailing list ...

2009-01-08 Thread Glen Pike
Hi, There is an online website that shows all the threads from the FlashCoders list, but I can't remember it's name. I found it when Googling, so try searching for a specific sentence from one of the list emails that maybe a month or so old - so Google has had time to spider it - the

Re: [Flashcoders] free online flash books at the toronto public library...

2009-01-07 Thread Glen Pike
Good job you are only reading the books then :-) Anthony Pace wrote: I just read the message and realized that, for someone that frequents the library, my spelling and sentence structure, outside of my essays, is not all that grand. Anthony Pace wrote: Free books available to library card

Re: [Flashcoders] Hi Flash Coders List, you were invited to join the gamer's social network

2009-01-07 Thread Glen Pike
. Warm regards, Playfire Team UUMC Ltd., 19 Greek St., 1st Floor, London, UK, W1D 4DT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440

Re: [Flashcoders] Custom eventListener

2008-12-18 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Timer (AS3 newbie question)

2008-12-16 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] asset versioncontrol

2008-12-10 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen

Re: [Flashcoders] What heck is up with parent in actionscript 3?

2008-12-10 Thread Glen Pike
at the moment, so your choice will affect freedom of people to use the content you make available. --strk; ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440

Re: [Flashcoders] Different class instances with socket using same port number?

2008-12-04 Thread Glen Pike
Eric E. Dolecki wrote: Wondering if it's possible to have different classes open sockets to the same port number? Going to throw stuff in an if/else and depending on a variable, send to the socket with different values. They all currently open to the same port number. ie. inside each of the

Re: [Flashcoders] Arabic flipping

2008-12-04 Thread Glen Pike
Hi, This is just a thought, but could you export the file as a CSV and use some kind of scripting language to generate an XML file - I may be way off, but you could set language options for PHP which might mean you are reading in the same charset as you are writing??? I don't have any

Re: [Flashcoders] Loader bytesTotal equals to 0

2008-12-04 Thread Glen Pike
if anyone have ever encountered in this absurd issue (I couldn't find anything on the web). Thanks, chr ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440

Re: [Flashcoders] [AS2] Catching clicks in child clip?

2008-12-03 Thread Glen Pike
Hi, Use a transparent clip over the top rather than making a clip a mask for your loaded clip - that should intercept mouse clicks, not sure a mask will? Glen mike cann wrote: Hello List, I have been forced to go back to AS2 recently for a work project and oh my is it annoying me.

Re: [Flashcoders] [AS2] Catching clicks in child clip?

2008-12-03 Thread Glen Pike
have objects off-stage and hence need to be masked when they are loaded in. 2008/12/3 Glen Pike [EMAIL PROTECTED] Hi, Use a transparent clip over the top rather than making a clip a mask for your loaded clip - that should intercept mouse clicks, not sure a mask will? Glen mike cann

Re: [Flashcoders] [AS2] Catching clicks in child clip?

2008-12-03 Thread Glen Pike
Hi, I think enabled only applies to the clip, not it's children. Glen jonathan howe wrote: I forget but doesn't the _mc.enabled property cascade downwards? So once loaded you could set the container for the loaded swf as enabled = false... ? On Wed, Dec 3, 2008 at 9:07 AM, mike cann

Re: [Flashcoders] hover event for links in HTML textfields - possible?

2008-12-02 Thread Glen Pike
Hi, You can use a tags in HTML textfields an you can also have these call ActionScript functions using asfunction:funcname or similar. This would work nicely for text with only a few words that you want to highlight. You can even use css to style your links. If you want every word

Re: [Flashcoders] adding physics to pivot object around a point

2008-12-01 Thread Glen Pike
? thanks for your help a ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] SWFobject and SWFaddress

2008-11-27 Thread Glen Pike
; mainLoaderContent (this.ID+.swf, mc_MainContainer); } trace(url); } } }; } } else { trace(XML Failed to Load); } } ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326

Re: [Flashcoders] online .swf generator

2008-11-26 Thread Glen Pike
Could you create your templates in MXML, then for each user generate a custom MXML application that you compile on the server with the Flex SDK? Or for AS2, you can do something like this with MTASC - someone posted this the other day? HTH Glen Axel Aigret wrote: Hi :) Can you

Re: [Flashcoders] Flash/Flex Font Embedding

2008-11-25 Thread Glen Pike
Hi, You can use the [Embed] Directive in a few places in Flex. Inside your MXML code - create a new project - then you can add normal actionscript by inserting mx:Script tags - start typing Scr... and Flex Builder will try to auto-complete. Between your Script tags is ActionScript

<    1   2   3   4   5   6   7   8   9   10   >