| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2006
Posts: 10
|
I mean, what is the equivalent string.charAt() in Flash 4.
How can you do something like these: String s = "This is statement 1. This is statement 2." parse the string with "\n" so it would be stored in an array: array_0 = "This is statement 1."; array_1 = "This is statement 2."; |
|
|
|
|
|
#2 |
|
Game On
Join Date: Mar 2005
Location: Barrie, ON
Posts: 2,519
|
why in gods green earth are you using flash 4?
|
|
|
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Jan 2006
Posts: 10
|
I need to because actually im running an application through Flash Lite 1.1 player. By the way, I hope this forum has a Flash Lite 1.1 / 2.0 section.
Quote:
|
|
|
|
|
|
|
#4 |
|
Game On
Join Date: Mar 2005
Location: Barrie, ON
Posts: 2,519
|
i don't have flash 4 installed with me but lets give this a shot
ActionScript Code:
Code:
Variable _level0.myString = "This is statement 1.This is statement 2"
Variable _level0.myArray = [object #1, class 'Array'] [
0:"This is statement 1",
1:"This is statement 2"
]
EDIT: Give this a read while i try to find the answer for you http://www.macromedia.com/devnet/dev...flashlite.html Last edited by sophistikat; 03-02-2006 at 03:41 PM.. |
|
|
|
|
|
#5 |
|
Game On
Join Date: Mar 2005
Location: Barrie, ON
Posts: 2,519
|
Hi Pogi, just finished talking to some web developer in macromedia and he said nope, the string class and its methods weren't introduced until flash 5.
|
|
|
|
|
|
#6 |
|
Game On
Join Date: Mar 2005
Location: Barrie, ON
Posts: 2,519
|
i found this script that helps you brake down a string in flash 4
ActionScript Code:
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| one template, many looks? | subquark | ActionScript 1.0 (and below) | 1161 | 09-03-2009 04:45 PM |
| Any Flash to DVD experts out there? | apertureboy | Other Flash General Questions | 1 | 10-14-2005 04:46 AM |
| scrollBar on Flash Exchange | cdeg | Components | 5 | 05-03-2004 08:13 PM |
| PHP strings into Flash | Tbone | Server-Side Scripting | 4 | 03-23-2003 03:14 AM |