| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Off-Line
Join Date: Aug 2004
Location: Ibiza/Spain language :Hungarian/German/ abit English
Posts: 6,539
|
i think there is No way to do so
ActionScript Code:
http://www.actionscript.org/forums/s...288#post435288 Data is coming from a server ! Last edited by Xeef; 01-09-2006 at 06:37 PM.. |
|
|
|
|
|
#2 |
|
TEAM INTERNET
|
![]() ActionScript Code:
Maybe only the doubleslash will work ![]()
__________________
The author of windows file copy dialogue visits some friends: "I'm just outside of town so I should be there in about 15 minutes" "Actually it's looking more like 6 days" "No, wait, 30 seconds" |
|
|
|
|
|
|
|
|
#3 |
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
|
can you turn this into a while()
ActionScript Code:
And why is this false, while the rest are true? ActionScript Code:
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman Last edited by Flash Gordon; 01-12-2006 at 07:40 AM.. |
|
|
|
|
|
#4 |
|
TEAM INTERNET
|
ActionScript Code:
Hehe, developers crappy joke ![]()
__________________
The author of windows file copy dialogue visits some friends: "I'm just outside of town so I should be there in about 15 minutes" "Actually it's looking more like 6 days" "No, wait, 30 seconds" |
|
|
|
|
|
#5 |
|
Registered User
|
trace("\a" == "\f");
this returns false because \f is a code for a "form feed" similar to \n for a new line or \t for a tab. |
|
|
|
|
|
#6 |
|
TEAM INTERNET
|
Hum, it seems we are doomed!
__________________
The author of windows file copy dialogue visits some friends: "I'm just outside of town so I should be there in about 15 minutes" "Actually it's looking more like 6 days" "No, wait, 30 seconds" |
|
|
|
|
|
#7 |
|
Resu Deretsiger
Join Date: Jul 2005
Location: San Francisco
Posts: 2,324
|
What does "data coming from the server" mean exactly here? Surely, this must be different than simply writing the data out in a string to be compiled down into a swf. When that is done, it seems that during the compilation process "\x" (where 'x' is a letter - A, b, p, etc.) is interpreted as an escape code. Some of those escape codes mean something (e.g., "\n" will get compiled down to a newline (ASCII Code 10), most don't mean anything (e.g. "\a") - and will simply be replaced by the "\" character. But if the data is "coming from the server", then it must already be coming as valid character data, and doing str.split("\\").join("/") would replace all the "\" characters by "/"... This is not the same as writing out var strA="C:\Program Files\etc" in Studio and then compiling it, right?
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some handy web services | mmm..pi..3.14.. | ActionScript 2.0 | 145 | 11-17-2009 11:17 AM |
| convert string letters to ASCII and back | chartrandi | ActionScript 1.0 (and below) | 8 | 12-04-2008 04:40 PM |
| How to convert .swf Movieclips to .MOV/.AVI/DVD???? | cozza | Projectors and CDs | 21 | 07-10-2006 08:54 AM |
| how to Convert characters to ascii values? | algo | Simple Stuff (Newbies) | 4 | 09-17-2005 05:18 PM |
| Convert Flash to VHS | maxfilev | ActionScript 1.0 (and below) | 4 | 02-14-2005 10:23 AM |