Hello,
I'm trying to figure this one out. Maybe someone out there can help me. I need to create a page where upon a button click, the user will automatically download a .jpg to their desktop.
It would be like a photo gallery-type thing. There will be lo-res photos in a folder called lo-res and...
Okay, now I get it. I'm playing with the example you provided and see now how to get it to do exactly what I want. Your explanation of levels helped.
Thanks a lot.
You can try this. I've used it to control video, music and movieclips.
Give your movieclip an instance name so the buttons can refer to it. Your buttons will have to be in a 2-frame movieclip themselves in order to appear to toggle. On the pause button (frame 1):
on (release) {
nextFrame()...
That worked. Thanks.
Just a question: Why does the navigation in the "main_menuTEST.swf" override that of "productsTEST.swf'?
If the 2nd .swf is being loaded into a blank movieclip on top of the 1st .swf, wouldn't it be covered up? This would need to work for me because of colour changes on the...
Hi, oldnewbie,
I checked my loaded file and I haven't used _root to navigate. This is the code I'm using (within the loaded .swf):
on (release) {
gotoAndPlay("product1");
}
I'm merely telling it to jump to a frame label on click. I should say that it does try to go there, but it just goes...
Bwalkley,
Darn it. I thought you had a solution for me. Oh well. I only halfway understand oldnewbie's brilliant solution, so I can't really explain it, but I can email you. What's your email address? I'm at justaverageiq [a] yahoo [d] com. You can respond there, if you, like and I'll send you...
oldnewbie,
Thanks, this works fine. I've encountered an interesting problem, though. Maybe you can help?
When I use the process you provided, the 2nd .swf file opens to whatever label I choose. Great! But, there is navigation within this 2nd .swf that now doesn't work —I'm trying to navigate...
I've created 2 .swfs (main.swf, products.swf). On the main.swf is a dropdown menu bar that can access products.swf or link directly to certain items in the products.swf.
In the main timeline of the products.swf, I've put the 4 products (every 10 frames) and stopped and labelled the frames where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.