Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Design > Need Help?

Flash problem still driving me NUTS!

Ask us questions relavent to Web Design and Computers.
Also support for Bluepearl Design and webclans.net hosting.

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 06-09-2005, 02:44 AM   #1 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Angry Flash problem still driving me NUTS!

I have a movie I'm building. I have a couple of movie clips, but I want one of them to STOP at the end of their sequence, if that makes sense, and the others to keep looping (music, and layers with small, but continuous animations).

is this even possible, because I can't get this to happen at all. Part of the problem is that I don't understand what to use (actionscript-wise) in the movie clip section of the actionscript panel. I know I can use STOP in the AS movie panel, but that stops everything but the music...which needs to keep playing in this case.

So I use STOP as an AS for the movie, the animations I want to keep going stop. But nothing I've done so far has kept the clips looping AND stopped one clip as I want.

Make sense? lol

Help?
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 03:06 AM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Flash problem still driving me NUTS!

hmm kinda,
first to have the music continue when the video stops, the audo and video will have to be 2 seperate files if this is not already the case.

I usually use alot of layers on top of each other, so that i can continue one screne while stopping another at one point.

on one layer maybe the top have it repeatable and then on the 2nd layer add the stop actionsript.

Playing around with Flash is the best way to learn, i spent hours with issues like loading and unloading movies and now i pretty much have it figured.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 03:16 AM   #3 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Flash problem still driving me NUTS!

Strangely, the music starts and stops when it's supposed to. I don't have any STOP actionscript anywhere at this point, though, and yes.. I do have everything in layers.

So you think I should just create a completely different flash file for the music? I thought part of the reason for putting all that together in Flash was to sync stuff? In this case, the music doesn't have to sync with anything, per se... just play in the background.

Or is it you're saying I should create a sound-only Flash file and set an actionscript to load the file at some point?

But the animation I want to stop---how do I set it to stop while everything else keeps going? STOP, under movie AS choices, stops everything right there at that point. Everything else I've tried just keeps that layer looping, which looks ridiculous.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 03:32 AM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Flash problem still driving me NUTS!

You will need to post an example of the SWF to give a better answer.

All the above steps u mentioned could work, but it all depends on how its designed etc.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 03:48 AM   #5 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Flash problem still driving me NUTS!

I'll make a page with the swf file on it.... I guess I'll leave that layer looping that I don't want to loop... it's going to look like dookie, though. Right now the whole movie's cheesy looking (in the early stages..).

Also, I have another movie I'm stuck on because I'm trying to get a layer to fade in... but the layer just pops in suddenly no matter what I do.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 04:01 AM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Flash problem still driving me NUTS!

with that problem create a tween first and then the keyframe.

So instead of creating a keyframe at 1 and then another at 10 and then tweening them.

Create a keyframe at 1, created the tween so u see a dotted line, and the create the keyframe at 10.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 04:07 AM   #7 (permalink)
 
autumn whispers2me's Avatar
 
Title: Bluepearl Veteran
Join Date: May 2005
Location: Mobile, AL
Age: 47
Posts: 1,035
Rep Power: 5 autumn whispers2me is on a distinguished road
Send a message via Yahoo to autumn whispers2me
Re: Flash problem still driving me NUTS!

Thanks, Griff. I *think* I tried that, but I'll try it again just to be sure. No telling with me.
__________________

Autumn Whispers to Me - The Corridors - Ghost in the Lens
"In a dusty corner of the room a light glows from a crack in the toybox lid:
Something quickens inside the wooden womb." -- E. Riddle, 2004
autumn whispers2me is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes 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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Flash problem still driving me NUTS!
Thread Thread Starter Forum Replies Last Post
Embedding flash with swfobject.js Sean Macromedia Flash 9 06-10-2006 08:37 PM
need help with adobe flash 8 Xthar Need Help? 2 03-26-2006 07:38 PM
Macromedia flash 8 Sean Software 16 10-21-2005 08:17 PM
HEEEELLLP! lol FF refresh is driving me nuts! autumn whispers2me Need Help? 4 08-03-2005 03:38 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 05:01 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52