Load flash movie which with sound problem

Hi, all,
I am doing a flash which with audio, the audio about 3-4 mins. But when i use another flash movie to load that flash mov with sound (using load movie function), cannot hear any voice. Why is it?
The flash movie with sound is use actionscript to attach the sound, when i test the movie, it is work. When it comes to load from another movie, it doesn't work. Anyone can help me to solve it?
Thanks.

What version of Actionscript are you using?

Similar Messages

  • Loaded movie with sound problem

    I have some movies with attached sound. The movie uses the
    sound position property and preset cue times to drive action in the
    movie. They play fine on their own but when they are loaded into
    another movie using either loadMovie or loadMovieNum, the sound
    does not play and the cue driven action don't work. I made sure to
    set the _lockroot property to true in the loading clip with
    loadMovie and also put it in the original movie and tried using
    loadMovieNum.
    What happened to the sound?

    when instantiating your sound object try:

  • Flash movie slowing with each loop?

    My main flash movie is made up with scenes, on each scene I have used the UILoader component to load external swf content to the main movie, the first one works fine but gradually with each loop the movie slows down, i have a globe in one scene which is looking really juddery... Can anyone help?
    Thanks
    Darren

    First off, you should not use scenes - they have never really worked all that well, and just lead to problems. Aside from that, if you're adding listeners to your loaders you need to remove them - or use weak references, which you should always be doing anyway. Have you looked at task manager to see if successive loops are using more and more ram and/or more and more cpu cycles?

  • Play multiple movie clips - with sound

    Hello Forum members,
    I am a total new comer in terms of flash and action script,
    self-educated and Adobe forum and internet educated. I can now
    click a button and stop and start a movie clip, use attachMovie,
    and even mute sound in a movie clip (not video). I am currently
    using Flash 8, and waiting for CS3 (downloaded a trial, and like it
    better than Flash 8).
    Enough history - now to my question - I have an application
    that had 3 scenes. I read in some Adobe article
    "Flash Best Practices" that it was not a good idea to use
    scenes in an application. I converted my Scene 2 and Scene 3 into
    movie clips.
    I figured I could either put each movie clip on a separate
    layer in my timeline (mc_scene2, mc_scene3)
    and play them, one after the other (did not quite work, more
    later). Or...
    copy the timelines from the scenes, and add those frames to
    my Scene 1, making a application with both scenes staggered one
    after the other in the main timeline. Or...
    Keep Scene 1 and at the end of scene 1,
    attacheMovie("mc_scene2", etc) and when scene 2 was done play and
    or attach the final movie clip (mc_scene3).
    I could not figure out how to tell when mc_scene2 was done
    using the attacheMovie method, so I could then attach mc_scene3,
    etc.
    How would I be able to tell when one attached or loaded movie
    clip is finished, and then start the next one?
    Or what is the suggested way to use actionscript to load a
    movie, play it, and when the clip is done, load and play the next,
    etc.
    Thanks for a good forum,
    eholz1

    Hello Again - I guess there is much that I do not understand.
    I followed the tip above - or so I thought.
    I have "buttons" on my movie clips that play the clip when
    clicked.
    I have placed stop actions in frame 1 of each movie clip.
    I tried placing mc_scene2 and mc_scene3 on their own layer
    in the timeline,
    and put the code above in my actions layer (Scene 1).
    it seems that nothing really works - the _visible property
    seems not to work,
    etc - I must be doing something wrong. What layer should the
    two mc's be
    placed?
    Thanks for the info
    Eholz1

  • Loading flash movie manually

    Hello
    ISorry to say this but I am a newbie in Flash.
    I have made a flash movie with playback control.
    I hosted it on my website but the problem is whenever someone
    visit the website it loads automatically even if you don't press
    play.
    I was just wondering how i can make the video starts loading
    only after somebody press play. It is eating my bandwidth at the
    moment everytime somebody visits my website because it loads
    automatically even if you don't press play.
    Do I have to edit the fla or flv? and how?
    Thank you for your help!

    craete two different swf one with play back control and other
    with all main content. And just load playpack swf first and write a
    code on play button to load content swf like
    play.onPress=function(){
    loadMovie("content.swf","_root");
    }

  • How do I tell my flash movie which frames to display depending on the page?

    Hi,
    I'm creating a php website with a flash movie that
    incorporates the navigation. The movie shows an image for each
    section and this image doubles as the navigation. The website uses
    the same php template throughout the site for each page.
    Here's the thing: I would like each page within the site to
    display the rollover / active state of the section that the page is
    in, rather than the movie playing fully each time the visitors
    visits a different page.
    The .fla file and .swf can be viewed here:
    http://preview.hosts.co.uk/~swinsidelodge-hotel.co.uk/templates/swinside/img/header.fla
    http://preview.hosts.co.uk/~swinsidelodge-hotel.co.uk/templates/swinside/img/header.swf
    So when a visitor is on a page in the hotel section, I want
    the flash movie to play frames 201 to 205 and when in the booking
    section frames 221 to 225 rather than the whole movie.
    Is there any way of doing this?
    Thanks,
    Konrad

    Thanks Gorka,
    I looked it up and found this useful summary:
    http://probertson.com/articles/2006/12/14/deep-linking-flash-application-states/
    However, I'm now trying to figure out how write the flahs
    vars so it can see what section / folder the page is in so that the
    swf knows to play the same frames for both
    swinsidelodge-hotel.co.uk/pages/hotel/awards.php and
    swinsidelodge-hotel.co.uk/pages/hotel/guest-comments.php. So
    basically it doesn't look at the last bit of the url but the first
    bit... I would like the flash vars to be dynamic so that when the
    client adds a new subpage in one of the sections the swf will still
    know which frames to play.
    Any suggestions?
    Thanks,
    Konrad

  • Can I prevent the rapid flashing which occurs when testing a Flash movie which has a syntax error?

    I teach games development using Flash Professional CS6, and one of my students has photosensitive epilepsy. He is finding that the 'strobing' effect which occurs when he executes Test Movie on a movie with errors in its script is triggering headaches which can be a precursor to a fit. Obviously this is making it very difficult for him to complete his lab and assignment work. Is there any way of preventing a Flash movie from running if it contains a syntax error?
    I have created a workaround by adding a bunch of extra frames to the start of the movie which will display a "SYNTAX ERROR" message if the script doesn't run - this gives my student a few seconds margin to quite the movie before the strobing begins. I have a single frame at the start with a goto statement which jumps over those error frames if the code doesn't have any syntax errors.
    This seems to be working ok, but it's an ugly solution - does anyone know of a better way to deal with this?
    Thanks.

    1.In Preferences you can check "open test-movie in tabs".
    2. Having done that you could write a jsfl-script which switches the focus (immeadiately after you test the movie) to another tab in the same register card, thus, forcing the possible "corrupt" testmovie in the background. If are no compiler errors , the testmovie can be made available by simply switching to the test-movie tab, if there are compiler errors, you can close it without having to look at it.
    Another option would be to setup FlashDevelop as compiler trigger of Flash.
    You have to change these basic properties in your project:
    FlashDevelop will only launch the test movie if it compiles flawless, inside Flash.
    FlashDevelop will act as a "bouncer" to Flash.

  • How to load flash movies in a "series"

    Basically, I have 5 external swf movies.
    I want to load them on another swf container one after
    another, with the container being able to detect the last frame of
    a certain movie and load the next randomly. I can load them easily
    by individually assigning the length of each movie into the
    container.
    But the problem is that the external movies varies in lengh.
    I want to be able to update an external movie and the container
    would still be able to detect the last frame of it.
    Hope someone can help. Thanks in advance.

    i would create 2 arrays. one with the SWF names, and one with
    interval times based on the length of the movies, then use a for
    loop to load the movies into the container based on setInterval...
    you can try using _totalframes if that is going to be to difficult,
    but im not sure how successful that will be.

  • How to have Flash movie resize with rest of webpage

    Hi,
    I ran a search for this but couldn't find anything. Is there code I can write into my webpage (using dreamweaver) that will make my flash movie get larger along with the rest of my webpage when the viewer zooms their internet explorer 8 browser? Here's a link to an example. Looks fine when page is viewed at 100% but above that everything zooms except the movie.
    www.empowerments.net/canary.html
    Thanks for your help,
    James

    Thanks again for your time but it seems we're not on the same page (pun intended!).
    I do appreciate you trying to help me and I understand how easy it is to misread the question perameters.
    When your reply said "The Zoom does create a white space because it "zooms" the background image and text only.
    The Flash content isn't set to zoom with it apparently"
    it actually just stated what I said was the problem in my original post.
    I've already said the flash content looks fine at 100% and is only a problem when zoomed in by the internet explorer browser.
    The help I'm looking for is maybe a tip on some html code (like rescale = true or something) that I can write into the web page (via Dreamweaver) that tells the flash content to scale up with the rest of the page when zoomed.
    Does anyone else have any suggestions?
    Thanks again for your time and willingness, Mac=Win=Me!
    James

  • Can I prevent the rapid flashing which occurs when testing a Flash movie which has a syntax error in

    I teach games development using Flash Professional CS6, and one of my students has photosensitive epilepsy. He is finding that the 'strobing' effect which occurs when he executes Test Movie on a movie with errors in its script is triggering headaches which can be a precursor to a fit. Obviously this is making it very difficult for him to complete his lab and assignment work. Is there any way of preventing a Flash movie from running if it contains a syntax error?

    Ask in the Flash forums.
    Mylenium

  • Aligning flash movie edges with jpg's in HTML

    I have created a flash movie that is 766 px wide by 750 px
    high. The html page that the flash movie is embedded in uses jpg.
    images to fill the remaiming browers area. (so it appears to the
    viewer that flash movie and html page are one seemless page)
    The problem I am having is matching (aligning) the edges of
    the flash movie with the jpg images. I can get it very close, but
    it never seems exactly right. (The edges of the flash movie have a
    gradient and some color change.)
    You can view my work in progress at:
    http://www.awitest.com/index_silver.html
    My questions is: is there a simpler, less time consuming way
    to get the edges of the flash movie line up correctly with the
    jpg's in the html???
    By the way I have Design Premium CS3, if any of those other
    programs can help with this problem.
    Thanks for any advice!

    yes, is is.
    you can use this link.
    http://de.selfhtml.org/css/eigenschaften/positionierung.htm#position
    the dicription is german, but there are no problems to use
    the code, i think.
    working with cs3, i use the html of flash an delete all the
    java-text. it's possible to use the objekt-tag in the
    div-tag.

  • Loader shows error when loading cs4 movies which uses matrix 3d class

    I am trying to load an swf which is made using cs4 and which uses the classes "flash.geom.Matrix3d" and "flash.text.engine", but when i load it it shows error and the swf is not getting loaded. i am getting the following error.
    ReferenceError: Error #1065: Variable flash.geom::Matrix3D is not defined.
    at prova_fla::MainTimeline()
    VerifyError: Error #1014: Class flash.text.engine::ContentElement could not be found.
    at global$init()
    at visup.utils::AdvancedText()
    at prova_fla::MainTimeline/frame1()
    The issue happens only when i try to load the swf using the loader. Opening the loading swf seperatly does not have any issues. I am using flex builder 3 and using Actionscript 3.
    Thanks in advance.

    are you publishing for flash 10?

  • Ipod Movie/Video with Audio problems

    I have some music videos, it would only sync as imovie...but even so their shouldnt be a problem with the audio function of the ipod should their? i just received the ipod for christmas but the videos i have uploaded have no sound....reguler songs work fine...could someone help me with the problem so i could enjoy the music of my videos?
    Video Ipod   Windows XP Pro   73GB left on Ipod

    Sounds like the video files might not be in the correct format for use with the iPod. I would recommend that you download an iPod Video Converter and run the files through it, and then try syncing the newly created files on to the iPod.
    I've used Videora, and have had some good results with it. The only problem that I've really run into is that sometimes the audio is a few seconds out of sync with the video. It's not soo bad that watching the video files is unbearable, but that's all up to you.
    You can try a Google search for iPod Video Converter, or you can check on VersionTracker.com
    Hope this is helpful.
    CG

  • Load flash movie by executing javascript

    Hi all,
    I am having one html file that is showing flash movie on
    brawser.
    I want to load that flash movie into my flash application
    movie clip. How can I do that. Please guide me...
    here is html code... put it in ad.html file and open it.
    <script language='JavaScript' type='text/javascript'
    src='file:///D:/SportingBet-Widget/ExtraStuff/Documents/adx.js'></script>
    <script language='JavaScript' type='text/javascript'>
    <!--
    http://ads.sportdog.gr/ads/adx.js
    if (!document.phpAds_used) document.phpAds_used = ',';
    phpAds_random = new String (Math.random()); phpAds_random =
    phpAds_random.substring(2,11);
    document.write ("<" + "script language='JavaScript'
    type='text/javascript' src='");
    document.write ("
    http://ads.sportdog.gr/ads/adjs.php?n="
    + phpAds_random);
    document.write ("&amp;what=zone:218");
    document.write ("&amp;exclude=" + document.phpAds_used);
    if (document.referrer)
    document.write ("&amp;referer=" +
    escape(document.referrer));
    document.write ("'><" + "/script>");
    //-->
    </script><noscript><a href='
    http://ads.sportdog.gr/ads/adclick.php?n=a1ffd680'
    target='_blank'><img src='
    http://ads.sportdog.gr/ads/adview.php?what=zone:218&amp;n=a1ffd680'
    border='0' alt=''></a></noscript>

    Did you upload the Flash movie (the SWF file)? Doesn't appear
    to be on
    your server.
    Alec Fehl, MCSE, A+, ACE, ACI
    Adobe Community Expert
    AUTHOR:
    Microsoft Office 2007 PowerPoint: Comprehensive Course
    (Labyrinth
    Publications)
    Welcome to Web Design and HTML (Labyrinth Publications)
    CO-AUTHOR:
    Microsoft Office 2007: Essentials (Labyrinth Publications)
    Computer Concepts and Vista (Labyrinth Publications)
    Mike Meyers' A+ Guide to Managing and Troubleshooting PCs
    (McGraw-Hill)
    Internet Systems and Applications (EMC Paradigm)

  • Flash Movie export with Keynote

    Hi, I am using Keynote this time mainly to make a Flash movie for a website. However, when I export the movie to SWF format,the file is quite large (About 9mb) too large for use online.
    Does anyone know, is there a way to reduce this filesize? I looked to see if it is possible to make the canvas smaller than 800x600, as I only really need it to be about 500x400. Didn't see a place to make it smaller than 800x600.
    Any reccomendations would be great, thanks.

    There is a program that reduces flash file sizes
    http://www.eltima.com/products/flash-optimizer-mac/
    It compresses the file size, not sure if it resizes the dimensions

Maybe you are looking for