First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Sas Jacobs | Website: http://www.sasjacobs.com

Loading text file information into the ComboBox component

Drag a ComboBox component onto frame 3 of the Combo layer and give it an instance name of CBOLoadSites. We'll use actionscript to load the variables from the text file into the ComboBox.

The Sites and URLs variables contain multiple pieces of information separated by commas. Individual sites and URLs will be separated into arrays using split, shown below.

var ComboSites = sitestext.Sites.split(",");
var ComboURLs = sitestext.URLs.split(",");

We'll add a default item to the ComboBox.

CBOLoadSites.addItem("-- select site --");
Then we'll loop through the array and assign each site and URL to the ComboBox as shown below. The first value in the addItem method is the label and the second is the data.
for (i=0; i < ComboSites.length;i++) {
CBOLoadSites.addItem(ComboSites[i],ComboURLs[i]);
}
Test your movie and you should see the ComboBox populated with the Sites and URLs from the text file.

» Level Intermediate

Added: 2002-08-13
Rating: 7.85 Votes: 26
(10 being the highest)
» Author
Applications Developer Marconi Australia
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.