- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI have to say that Flash is making very little sense to me right now.., probably because I haven't tried writing applicatoins in it until now.
Here is what I'm trying to do...
This is an instrucitonal application that contains 5 different backgrounds depending on the individuals work location. It starts with a background that is generic to everyone. The different backgrounds are at the root slide (application).
As the user progresses through the instruction the screen displays text and movies. The text is pulled from a series of html files and the movies are Captivate files.
I ma trying to use a single slide for a single dynamic text area and movie clip, and another slide for the navigation in which there are a series of navigation configurations.
Having said that here is my problem.
I have an app file that has 3 forms;
application - (this contains several backgrounds identified by labels in an action layer)
Title&Content - (this contains 1 movie clip and 1 dynamic text area that pulls in text and movies identified in arrays)
NavControl - (this contains a series of button configurations navigating through the app displaying the content)
My problem is that when I click on one of the buttons in the NavControls form I have this code:
i = 7;
_root.application.gotoAndS
_root.application.Title&Co
When I run a trace I get the variable set, I get the navigation to the appropriate frame where label "Back2" is and I get the correct file from the array.
However the mc holder doesn't repopulate with the new file.
A little help please...
Also,
Is there a better or easier way to do this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: D3SIGN3RPosted on 2006-09-01 at 11:05:36ID: 17438785
hello.
ntent.hold er.loadVar iables(fil eToLoad[i] );
ntent.hold er.loadVar iables(fil eToLoad[i] );
There are plenty ways of doing this differently, but lets stick to your method for now.
_root.application.Title&Co
Remove the "&" symbol from your mc and rename it, then change the code to (eg):
_root.application.Title_Co
the & in passing vers back and fro to flash is percieved as a stopper.
cheers,
Mike the D3SIGN3R