Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3969176
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:55:57+00:00 2026-05-20T03:55:57+00:00

Greeting, I have problem stopping FLVPlaypack component when I navigate from one frame to

  • 0

Greeting,

I have problem stopping FLVPlaypack component when I navigate from one frame to another frame that the play which has instance name (vi) still working in back ground.
when the flash loaded I used vi.stop() to stop the play also I added same line to each function that would be called when a button clicked but when I click any button the sound still playing in the background and when I click on the button(b1) which navigate to frame 1 which has the player, the player would be stopped but the sound is still playing.

Please help me to solve this problem.
all what I want is to stop the player when I navigate to another frame.

here is my code:

stop();
vi.stop();
b1.addEventListener(MouseEvent.CLICK, bt1);
b2.addEventListener(MouseEvent.CLICK, bt2);
b3.addEventListener(MouseEvent.CLICK, bt3);

function bt1(evt:MouseEvent) {
    gotoAndStop(1);
    vi.stop();
}
function bt2(evt:MouseEvent) {
    gotoAndStop(2);
    vi.stop();
}
function bt3(evt:MouseEvent) {
    gotoAndStop(3);
    vi.stop();
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T03:55:57+00:00Added an answer on May 20, 2026 at 3:55 am

    call “vi.stop();” before navigating to a new frame

    Here’s what the code should look like:

    stop();
    vi.stop();
    b1.addEventListener(MouseEvent.CLICK, bt1);
    b2.addEventListener(MouseEvent.CLICK, bt2);
    b3.addEventListener(MouseEvent.CLICK, bt3);
    
    function bt1(evt:MouseEvent) {
        vi.stop();
        gotoAndStop(1);
    }
    function bt2(evt:MouseEvent) {
        vi.stop();
        gotoAndStop(2);
    }
    function bt3(evt:MouseEvent) {
        vi.stop();
        gotoAndStop(3);
    }
    

    Once you navigate to a new frame you are losing the reference to the vi FLVPlayback object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greeting, I have a problem with flash media live encoder CS5 that when I
Greetings, I have a particular object which can be constructed from a file, as
Greetings: I have put together a RESTful web service in .NET 3.5 that takes
Greetings! I have an XML value that I'd like to use as a boolean
Greetings! I have a DropDownList within a FormView which are bound to XmlDataSources: <asp:FormView
Greetings, Apologies in advance that I have not researched this toughly enough to answer
Greeting, Is there a live streaming server for silverlight 4 from Microsoft like Flash
I have a web application set up on our intranet that uses windows authentication
Greetings. I have a problem with Remember Me possibility. It didn't remember my login.
I have a problem to detect when used in GNOME or KDE operating system

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.