Flash-Movie- No Sund -- Help

When i play a Flash-Movie in QT 7.5 there is no sound! Why?

Adobe FlashPlayer should first be uninstalled using the appropriate uninstaller available here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=2
and then the latest version obtained from here:
http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
and installed.
If you are running Leopard:
Some users have mentioned that the latest Flash Player (v.9.0.115.0) conflicts with Leopard, and that they have needed to revert to v. 9.0.47. This can be downloaded from here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=1
(You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
There is an additional 'fix' you could try if you are having problems with Flash and Quicktime, depending on which type of Mac you have:
On Intel Macs, make sure that you are not running Safari in Rosetta. You can check this, and change it, in the Get Info window.
On PPC Macs, go to the Hard Disk/Library/Internet Plug-Ins folder, and drag the file 'QuickTime Plugin.webplugin' to the desktop. Quit and restart Safari. If things have improved you can trash that file. If they haven't put it back, as the lack of this plug-in can cause QT content in some widgets to cease functioning.

Similar Messages

  • Adding link to Flash movie to HTML Help

    I have to output the same help in both CHM and WebHelp, and I
    have to include a Flash movie (SWF) in both versions. The only way
    I've found to get a link to the Flash movie to work in the compiled
    CHM is to add all the Flash files to the project as "baggage" and
    then insert the link. Compiled CHM then includes the Flash files.
    Is this the recommended approach? Is there an easier way?
    Thanks,
    mel

    Hi mel and welcome to our community
    Indeed, adding to baggage will not hurt a thing and is
    recommended. I recently published a second article dealing with
    Flash content and RoboHelp that you may find useful. You may view
    it by
    clicking
    here
    Cheers... Rick

  • How to control a loaded flash movie? Please help!!!

    Hello everyone
    I'm creating a web site with multiples swf files, the navigation is controlled via drop down menu, i have resolved the script for the drop down menu main buttons and i need to control the timeline of the movies loaded with the drop down menu main sub buttons to navigate into specific frames
    this is what i got:
    stop();
    var myrequest:URLRequest=new
    URLRequest("HomeSonny.swf");
    var myloader:Loader=new Loader
    myloader.load(myrequest);
    stage.addChild(myloader);
    //main buttons
    menu.nosotros.addEventListener(MouseEvent.CLICK, clickmouse);
    //menu.islas.addEventListener(MouseEvent.CLICK, clickmouse);
    //subButtons
    menu.historia.addEventListener(MouseEvent.CLICK, subMenu);
    //event listener main buttons
    function clickmouse(evt:MouseEvent):void {
         trace("click")
         myloader.load(new URLRequest("swf/"+evt.target.name+".swf"));
    //listener loaded movie
    myloader.contentLoaderInfo.addEventListener(Event.COMPLETE, subMenu);
    //event listener sub buttons control loaded movie
    function subMenu(evt:MouseEvent):void {
         trace("clickSub")
         var mycontent:MovieClip=evt.target.content;
         mycontent.gotoAndStop("historia");
    the problem is when i click the drop down menu sub button, does not go to the label frame of the loaded swf fil.
    What am i doing wrong?
    sample in the file....
    thanks for watching.........

    See code and comments below. I don't guarantee that it will fix all your troubles though - you have big flaws in the logic:
    stop();
    // declare this var here so that is accessible
    var mycontent:MovieClip;
    var myrequest:URLRequest=new URLRequest("HomeSonny.swf");
    var myloader:Loader = new Loader();
    // you need to add listener here - before you start loading
    // also you shouldn't mix loading with mouse click
    myloader.contentLoaderInfo.addEventListener(Event.COMPLETE, onFileLoad);
    myloader.load(myrequest);
    // since your content changes - you shouldn't add it here
    // stage.addChild(myloader);
    //main buttons
    menu.nosotros.addEventListener(MouseEvent.CLICK, clickmouse);
    //subButtons
    menu.historia.addEventListener(MouseEvent.CLICK, subMenu);
    function onFileLoad(e:Event):void {
         // remove previous content
         if (mycontent) {
              removeChild(mycontent);
              mycontent = null;
         mycontent = evt.target.content as MovieClip;
         addChild(mycontent);
    function clickmouse(evt:MouseEvent):void {
         trace("click")
         myloader.load(new URLRequest("swf/"+evt.target.name+".swf"));
    function subMenu(evt:MouseEvent):void {
         trace("clickSub")
         mycontent.gotoAndStop("historia");

  • Need help with Different approaches to setting variables in a Flash movie in Adobe Flash CS3 Professional Version

    Hi,
    I'm using Adobe Flash CS3 Professional version of Flash
    software,
    I need help and guidance on
    Different approaches to setting variables in a Flash movie,
    what I should do in the fla file, and in the html file.
    Thanks, Gil

    Hi petro_jemes,
    Just a little claritification, you need to add the value to the variable "[string]$ou", and also change the language in the variable "$emailbody" in the function "Get-ADUserPasswordExpirationDate".
    I hope this helps.

  • Help with multiple flash movies in same website

    I'm trying to create a website in dreamweaver. I created the
    artwork in fireworks. a slice of it i exported to flash to create
    rolling clouds over the background. i also want in the same swf
    file a screen for my main content. ( I used a scrollPane component
    that works nice. But for each button on my web menu (home,
    schedule, ect...), I want to be able to put new content in my
    scrollPane. My buttons don't reside in my flash movie. Do I need to
    create a new movie for each web page?
    I'm not sure how to procede.
    Can anybody help?
    brad

    It seems that when you import an external flash movie into
    Captivate 1, the full path is...
    "_level0.slide0__image_mc.s0_i9_swf_mc.m_swf_mc"
    ...this was the start of the solution for my problem so I
    thought it best to post in case it helps out anyone else.
    BTW - The slide number changes (obviously) and so does the
    'i' reference depending on the attributes you have given to your
    imported movies.

  • Please Help!!!!!dynamically changing a flash movies size...

    Hi i'm working on my final year dissertation and have become
    intensely stressed out/frustrated & almost mental in achieving
    this particular aim!!!!
    what i need to know is how to
    dynamically change a flash movies document size in real time,
    without squashing or stretching the content,much like the banner
    adds frequently seen on hotmail by companies such as orange,lexus
    etc.. where the flash movies size expands on interaction
    Help on this will be greatly greatly appreciated!!
    Thank you.

    RE: "P.S. I  found it aggravating that I couldn't copy and paste text  here, it wanted me to insert as a link or an image, how do you insert plain  text?"
    I take it you tried using the "right click" menu?   That doesn't seem to work, as you noted, but, you should be able to paste text by pressing your CTRL key  and while holding it down, press the "V" letter  key.
    CTRL + C = COPY
    CTRL + X = CUT
    CTRL + V = PASTE
    HTH,
    Ortho_Fan

  • HELP!!  White frame where Flash movies should be!!!

    Can't figure a single reason why this is doing what it's
    doing. Everything works fine before I create the projector.....but
    once I launch it and test, all my Flash movies are just white
    frames of the same size as the movies are supposed to be. No sound
    or anything. Does the same thing on the Mac or PC side. I've tried
    checking and unchecking DTS, etc. but I can't figure this one out.
    My project is due TODAY....first time I've had this problem
    before, ever.....HELP!!!

    I thought about that (actually made that mistake with the
    Buddy API Xtra), but I just now got it to work....seems as though
    it doesn't like talking to a shared drive space between my Windows
    and Mac partitions, even though it'll play just fine within
    Director while I'm working on the project. I copied everything
    over, all the directories, etc. to my Windows side, created a test
    projector from there, and voila!
    Thanks for the suggestion; I used to make that Xtra mistake a
    LOT.
    p.

  • Help targeting flash movie

    I am trying to find a way to have my flash movie play on the
    same dreamweaver page.
    I have five buttons on the left. When I click each one I want
    them to play a different flash file in the same location on the
    right. As you click a different button a new flash file replaces
    the old one in the same location on the right. Each flash file is a
    different size. Also I designed this and sliced it in photoshop,
    saved for web and devices the opened the html file in dreamweaver.
    Can my issue with this still be solved.
    Please help. Thanks
    Dreamweaver novice.

    Look at Wimpy Streaming audio/video Player. One player can
    handle all your
    flash videos and MP3 audio clips. Very easy to install, dirt
    simple to
    update playlists later.
    http://www.wimpyplayer.com/affiliates/idevaffiliate.php?id=836
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "carrierodesign" <[email protected]> wrote
    in message
    news:gdcjja$d90$[email protected]..
    > I am trying to find a way to have my flash movie play on
    the same
    dreamweaver
    > page.
    >
    > I have five buttons on the left. When I click each one I
    want them to
    play a
    > different flash file in the same location on the right.
    As you click a
    > different button a new flash file replaces the old one
    in the same
    location on
    > the right. Each flash file is a different size. Also I
    designed this and
    sliced
    > it in photoshop, saved for web and devices the opened
    the html file in
    > dreamweaver. Can my issue with this still be solved.
    >
    > Please help. Thanks
    >
    > Dreamweaver novice.
    >
    >

  • Need Your Help with Loading SWF into another Flash Movie!

    Hello,
    I have created TWO Flash movies. They work just fine
    individually, but I get problem when I put one into another one!
    The main Flash is a Menu and the second one if a Photo Album.
    The Menu is series of animation (Moving Objects) which finally
    comes into rest and create the menu. The photo album is another SWF
    file which is called with in the first Flash Movie (The Menu). The
    SWF file is loaded as follow into the Main Flash.
    MovieClip.prototype.drawRect = function(x, y, w, h) {
    this.beginFill(0xFF0000, 100);
    this.moveTo(0, 0);
    this.lineTo(0+w, 0);
    this.lineTo(0+w, 0+h);
    this.lineTo(0, 0+h);
    this.lineTo(0, 0);
    this.endFill();
    this._x = x;
    this._y = y;
    this.createEmptyMovieClip("mc6", 6);
    mc6.lineStyle (3, 0x000000, 100);
    mc6.drawRect(-77, -17, 20, 20);
    mc6._xscale = 100;
    mc6._yscale = 100;
    loadMovie("photoAlbum.swf", mc6);
    Problem arises when I click on the Play Button of the
    photoAlbum.swf (Photo Album) since the execution of the play button
    causes the Flash starts once again from the beginning of the entire
    Flash Movie (Beginning of the animation creating the menu) and it
    simply jumps into the Firm One of my Flash Movie.
    Could you tell me how I can isulate what is in layer 6 (Where
    the photoAlbum is loaded to) from the rest of my Flash Movie?
    I hope I managed to explain my problem. I would like to take
    this opportunity to thank you in advance for your help.
    Cheers,
    Babak

    Hello Anya,
    I have realized the problem arises from the Wait Function
    which causes the Photo Album to pause for a period of time (Two
    Seconds) once a Photo is fully displayed (I have Fade in/out Photo
    Album). I realized everything works OK once I remove the function
    and rather left the Photos to be flipped without any pausing (This
    is an Auto-loading Album which simply Flips the photos!).
    Here is the Wait Function which is causing all the trouble.
    function wait()
    stop();
    var myInterval = setInterval(function ()
    play();
    clearInterval(myInterval);
    }, 2000);
    Thank you so much for your help.
    Cheers,
    Babak

  • Website Homepage flash movie, help

    I am managing a website and would like to create a flash
    sideshow to replace our static looking image on our homepage.
    Nothing too fancy just a simple fade in and out between about
    4 pictures, click on the picture it takes you to a url for the
    product, and buttons at the bottom to go back to a previous
    slide/frame.
    Here is a link to a site with exactly what i would like to
    accomplish. May be a tad faster rotation speed.
    Sferra the big
    flash thing on the homepage
    I am pretty new to flash, but i am knowledgeable in photoshop
    and have dabbled with dreamweaver and fireworks. If there are some
    tutorials that could help me out, or any advice someone could give
    me on how to accomplish this I would really appreciate it.

    If it's the flash you want to edit, you need Flash or Swish
    http://www.swishzone.com
    > I recently purchased a template with a built in flash
    movie. I use DW CS3
    > version 9 and would like to know if it is possible to
    edit the content? It
    > holds some photos and text that I need to change.
    > Thanks
    >

  • Variables into flash movie  -  Urgent help needed, please

    I am hoping this is simple:
    Here is my HTML code:
    <param name="movie" value="orig2.swf" /><param
    name=FlashVars VALUE="sname=video1.flv"><param name="quality"
    value="high" /><param name="bgcolor" value="#ffffff" />
    I need to pass video1.flv to the flash movie.
    Here is the MOVIE data. I was told this is how to do it, but
    I am sure it's missing something basic.
    //insert sample link below
    mediaDisplay.directLink = "
    http://flash.xxx.com/flashgen.cgi?sname=&aname=xxxxxxxx/_definst_";
    //pulls sname from param value in HTML
    mediaDisplay.simplePlaylist = sname;
    streamnameTxt.text = sname;
    So, it should pull the SNAME variable from HTML and feed it
    into player. If I type in SNAME variable and manually place it in
    DirectLink line above, it works, but I need it to feed from HTML.
    PLEASE HELP!!

    I know how to pass the variable TO flash, but how do I get
    the FLASH movie to receive it??
    Again, here is the code in the FLA file
    //insert sample link below
    mediaDisplay.directLink = "
    http://flash.xxx.com/flashgen.cgi?sname=&aname=xxxxxxxx/_definst_";
    //pulls sname from param value in HTML
    mediaDisplay.simplePlaylist = sname;
    streamnameTxt.text = sname;

  • Need help with FLV type SWF playback in flash movie

    Hi,
    I have three external SWF files from a client without FLA
    sources. The SWFs were done 3 years ago by someone else so there is
    no way to modify the existing SWF files. These contain no
    interactivity but may involve nested clips on the main timeline.
    They are AS1 or AS2 files so they need to be done with AS2
    scripting to keep it simple.
    I need to call these SWF files inside another flash movie and
    play them in a player window as if they were video files with
    play/pause, seekbar and volume controls. The needed functionality
    is similar to FLV players. My controls will use custom graphic
    buttons and sliders mimicking the look of CNN video player window.
    Does anyone know a good tutorial on how to script these
    controls for SWF?
    Most likely I think I will load it in a clip and I am
    thinking that I will need to get the duration of the loaded swf in
    order to set up the seekbar.
    Thanks in advance,
    Attila

    I think your professor, or somebody, gave you directions with ActionScript 2 programming. In AS2, what oyu have here would have worked just fine. But, in AS3, you need to use a fairly different approach. Your buttons, and their instance name, can remain the same. But now, in AS3, you have to add event listeners in the following manner:
    yourButtonName.addEventListener(MouseEvent.CLICK, yourListenerFunction);
    In your case, you can do one of two things - A) assign a unique listener function to each button, or B) assign the same listsner to both functions:
    A)
    start_btn.addEventListener(MouseEvent.CLICK, startPolygon);
    stop_btn.addEventListener(MouseEvent.CLICK, stopPolygon);
    function startPolygon(e:MouseEvent):void{
        polygon.play();
    function stopPolygon(e:MouseEvent):void{
        polygon.stop();
    B)
    start_btn.addEventListener(MouseEvent.CLICK, controlPolygon);
    stop_btn.addEventListener(MouseEvent.CLICK, controlPolygon);
    function controlPolygon(e:MouseEvent):void{
       if (e.target.name == "start_btn") {//Test for the name of the object that dispatched the CLICK event
          polygon.play();
       } else if (e.target.name == "stop_btn") {
          polygon.stop();
    When I'm using several buttons that do the same/nearly similar things, I favor approach B over A, as it keeps me to jsut one single function to deal with.

  • FLASH MOVIE HELP

    Hi there,
    I recently purchased a template with a built in flash movie.
    I use DW CS3 version 9 and would like to know if it is possible to
    edit the content? It holds some photos and text that I need to
    change.
    Thanks

    If it's the flash you want to edit, you need Flash or Swish
    http://www.swishzone.com
    > I recently purchased a template with a built in flash
    movie. I use DW CS3
    > version 9 and would like to know if it is possible to
    edit the content? It
    > holds some photos and text that I need to change.
    > Thanks
    >

  • Flash Movie Clip Help

    I've been trying to recreate the flash movie they have on
    http://www.comcast.net/news/
    its in the middle of the page.
    I have everything except I cannot get that black fadein to
    go as smooth and fast. I've tried making more frames
    and less frames, but it doesn't seem to make open as smooth.
    Is there a way to code a different fps for just the fade in?
    or
    Does anyone have any ideas?
    Thanks in advance

    Your attachment appears to be lost in the queue... not abnormal for the new and improved forums.
    Anyways, for what I think you are trying to do you should look into using the Tween class.  If you Google "AS2 Tween" the first result you get  (a Kirupa article) may be enough to get you started--I didn't look beyond that one.  In your case you would probably be tweening the _y property of the page movieclip.  When it comes to changing pages, you might also want to incorporate a listener so that you can first tween out the current page before you tween in the new page.  You can have multiple tweens working at the same time for the same object, so you might want to add an _alpha tween into the mix as well.

  • Help !! !!  What size is this flash movie?

    How do you tell the size of a flash movie on a Mac? (Intel)
    Info will tell you the pixel size of a quicktime, but not a
    flash mov. Nor is there a way to check the size with Sorensen
    player.

    http://new.myfonts.com/WhatTheFont/
    Though the image should probably be adjusted in contrast and uploaded at larger res to increase the chances of identification...
    Mylenium

Maybe you are looking for