School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,175 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,576 people online right now. Registration is fast and FREE... Join Now!




comboBox

 

comboBox, loading swf files into empty mc based on comboBox entry

staceyp_2004

11 Feb, 2007 - 05:53 PM
Post #1

New D.I.C Head
*

Joined: 11 Feb, 2007
Posts: 5


My Contributions
hello intelligent ones...

I have the comboBox down and now i am trying to do somthing with it and I am stuck.

I would like to

loadMovie- .swf into an empty movie clip based on what the person chooses in the comboBox.

any clues or codes on what I should try?

I would greatly appreciate...

User is offlineProfile CardPM
+Quote Post

 
Reply to this topicStart new topic
Replies(1 - 2)

pioSko

RE: ComboBox

16 Feb, 2007 - 08:59 AM
Post #2

still.dreaming
Group Icon

Joined: 6 Jun, 2003
Posts: 1,888



Thanked: 16 times
Dream Kudos: 225
My Contributions
CODE

comboBox.getItemAt(comboBox.selectedIndex).value
comboBox.getItemAt(comboBox.selectedIndex).label

User is offlineProfile CardPM
+Quote Post

staceyp_2004

RE: ComboBox

16 Feb, 2007 - 11:20 AM
Post #3

New D.I.C Head
*

Joined: 11 Feb, 2007
Posts: 5


My Contributions
QUOTE(pioSko @ 16 Feb, 2007 - 09:59 AM) *

CODE

comboBox.getItemAt(comboBox.selectedIndex).value
comboBox.getItemAt(comboBox.selectedIndex).label




Hey thanks a bunch! also got a reply in Adobe forum for putting the code into the box


"set the data parameters for your combo box instance to the path/filename or swf files to be loaded

label [one, two, three]
data [page1.swf, page2.swf, page3.swf]


create your empty movie clip "holder_mc" and put on stage.

change the scipt for combo box to:

on (change) {
_root.holder_mc.loadMovie(this.selectedItem.data, this, "");
}



good luck "

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 07:15PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month