Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-10-2008, 03:36 PM   PM User | #1
edgeyberzerker
New to the CF scene

 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
edgeyberzerker is an unknown quantity at this point
I need some help desperately!

I have an issue with this webpage I'm working on for a client.
Under the models / fashion / Andrea gallery (I've been working on this because once when this issue is solved the rest will pan out correctly) I have a movie clip (contentMain) with buttons I need to go to polaroids_MC and play and stop a frame within that.

Because of the mask over the scrolling content, I can't include it into the same movie clip which would have made it way easier.

I'm a a loss on how to set it up. I have included the FLA file in hopes on shedding light on this issue I've been having.

Since it's kinda big, I have it uploaded from my own webspace:
http://www.edgey-berzerker.com/anitanorrismm.fla

I'm using Flash CS3 but with Actionscript 2.0
edgeyberzerker is offline   Reply With Quote
Old 11-10-2008, 05:33 PM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
First, a better thread title is required in the forum, but otherwise welcome

I'm downloading this massive file, and I'll get back to you soon. I think I understand, but in case you get this before I post back could you give a little more explanation so I know where I'm looking and what for exactly?
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 11-10-2008, 05:43 PM   PM User | #3
edgeyberzerker
New to the CF scene

 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
edgeyberzerker is an unknown quantity at this point
Ah sorry about that!
I'm terrible at explaining things but here goes

In the main gallery under frame 4 there is a movie clip with the instance name of 'gallery' (it's the part with the Fashion | Commercial section)

In Frame 3 of the gallery it should have someone called Andrea Pearl come up.

There's a movie clip with thumbnails called "contentMain" and beside it in the larger image is a movie called "polaroids_MC" which contains different frames and different images

I'm trying to make "contentMain"s thumbnails change the frames to "polaroids_MC"

I could try to combine the two movies into one HOWEVER the fact that there is a mask over "contentMain" makes that hard to do.

I hope that helps out a bit on what I need help on. I wracked my brain on how to fix that.
edgeyberzerker is offline   Reply With Quote
Old 11-10-2008, 10:31 PM   PM User | #4
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
So open up the "contentMain" and put this code on each of the thumbnail buttons

Code:
on (release) {
	_parent.polaroids_MC.gotoAndStop("pol2");
}
You will of course have to change the frame number or name accordingly, but basically what it does is say look in the parent movieClip (gallery) and find polaroids_MC, then gotoAndStop(#).

Well that was a large file. I might also suggest an improvement while I'm able to peek around.

Embedding this many images directly into the file makes it huge, and means your visitors will have to load a large quantity of data prior to any viewing. If you load portions of the data as needed (load images when called for example) you can reduce the filesize greatly.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 11-11-2008, 04:57 AM   PM User | #5
edgeyberzerker
New to the CF scene

 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
edgeyberzerker is an unknown quantity at this point
Thanks that really helped!
I'm really starting to learn flash better and any little tip would be greatly appreciated.
edgeyberzerker is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:57 PM.


Advertisement
Log in to turn off these ads.