[Flashcoders] LoadVariables - Pipe character is being URL Encoded?

2009-04-17 Thread Lou Klepner
Hi, I'm calling a webservice which requires I separate its URL variables with a pipe symbol. ?values=1|2|3 When I call it using LoadVariables, the pipe symbol is being URL- encoded, and the web-service ends up receiving this request - ?values=1%7c2%7c3 Unfortunately the webservice is out

Re: [Flashcoders] LoadVariables - Pipe character is being URL Encoded?

2009-04-17 Thread Lou Klepner
Lou On Apr 17, 2009, at 2:12 PM, Benjamin Wolsey wrote: Am Freitag, den 17.04.2009, 12:58 -0400 schrieb Lou Klepner: ?values=1|2|3 When I call it using LoadVariables, the pipe symbol is being URL- encoded, and the web-service ends up receiving this request - ?values=1%7c2%7c3 Unfortunatel

[Flashcoders] Change anchor / registration point

2006-02-13 Thread Lou Klepner
Hi all, This might be a silly question - but I've been searching for a while and haven't come up with a good answer yet. The question is - how do you change a movieclip's anchor point at runtime? Lets say you've got a 400x300 movieclip, with an anchor point of 0,0 (upper lefthand corner).

Re: [Flashcoders] Change anchor / registration point

2006-02-13 Thread Lou Klepner
Apparently this is the question of the day - my question was answered in the thread 'Rotating a mc around a custom pivotpoint'. http://www.darronschall.com/weblog/archives/54.cfm On Feb 13, 2006, at 3:10 PM, Lou Klepner wrote: Hi all, This might be a silly question - but