Stop another SWF movie (+ sounds) from another SWF

Hiya there
Thank you in advance for skim reading this and thinking if
you can help!
I've search and seen similar problems, but not the same.
THE PROBLEM / CHALLENGE!
I need a selection of simple SWF movie files with audio
attached. They're basically audio buttons, scattered through a HTML
page. At the moment they're set up with sound to 'stream' attached
to a specific frame - then enough frames to cover the duration of
the sound.
- on press of button it skips to Frame2 where the button
status changes and the sound plays
- if during that playing process, the button is clicked
again, then it jumps back to Frame1 and rests
I've played with the StopAllSounds command, but that just
stops the sounds on the other SWFs and doesn't stop (and revert)
the other SWFs back to their Frame1's.
Is this something i can solve with simple Action Script /
Behaviours... or do i need to fiddle with the Javascript in the web
page?
Thank you in advance for any help
cheers
James

"MrIzzard" <[email protected]> wrote in
message news:e3l5nr$bdo$[email protected]..
> But surely if the way i'm currently playing audio is
from being attached into
> the frames in the timeline (at the moment if i press a
button to switch the
> movie back to Frame 1, where there's no audio attached,
the sound stops) - then
> this would work for other frames too.
> Does that make sense?
If your swfs are on separate places on an html page (not one
swf loaded by another swf) then you can use localConnection to
communicate between swfs.
There are some MX version 6 examples on my website where one
swf controls one or more others..
http://members.cox.net/4my2dogs/flash/
You can have the receiving end stop sounds or move to a
different frame etc.
tralfaz

Similar Messages

  • I can't get MobileMe Gallery to stop trying to move pictures from it to Aperture. I never posted pictures to MobileMe Gallery. HELP

    MobileMe has been discontinued
    Aperture will move albums you have published to Mobile Me Gallery into the Albums section of your library to preserve them.
    If I chose OK it will say aperture is moving mobile me gallery and it takes forever but I've never posted pictures to that gallery.
    HELP

    If you migrated from MobileMe to iCloud your Addressbook will now be synced with iCloud and not with MobileMe.
    Make sure, the AppleID you are using with iCloud is the same you when upgrading from MobileMe to iCloud. Your iCloud account has to be enabled in the Addressbook and your contacts should appear in the iCloud accounts section.
    To sync your Contacts, they have to be enabled in the iCloud preferences, like this:
    But please, take your iCloud- Addressbook question to the "iCloud On my Mac" forum:  https://discussions.apple.com/community/icloud/icloud_on_my_mac
    There you will find the better experts for syncing between Mac and iPhone.
    Regrads
    Léonie

  • Move VM from one server to another using Local Repositories

    There is the following structure:
    ovhost-01 with first_repo
    ovhost-02 with second_repo
    Oracle VM version: 3.1.1
    Both first_repo and second_repo are Local Repositories.
    On ovhost-01 I have VM named "TestOVM" with status Stopped .
    Task:
    Move VM from ovhost-01 to ovhost-02 using "Clone or Move" section from VM Manager ( http://docs.oracle.com/cd/E27300_01/E27309/html/vmusg-vm-manage.html#vmusg-vm-move )
    Whenever I try VM moving virtual disk stays on the first_repo.
    With shared NFS-storage this feature working well.
    Question:
    Is it possible to move VM from one server to another with Local Repositories ?

    Neither ovhost-01 nor ovhost-02 have access to each other. It move or copy... the admin server that is connected to the local repository would have to have access to the target repository.

  • Using sound from one Movie in another one

    I have one animation movie and I want the sounds from that one on another version of the movie (another file). How can I export or copy these sounds?

    Share your Project using SHARE/EXPORT USING QUICKTIME... and choose an audio only codec like AIFF. This will give you a sound file that you can use elsewhere.

  • Stop sound From external SWF

    Here is my issue. I have a main.swf and I load an external
    music player.swf. I need to stop the sound from the player.swf when
    I push a button on the main.swf. Not all buttons just some buttons.
    I now I will need to put the code in each button. Thanks

    it works for all sounds that are playing when it executes no
    matter where they orignated.

  • When I select a sound email or video, decide I want to go to another video or email, the sound from the first video continues to completion before I can listen to my new selection. How can I stop this?

    How do I stop the sound from a video or email when I want I click out of the video. Presently, the sound continues and I have to escape out to home screen to stop it.

    Now as you may know there is some icons at the bottom of the mail app, at the top left conner you should have the inbox button and on the upper right conner you should have two arrows to shift between emails. If any of those options works try :
    Settings>General>Reset>Reset all Settings
    If that does not work try to re add the account
    Last but not least, restore as new.
    Hope that helps.

  • OnClick event in swf file stops a WMP movie that is being play

    Hi
    When placed in the same page - onclick event in a swf file
    stops a WMP movie that is being play.
    I've tryied to add another div with ontop positioning. but it
    didn't work.
    I've added a dlear image and it worked but the SWF mouseover
    and mouseclick events disappeared.
    Can someone help me?
    PS - it happens only on IE.
    Thanks.

    Hi Alden,
    I fear your problem might be the file size (system resources,
    actually) of your project. And if that is the case, it will
    adversely affect your end users as well, so best find our
    definitively right away. But let's assume for a minute that the
    file size is
    not causing the problem ...
    Are there any interactive object(s) on the 33rd slide (or
    thereabouts) that might be causing the project to stop - like a
    button, click-box, or text-entry box???
    A 48 slide movie is not (in and of itself) overly large, so
    hopefully you can find some overlooked object that is causing the
    problem...
    .

  • How to move cursor from one textfield to another textfield byusing enterkey

    hii all,
    I have a problem in java script.
    To move cursor from one textbox to another text box ,I have take the length of the textboxes of the first column.I used onkeyDown event .
    in the function ,firest i checked the condition like
    for(i=0;i<form1.box.length;i++) //box is the name of the textboxes
    if(event.keyCode==13)
    form1.box[i+1].focus();
    return false;
    by using this the cursor is moving from first text box to secon textbox and stops.
    if i use event.returnValue=false; instead of return false ,then the cursor automatically going to the laxt textbox of the column.
    my problem is how i can focus the cursor from one textbox to another textbox one after the other till the end.
    if any one has solution please help me.
    also if we can do in another way also,please help me.
    thanx.>

    try the following code :
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <META NAME="Generator" CONTENT="EditPlus">
    <META NAME="Author" CONTENT="">
    <META NAME="Keywords" CONTENT="">
    <META NAME="Description" CONTENT="">
    </HEAD>
    <SCRIPT language="Javascript">
    function fnTest(str)     {     
              if(event.keyCode==13)          {
                   if(str == 4)     {
                        formHeader.box[0].focus();
                   else     {
                        formHeader.box[parseInt(str)+1].focus();
                   return false;
    </SCRIPT>
    <BODY>
    <FORM name="formHeader">
    <CENTER>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('0');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('1');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('2');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('3');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('4');">
    </CENTER>
    </FORM>
    </BODY>
    </HTML>
    ----------------------------------------------

  • Moving sound from one clip to another?

    Can I take the sound from one clip and move it so that it plays during another clip?
    In other words, if I have some narration in one clip that would be better in another clip, can I pluck out that sound (narration) and re-locate it so that it plays at the same time another clip (video) is playing?
    I know that FCP can do this..you just cut out the sound portion you want and cut/paste it into whereever you want, beneath the visual part of whatever clip you want it to play with.
    thanks!
    ray

    Is it possible to take sound from one clip and put it in another clip?
    Yes

  • How to move music from one video to another.

    I have two videos.  I want to take the sound off of a video, and delete only the video part.  Then,  put the soundtrack onto another video clip.   I can detach the sound from the video, but if i delete the video, the sound track goes with it.  I can see a tiny appendage that continues to connect the sound track to the video track - shown below just above the 1.2m.   How do I break that appendage?  thanks

    Add another clip at the beginning of the video (anything, it doesn't matter what) and move the sound track to the left so the 'hook' is now pointing to this clip.  You can then delete the video and the sound track will remain and can be selected,copied and pasted into the other video.
    Geoff.

  • Accessing movie clip from flash swf file

    I have the situation where in flash i created a simple
    animated movie clip with few stop() commands on timeline. Movie
    clip consists of simple animatio played on roll over and on roll
    out which is controlled using actionscript. I loaded movie clip
    into flash using [embed] tag but actionscript code is stripped,
    there is no stop() action so movie clip loops continously. I guess
    that's normal behaviour for embedded flash swf files but i would
    like to know is there a way to still achieve that? Can i load swf
    some other way with its actionscript and then control movie clip
    from flex?

    You need the FLA's to open in Flash.
    You could download the free trial of a flash decompiler
    (www.sothink.com). The free trial won't give you actionscript, but
    it will give you all of the art in the swf.

  • Can I move applications from one user to another on the same computer?

    If I have two users on one mac, can I move applications from one user to another on the same computer?
    Thanks

    By default, apps are installed for all the users in /Applications

  • Can i move money from one account to another?

    Can i move money from one account to another?

    Basically, no; only the iTunes Store staff can do this, and then only by putting the balance from a completely unspent gift card back onto the card.
    (83942)

  • How do I move contacts from one group to another?

    I entered several contacts in address book.  How do I control which group they are assigned to at the time of entry?  The ones I added showed up in my office contacts in Outlook instead of in Hotmail/iCloud.
    Is it possible to move them from one group to another once entered?

    Do the contacts that are not in iCloud belong to an external account such as Gmail, Yahoo or an Exchange account?  Or, do they belong to On My iPhone?

  • Can i edit my game center account to stop sharing friends and games from another apple id that associated with my own new apple id.how to reset it without losing my apple id and i can stiil use it?

    Can i edit my game center account to stop sharing friends and games from another apple id that associated with my own new apple id.how to reset it without losing my apple id and i can stiil use it? Because i've made lot of paid purchases using this apple id. In my game center account i have so many games data that i'd never installed.i wanna  stop sharing  friends and games with this xxx apple id in my old ipad version ios 4.2. and i can still keep using this apple id in my new ipad 3rd gen version ios 6 without sharing game and friends with this xxx apple id? and how to remove the games data that i never downloaded in my ipad but still registered at my game center account.i wanna keep using this apple id coz so many fav application i've purchased from this id. the answer as soon as possible if there is some one can help me to solve it.thank u for reading my question and very big thanks for anyone who  can give me a helpful answer.                 

    Why do you ask in the iWeb forum?

Maybe you are looking for

  • AP Report- Vendor account and PO by Expense account

    SAP Guru- I am trying to produce a report that provides by expense account the vendor account and PO by period.  I tried amond others the following account :S_P99_41000099 or S_ALR_87012085 and they are not what I need. Does anyone have any inputs on

  • Standard OR/AND

    Hi, I have a workflow, the first node is 'Start' Node, then two parallel notifications, both having result type of Approval and then there is 'OR' node. What I want to know is, after OR/AND functions is the result from the previous node gets lost ? B

  • Fonts display wrong in Final Cut Pro

    One of the other editors in the office put together this piece and now I am making some changes to it on my machine. We're using the font "Baskerville" a common font that comes on the computer, and it is showing up correctly in the Font Book, but it

  • Download songs from different countries

    I live in Canada and I want to buy this one album but its only available in the Australian store, is there any way that I can still buy it off iTunes?

  • Purchased the adobe product to convert a pdf image to a RTF file but cannot figure out to accomplis

    Bought the adobe product to convert a pdf image to an RTF file but cannot figure out how to get it to work