Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE FLASH: HomeFlash ForumFlash TutorialsFlash Video TutorialsWeb Streaming ForumAdobe FlashPodcast

Re: New Flash Tutorial - Simple Multi-Video Player in AS2

Cow Forums : Adobe Flash
VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index   •   Read entire thread


Re: New Flash Tutorial - Simple Multi-Video Player in AS2
by Rune Pedersen on Feb 11, 2009 at 3:22:36 pm

Hi Tony.

Maybe this is the correct thread, maybe not, but here goes.!

It has been about 6 years since I've worked with Flash, and now I'm tryin' to keep up. My problem is somewhat similar to what Adam described. I have only one .flv file playing on my site, and it plays fine. But when I navigate further on, the .flv file doesn't stop playing. I can still hear the audio rambling on in the background. And when I click back to the page where the .flvplayer is, it begins playing on top of the already playing .flv-file.

You can see my site here:
http://www.greenfeeguide.com/HTML/Testsite.html

And my actionscript looks like this:
Home_B.addEventListener(MouseEvent.CLICK, link1);
Demo_B.addEventListener(MouseEvent.CLICK, link2);
Koncept_B.addEventListener(MouseEvent.CLICK, link3);
Benefit_B.addEventListener(MouseEvent.CLICK, link4);
About_B.addEventListener(MouseEvent.CLICK, link5);

function link1(e:MouseEvent):void {
gotoAndStop(1);
}

function link2(e:MouseEvent):void {
gotoAndStop(5);
}

function link3(e:MouseEvent):void {
gotoAndStop(10);
}

function link4(e:MouseEvent):void {
gotoAndStop(15);
}

function link5(e:MouseEvent):void {
gotoAndStop(20);
}


My simple guess is that I need to assign an action to my buttons, telling them to stop the .flv file on release, or something like that. But as I wrote earlier. My Flash-skills are pretty outdated. ;-)

I hope you're able to help me with this, or guide me further on.!

Rune
(A danish novice.!)



Respond to this post   •   Return to posts index   •   Read entire thread


Current Message Thread:


Related Threads:
New Flash Tutorial - Simple Multi-Video Player in AS3



Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]