Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > FlashLite / Portable Devices Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-15-2006, 09:18 AM   #1
PogiEnGanda
Registered User
 
Join Date: Jan 2006
Posts: 10
Default String Parsing in Flash 4

Is it possible to access each character in a string? How?
PogiEnGanda is offline   Reply With Quote
Old 02-15-2006, 05:36 PM   #2
falltimemusic
I'm an alright guy
 
falltimemusic's Avatar
 
Join Date: Jun 2005
Location: I live where my rump rests
Posts: 292
Default

I know this works in FlashMX and up, it should PROBABLY work in flash 4, i would hope anyway.
ActionScript Code:
str = "super man"; trace(str.charAt(4)); //traces the letter 'r'
falltimemusic is offline   Reply With Quote
Old 02-16-2006, 02:04 AM   #3
PogiEnGanda
Registered User
 
Join Date: Jan 2006
Posts: 10
Default

i tried:

str = "super man";
trace(str.charAt(4));

but there was an error: You must export your movie as Flash 5 to use this action.

anybody who did something like this in Flash 4? I have to use Flash 4 because later im going to install my app in the phone with Flash Lite 1.1 player..
PogiEnGanda is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to insert a carriage return in a Flash string jrego ActionScript 2.0 3 10-13-2005 04:35 PM
string from flash to php and going for database madthijs Server-Side Scripting 7 03-23-2004 05:02 PM
pass array PHP to Flash - converting string into array in Flash ckey Server-Side Scripting 1 01-27-2003 09:32 AM
Streaming Flash Player 6 simail Other Flash General Questions 7 04-03-2002 12:14 PM
Php, Javascript, and Flash 5 browser detect and more! Redline01 Server-Side Scripting 2 08-11-2001 02:09 AM


All times are GMT. The time now is 09:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.