PDA

View Full Version : Can anyone spot the problem? Scope?


rach236
06-03-2006, 12:46 PM
Hi all, I wanted to know if someone could tell me what the problem is with my fla I have been trying to figre it out for a whole day now and it's driving me mad. I have attached my fla so you can have a look at it (called scrollContent)

Basically the fla sets up a scollpane and dynamically puts some content in it. When you click the content it hides the scrollpane and starts another function which loads the details page. On the details page I have a back button. I want this button to hide the detials page (or remove it) and unhide the scrollpane page.

Anyway the back button works when I just load this swf. The problem is that this fla is loaded into a main movie via a button. So we have main with a button "scrollConent" which loads scrollContent.swf into a blank movie. Everything works here apart from the back button and its driving me mad. When I press it the details page is removed but the scrollpane doesn't reappear.

Sorry for the long post :(

lelales
06-03-2006, 06:07 PM
I didn't see a back btn.

rach236
06-03-2006, 08:56 PM
I didn't see a back btn.
Ok well it should be there, it is created dynamically rather than being in the library or put in the library. Its towards the end of the script backButton...

rameosanjule
06-05-2006, 08:30 AM
Ok well it should be there, it is created dynamically rather than being in the library or put in the library. Its towards the end of the script backButton...

Hi rach236,
I didn't see any problem in your file as u mentioned. I created a flash file with a button which loads your scrollpane and everything(including back button) are working well. Please recheck the parent file properly.

Glen Charles Rowell
06-05-2006, 08:41 AM
i put in some quick jpegs but had a different problem

the text goes over the car photo only on the first picture and under the others for the rest

there wasnt a back button either

Glen Charles Rowell
06-05-2006, 08:43 AM
did u mean a back button after i click on a car

there was one

or

i scroll down and there should be a go to the top of the scroll plane button?

rameosanjule
06-05-2006, 08:48 AM
There was a back button on the resultant (details) page, when you click over the text within the scrollpane.

Glen Charles Rowell
06-05-2006, 08:52 AM
yes there was. is that what u wanted?

rameosanjule
06-05-2006, 08:54 AM
See my first reply, it is not my problem. I just gave rach236 my suggestion.

Glen Charles Rowell
06-05-2006, 08:55 AM
ok i can see the text "< back" but not a line drawn box that's all

rameosanjule
06-05-2006, 08:57 AM
Do u know anything about flex 1.5?

rameosanjule
06-05-2006, 09:01 AM
Bcos im havin a doubt in it.

rameosanjule
06-05-2006, 09:08 AM
Hi all,
Do anybody know how to increase the frame rate of a tweened animation in flash dynamically,

Ronen
06-05-2006, 12:51 PM
could be scope.
if you load this swf into a parent swf then you should be careful when using _root targeting.

its hard to see the problem without the main movie.

rach236
06-07-2006, 09:01 AM
Hi yeah, sorry been away from my computer for a couple of days. I did mean the back button after you click on the car the one that says <back. There is a clear button drawn over it (in script)...
rameosanjule thanks for your post, i will try looking at the parent file if it worked for you. Thanks for the suggestions :)