Scene Selection When Loading Movie
How do you call to a specific scene which is loaded on a seperate level...
I can not seem to get my button to work with a movie that is loaded on another level.
LoadMovie("blah.swf",2);
Is their a way to just call to the scene within this one line of code????
Fredsega@telocity.com
FlashKit > Flash Help > Flash ActionScript
Posted on: 05-19-2002, 03:16 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Combo Box Selection Loading A Movie Clip
Hello and thank you all for your time and knowledge. I am attempting to use a combo box in the following manner. Upon selecting a label from the box, i would like to load a movie clip of a photo gallery, at which time the photos would be available to click and enlarge. I am very new to this component and I am not sure how to code the selection to load a movie clip. Thanks for any input!
Regards,
Mark
Scene Selection
This is way dumb but I cant find it. Where do you go to change scene. For ex. I add scene 2 how do I get back to scene 1. Thanks David
Scene Selection
OK, so I've been working on my cartoon for a few months now and I want to put in a DVD type of scene selection in the preloader. I made the buttons and copied the frames for the animation and put it into a movieclip which I put into the over stage on my button. I have 6 buttons total, however the preloader is now 1 meg and that is way too big. Most of the frames being copied have a lot more scenery/animation than the 600x300 window displays and that's what is bogging down everything.
Does anyone know of a way to take a handful of frames on many layers and make a little button/MC so to speak which would display what is only in the visible part of the stage without copying them over?
Random Scene Selection
I am currently making a flash file which needs to randomly jump to one of 3 scenes
basically scene 1 is played and then must goto either scene 2,3 or 4 randomly
I was wondering if this is possible with some actionscript ?
Thanks in advance
welly
Random Scene Selection
Hi Guys and Gals,
Is it possible to have a movie once it reaches the end of scene one to randomly play any of the other scenes that are in the movie?
This is driving me mad, I tried a random array in the gottoandplay(randomscene, 1) but the error says it must be contained in quotes.
TIA
Arakis
Automatic Scene Selection - HELP
I have multiple scenes, in the first scene you can select the order in which to display the rest of the scenes. So lets say you can select from Scene "a", "b", and "c", you can select "b" to display first than "a" and than "c". so when you get to the end of each scene it will automatically go to the following scene chosen by the user. I am using a function, but its not working cause flash asks that the scene be a quoted sting, which makes sense, but how else can i do this?
Code:
function nextScene(whichOne){
gotoAndPlay(whichOne, 1);
}
obviously when you use any of the goto's and you choose a scene it has to be a quoted sting, but in the function the parameter will be a variable that will contain the string, and when a function is invoked, that variable is solved before the statement is carried out, so when it is executed it will be a quoted sting.
I got it all down, the only thing i am missing is a way to have it go from one scene to the other :-/
PLEASE HELP.
Combo Box Scene Selection
hi all,
i'm creating a scene where the user selects an item from a combo box then clicks the 'go' button and the project moves to the selected scene.
i've searched tutorials but cannot find anything for this, its more than likely staring me in the face but can anyone guide me on this one.
all help well appreciated
Combo Box Scene Selection
hi all,
i'm creating a scene where the user selects an item from a combo box then clicks the 'go' button and the project moves to the selected scene.
i've searched tutorials but cannot find anything for this, its more than likely staring me in the face but can anyone guide me on this one.
all help well appreciated
FLV Cue Points - Scene Selection
I have an FLV file which plays back using the playback component.
I have added cue points into the FLV file.
I would like to create buttons that will go to the specified cue points. So If someone clicks on a button, it takes them to that part of the video. (kind of like a dvd scene selection menu).
Is this even possible? How would I go about doing it?
Thanks!
Random Scene Selection - With A Twist
Hi i am trying to select a random scene (out of 4 scenes)
I have got this to work by when user clicks on a button action sends them to a random frame eg frame 10-13. each frame has a goto and play scene action on it!
This works well, however!
I want it to randomly choose from firstly 4 scenes. then when one is chosen, i want it to choose randomly from the 3 unchosen scenes, and so on untill all 4 scenes have been chosen. Then it must be able to choose from all 4 scenes again.
Please help me !!!!!
I need this for a University assignment! My tutors cant help me!
Thanks
Running Animation After Scene Selection
Hi
I want to run a animation after I pres a button to go to antoher scene.
How can I do this???
I really tried alot. If anyone knows please tell me.
I have made in flash 5 scenes. Every scene starts with a video and a menu that's slides in from the side. The menu consists of 5 buttons each link to another scene. I used the goto and play script.
I you press a button then first the menu should slide away out of side before going to the chosen scene.
If anyone knows how to do this please let me know.
greetings Alastair
[F8] Timed Intervals Between Scenes And Scene Selection.
Hello all,
I am currently using Macromedia Flash Basic 8.
Let me start by giving a reference as to what I’m trying to achieve. If you go to http://www.bestbuy.com/ and view their flash movie on the main page, this is exactly what I’m trying to do, but have been running into some trouble. They have 4 scenes that play continuously with timed periods at the end and they have 4 buttons that can jump to any of the scenes. I currently have this actionscript at the end of each scene:
stop();
var interval:Number = setInterval(function ():Void {
play();
clearInterval(interval);
}, 10000);
}
This code gives me the time I’m looking for in between each scene without creating a ton of frames, but I can’t figure out the code for the scene selection buttons to go to the specific scene, kill the timer, and stop that scene from playing to the next. Can someone help me? And I hope I described my problem well enough.
<mod edit> Please post your question only once as per the rules. - gerbick (supermod)
Loading A New Movie Clip Into My Scene
i'm doing a site and its load up but when it gets to a certain frame i want it to load in another movie clip automatically. this is the code i use
onClipEvent(load) {
loadMovie("myClip.swf", _root.myClipPlaceHolder);
}
but for some reason when i test the movie it doesnt load the next movieClip when it advances through the frames. this flash stuff gets kinda complex lol. i have the movieClip under another movieClip and it didnt work so i gave it a spot right on the main time and it still didnt work. anyone got any ideas for a code i could use to make it automatically load when my movie advances to that frame. i know it can be done i've seen it before lol this is programming anything can be done lol right!?! anyways ... any suggestions would be nice
Loading Scene From Another Movie Clip
ok i have my flashindex.swf and an about.swf
i have flashindex loaded with my links then when i click a link to load about.swf, then from that i have a return button to go back to flashindex but i want to jump to scene2 so you don't have to run through the preloader, help please?!?!?!
Loading Scene/frame From Another Movie
Hi,
I am having trouble. Can someone tell me if this is possible.
I want to load a specific scene and frame from another movie.
Example,
I want MovieA.fla to load scene2 frame 26 in movieb.fla.
Thanks,
Cherry
Loading A Scene Vs. Loading A New Movie
When you are in a Flash site and you click a link and a "loading" bar comes up, is it always loading a new flash movie (a whole different .swf file), or is it sometimes loading just a new scene?
If so, how do you make it so a scene does not load until the user clicks a link to take them to that scene?
Thanks in advance,
Marcus
Loading Source Files Into A Movie Within A Scene
Trying to load a source .fla to a movie. I copy the frame(s) from the original .fla and paste into my movie score (which imports all the related files and scripts). Then when I try to play, they don't work.
Pasting into a Scene works fine. What am I missing? Please help! I'm working on a tight deadline and want to put in this scrolling text window (Smart scroller).
Thank you!
Play Out Current Scene, While Loading Movie Into Next...
hi,
i'm trying to do the following:
after pressing a nav button i want to play out the rest of that scene (making everything animate out of view) and then move to the next scene. on this scene i have set up as a nav movie (swf) and a target (container). I want the container to contain what i pushed from the previous scene. make sense? so basically what i'm trying to actionscript is:
on (press) {
play();
}
on (release) {
loadMovie("exp.swf", "_root.container");
_root.loader.gotoAndPlay(2);
}
it plays as it should, moving onto the next scene, nav loads, but the movie won't load into the target. exp.swf is the 'experiment' movie that i want to load into the target. which will be different for each nav selection. make sense?
oh, on this next scene the exp.swf movie will load to the container from the nav on that stage no problem. so the script works there on that scene.
i working with flash mx. sorry for the long question.
__________________
kvl
editor
http://pupo.com/kelly
http://sliceedit.com
Loading A Movie Clip In Main Scene
I have made a movie on the top of which are two buttons in the form of Tshirts. I want that when the Tshirt with horizontal stripes is clicked a colored image of that Tshirt is loaded in a square. After that when one of the colored squares is clicked, the same Tshirt is loaded in another color. Similarly when the button with vertical stripes is clicked a colored version of that Tshirt is loaded in the square. If the square already has an image of the horizontal sriped Tshirt in the square, then , that should be replaced by the Tshirt with the vertical stripes. I have written acrtion scipt for this but it is not working. I will be grateful if some one can kindly look at .fla file and let me know what the error is and how to rectify it.
Thanks!
Loading An External Movie And Having It Start On The First Frame Of The Last Scene
I have a large tutorial program that I am working on and I had to break it up into 2 different swfs for file size reasons. when the first movie gets to the last frame, it loads the second part which begins it's own preloader, no problems yet. I need to be able to navigate from the first scene of the second movie back to the last scene of the first movie. this is how I am trying to do it.
I am passing a variable called ice from the second movie to the first movie. If the variable == true, which it gets set to true in the second movie when you want to go back to the first on, then there is a conditional on the first frame of the first movie that tells it to preload the whole movie and then goto to the last scene and play, if ice==true, else just preload 10% of the first movie which is what I want it to do if it is running through the first time.
What happens is that when you navigate from the second movie to the first movie it starts at the beginning and doesn't goto the last scene.
I hope some one can help me out with this. thanks for your help.
Justin
Loading A Movie Clip By Pressing A Button On To A Scene
Hi how do i load a Movie Clip by pressing a button on to a scene. I have a menu which has buttons at the bottom when i click a button i would like a moive clip to be displayed above the buttons. How do i do this??
Thanks
Kendals
Loading Html Variables Into Movie Clips Within My Main Scene?
Basically my problem is that i have my main pages for my site stored in a movie clip (content_mc). If i try loading external variables to my movie in the main scene by using,
loadVariablesNum("variable.html", 0);
(with the variable of the dynamic txt box being 'variable' and the html file starting -
variable='my text'
i have no problem at all.
-------------------------------------------------------------
What i want however is to load variables to certain movie clips which have dynamic text boxes within them. (NOT THE MAIN SCENCE)
Hope that makes sense
Any help would be much appreciated
Loading A Swf File From A List Box Selection
hi all...please help me with this..my problem is..i have a list box which has around 7 items listed..on selcting the 5 item for instance..i want another swf to load automatically..how do i do that..???????
please urgent help...!!!!!
Targeting Frame Label In Scene From Movie Clip In Same Scene
Hey Pals,
I'm trying to target a frame label on the timeline of a scene from a movie clip within the same scene, using Flash MX 2004 Pro. The scene is ultimately used as a .swf to load as a page of a website. The frame label is called "miscOn", the scene is called "misc". The below code is attached to a button within the movie clip.
on (release) {
loadMovieNum("tajwebsite_main.swf",1);
gotoAndPlay(miscOn);
}
Thanks!
Stu
AS 2.0 Loading/changing Images Depending On Selection (example .fla Included)
Hello,
I would like to have sort of a menu to the left of the screen (roughly 8 different ones).
Then each menu will display from 3-8 options on the right hand side. Each option has a picture and a little description.
My question is, how can i change the menu image on the left to the image of the option selected on the right (after they have chosen their selection)
So for example:
imagine this is done all by images, not text.
My menu is 1 2 3 4
user presses 1 and is displayed with the options a b c d
they select d
the menu is now D 2 3 4
I have included wha ti've got so far in a .fla
thank you very much for any help on this. I'm not sure the most correct way to do this. I didnt want to load the images from a database because i'll only have up to 8 options max..
here is my little .fla i made for it..
http://www.yoce.com/options.fla.zip
AS 2.0 Loading/changing Images Depending On Selection (example .fla Included)
Hello,
I would like to have sort of a menu to the left of the screen (roughly 8 different ones).
Then each menu will display from 3-8 options on the right hand side. Each option has a picture and a little description.
My question is, how can i change the menu image on the left to the image of the option selected on the right (after they have chosen their selection)
So for example:
imagine this is done all by images, not text.
My menu is 1 2 3 4
user presses 1 and is displayed with the options a b c d
they select d
the menu is now D 2 3 4
I have included wha ti've got so far in a .fla
thank you very much for any help on this. I'm not sure the most correct way to do this. I didnt want to load the images from a database because i'll only have up to 8 options max..
here is my little .fla i made for it..
http://www.yoce.com/options.fla.zip
I Cant Navigate 1 Scene From Another Scene Thorogh Movie Clip
SIr i made a Movie Clip and in the movie clip there are 4 buttons when i want to use the button so go to another scence it cant happen so how can i go to Another scene by the button which is present in the MOVIE clip
i think u understand my Problem
simply summary is that i there is a button in the movie clip and i want to use the button to go to another scene but it cant happen
Thk u in adnvance for any body Consideration
On My Movie, At The Middle Of The 3rd Scene, Goes And Plays The Sounds On 4 Scene...m
on my movie, at the middle of the 3rd scene, goes and plays the sounds on 4 scene...leaving some stuff of the 3rd... then goes blank... then it just gets crazy... no where there in the middle of the scene i gave it a command to go to the next scene... what on earth is going on...
please help...
it never happened before...
mayor deadline/...
urgent care...
thank you in advance:
chesckob
[F8] Loading A Site Scene By Scene
hello,
I'm trying to set up a flash website for the first time and I've run into a few problems. Basically my site seems to take ages to load when I preview it with my preloader despite the fact that I have kept files as small as possible. My only explanation is that the preloader laods the entire site at once so I was wondering if there is a way to load it one scene at a time? at the moment my loader finds the total size of the site and compares it to how much has been loaded so far. Is there a way to find out the total size of the first scene instead?
I hope this makes sense and any help on making my site smaller would also be appreciated.
Thank you!
Sequential Selection Vs Random Button Selection
I am missing something here. I have several buttons associated with several movies. When the buttons are selected in sequential order they play the appropriate movies
When the buttons are selected out of order (in random fashion) the selected movie does not play.
Any solution is appreciated
Code snippet follows:
//When button1 is selected bluemovie plays and then when button2 is selected pinkmovie plays
// However if button2 is selected before button1 pinkmovie does not play.
button1.addEventListener(MouseEvent.MOUSE_DOWN,sta rtClip1);
function startClip1(event:MouseEvent):void{
bluemovie.play();
button2.addEventListener(MouseEvent.MOUSE_DOWN,sta rtClip2);
function startClip2(event:MouseEvent):void{
pinkmovie.play();
}
}
Selection.setFocus Selection.getFocus Inputting From Mc
i am attaching a number of _mc (my_mc) with a for loop. Inside each my_mc is an input textfield (my_txt)
I want to click on my_mc.my_txt and select the textfield .the following code allow this and i can enter text from the keyboard however I want to add text from a _mc keybooard on screen (here called myBtn_mc).
As soon as I click on myBtn_mc of course I lose focus ... i have tried to use a variable (select) to keep scope&focus ... I keep focus but can not add text via screen _mc
many thanks Neil
Loader Scene -> Movie Scene Problem
When my preloader finishes loading my movie, and i use gotoandplay ("Movie", 1), something goes wrong. When it is done loading, it continues on to the "Movie" Scene, but keeps switching rapidly between the load scene and movie scene. I need to know how to completely turn off the loader scene when it completes. Thanks
Target Frame In Scene From Movie In Same Scene
I know this is probably really basic, but I'm stuck here. Here's what I want to do: I have Movie1 on a layer in Scene1, and Movie2 on another layer in Scene1. In Movie1 is a button that, when pressed, goes to a particular Frame in Movie2. How do I do this!? Thanks!
Access Scene 2 From Movie Clip In Scene 1
I placed a button inside a movie clicp symbol in Scene 1.
Now I wan to set the button to play scene 2 when I click it.
I tryed
on (press) {
gotoAndPlay("Scene 2", 1);
}
and also
on (press) {
_root.gotoAndPlay("Scene 2", 1);
}
But it plays the movie clip symbol from the beggining Not the scene 2
An example file is attached. I should be able to click on the blue square (thats the button inside themovie clip ) and go to scene 2
Flash MX Movie Selection
Hello Guys,
I'm trying to put together an interactive site whereby the user can select movie clips (short animated scenes) individually and play them back in the main window in the order which they selected them.
Does anyone know the script to do this & if they do can you let me know please?
Thanks
Turning Off Tab Selection On Your Movie
Does anyone know how to script a program that can turn off the tab command on your flash player?
When I developed a movie with multiple buttons and when I press the tab the flash player will highlight your button with a yellow box and if you press enter it will take you to that button that's highlighted. Is there like an fscommand, or code to turn it off??? Thanks..
"Loading" Movie Scene
I've tried searching but founf nothing i was after. Just wondering if anyone could teach me/link a tutorial. I'm after something like this;
Loading
[/// ]
Whats The Best Way To Play A Selection Of Mp3's In A Movie?
I would like to have a page on my site which incluedes a row of buttons - each linked to an mp3 that would then open in real player/winamp.etc.
Is it a case of the button have a code that plays the mp3 from the server or will they be embedded in the flash file?
Thanks
Play Movie Based On Selection
Hello Guys
Here is what i am trying to do
1. A main flash player window
2. Ability to pick between 4 different videos (The video would play
in the main window)
3. When the player is first loaded a banner is displayed. Video
only plays when a person clicks on the play button.
4. Provide a play, stop, pause and rewind button.
5. Ability to use either a flv, mpeg or SWF videos.
Can some one help me with this, or direct me to a similiar thread
Thanking You
Shriram
Selection.setSelection || Selection.setFocus Help?
I have text fields I want to run with a tab key in a certian order, and miss one that it seems to go to automatically.
Does anyone know how I can do this with selection.setFocus and Selection.setSelection?
heres the order and what I want it to do,
0 username (if the username has it in there already then go to password instead)
1 password (if the password is there already then go to topic instead)
2 topic (selection.setFocus to topic if the the other two are filled already, then the next selection I want it to go to message after topic)
3 message
If anyone can help me out with this I would appreciate it.
Thanks in advance
Deadsam
Movie Clip In One Scene To Another Scene ?
hello guys,
I am trying to get from a movie clip in one scene to another scene
called "Timeline". Currently in the movie clip I have a button with the
code:
tellTarget ("_level0/") {
gotoAndPlay ("Timeline", "start timeline");
}
The thing is I have flash 5 but must publish in flash 4 and the above
code does not work for me.
this should be very easy to do right ?
advance thanks
Patricia
Reseting 2 Scene Movie To Scene 2
Flash 5
I have a 2 scene .fla. Within the 2nd scene there is a MC with a button inside it. Once this button is revealed i would like it to
take the movie back to frame 1 of scene two. So far Ive had no luck with:
on (press) {
tellTarget ("_root") {
gotoAndStop ("scene2", 1);
}
}
In this state it sends the movie back to Scene1,1
Thanks much
Scene To Scene From Movie Clip?
Right now I feel real dumb but is there a way from the end of a movie clip to tell the main body to go to the next scene??
I have a 1 fram main line and a movie clip within it that has 120 frames and I need the movie to go to the next scene when that clip is at it's end is there some way to do this.???
Load XML Selection From List Box To Empty Movie Clip...
Hello,
First, thanks to everyone that has posted to the site. Definately helped in getting as far as I did working with Flash and XML (thx senocular).
Two questions:
I've attached the files so you can see what I'm talking about.
#1 How do I format the data in my listbox and combo box so it only show the "string" data and not the tags and random commas as well? (The combo box has unnecessary commas and the listbox shows tag data from XML)
I'm not sure if it's in my XML or the way I'm using the XML connector.
#2 I got the XML data to the combo box and the selection from the combo to the list box. How would I get the users selection from the listbox to load a .swf into the loader component?
Again, I'm not 100% of how well I did my XML and I have no idea how to use the XML connector in that way.
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<posterlist>
<posterlistgroup name="Nice Posters">
<posterinfo>
<posterlistings>Nice Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Nice Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Nice Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Nice Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Nice Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Nice Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
<posterlistgroup name="Large Posters">
<posterinfo>
<posterlistings>Large Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Large Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Large Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Large Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Large Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Large Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
<posterlistgroup name="Medium Posters">
<posterinfo>
<posterlistings>Medium Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Medium Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Medium Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Medium Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Medium Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Medium Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
<posterlistgroup name="Sexy Posters">
<posterinfo>
<posterlistings>Sexy Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Sexy Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Sexy Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Sexy Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Sexy Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Sexy Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
<posterlistgroup name="Horrible Posters">
<posterinfo>
<posterlistings>Horrible Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Horrible Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Horrible Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Horrible Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Horrible Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Horrible Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
<posterlistgroup name="Party Posters">
<posterinfo>
<posterlistings>Party Posters 1</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Party Posters 2</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Party Posters 3</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Party Posters 4</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Party Posters 5</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
<posterinfo>
<posterlistings>Party Posters 6</posterlistings>
<description> posters/poster1.swf</description>
</posterinfo>
</posterlistgroup>
</posterlist>
If you want to take a look at the source file, you can download it here.
The .swf can be viewed at this link.
I also can't figure out how to just show the labels in the list box. I tried modifying my .FLA using the Bike Trip Application, but I'm still stuck in the same place.
Any help or direction would be great.
Thanks.
|