A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11336 Flash Movies | 2 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Surjit Dhami
» Title: Book
» Description: Book
» More by Surjit Dhami


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5848 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: All-American Rejects
» Description: Get to know this great band by exploring their "practice room".


Random Links | Add your own Flash Related Links
Flash Tutorials 1277 Tutorials 7 New Tutorials Added!
What's New | Top100

» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» HTML Photo Gallery Tutorial
» Create your first flash site – PART 1
» How to Make a Flash Photo Gallery
» Unknown Tag: Title10
Random Tutorial | Add Site

Sr Instructional Designer D2L-Moodle,Clearance
WSI Nationwide, Inc.
US-NJ-Fort Monmouth

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » 3rd_Party/Other

Categories Loading/manipulating coldfusion data in flash
Author: Keith Pope | Website: http://mutedesigns.sytes.net/index.htm |

 
Page 4
«prev 1 2 3 4 5 6 next»

Part 3 - adding the code

OK here comes the fun part the code!!!

Actions on frame 1 of (actions layer)

loadVariablesNum ("http://localhost/pub_news.cfm", 0);

Here we load the data that the coldfusion page returns, we load the data into level 0 of the movie.(localhost is the address of the coldfusion server holding the cfm page)

Actions on frame 2

if (_root.go == "1") {
 gotoAndStop ("loaded");
} else {
 gotoAndStop ("headlines");
}

OK here we check that the data is fully loaded, if we continue without fully loaded data we will produce errors. This works by having the coldfusion page pass "go" as its last variable, therefore we can check that all other data is loaded and if it isn't loop until it is.

Actions on frame 3

ID_array = _root.N_IDs.split("|");
Title_array = _root.N_titles.split("|");
Dates_array = _root.N_dates.split("|");
h1 = title_array[0];
h2 = title_array[1];
h3 = title_array[2];
h4 = title_array[3];
h5 = title_array[4];
story1 = ID_array[0];
story2 = ID_array[1];
story3 = ID_array[2];
story4 = ID_array[3];
story5 = ID_array[4];

OK this is the core part of the code! Firstly the coldfusion page passes the data in this format :

&N_IDs=15|19|20|13|17&N_titles=Deposed Wahid leaves Jakarta palace|Alcatel to slash 14,000 jobs|Uproar as Turkey plans virginity tests|Macedonia rebels pull back|Croatian general to appear at tribunal&go=1

Flash separates this into its variables. e.g.. N_IDS=15|19|20|13|17

Each variable is separated by the & symbol, but the data after this is useless in its current format e.g.. 15|19|20|13|17. So what can we do with this?

OK the data is separated by the "|" symbol, so we use the split function to separate each value into an array.

Syntax

myString.split(delimiter);

Arguments delimiter

The character used to delimit the string. Description Method; splits a String object by breaking the string wherever the specified delimiter argument occurs, and returns the substrings in an array. If no delimiter is specified, the returned array contains only one element—the string itself. If the delimiter is an empty string, each character in the String object becomes an element in the array.

So when we split the data we put it into the variables ID_array etc.

Next we make our titles appear in the buttons by assigning the array elements to the h1,h2,h3,h4, and h5 dynamic text boxes.(Remember that arrays start a 0 not 1).

The next part of our code assigns the elements of the ID_array to the story1,2,3,4,5 variables. The IDs are for the next part when we query the database.

«prev 1 2 3 4 5 6 next»

» Level Advanced

Added: : 2001-08-09
Rating: 7.17 Votes: 30
Hits: 4232
» Author
No details available.
» Download
Download the files used in this tutorial.
Download (201 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs