NO SOUND IN DOWLOADED FLV VIDEO

I DONOT FOUND ANY SOUND IN DOWNLOADED FLV VIDEO FROM YOU TUBE.
WHAT SHOULD I DO?

with few exceptions, you shouldn't import an flv to a swf.  you should "play" the flv in the swf.
the easiest way to "play" the flv is to use an flvplayback component.

Similar Messages

  • How to stop sound playing at a embed FLV video

    Hello,
    I would not a piece of code, which will stop the sound
    playing in a embed
    flv video. Following situation:
    I have a "main.swf" file which loads two swf as following:
    loadMovie ("Teenies.swf", _root.contenedor);
    loadMovie ("CananIntro.swf", _root.mc_video);
    The "CananIntro.swf" includes (embed) the flv video "canan
    PART1.flv".
    I would need the action sript code to make the sound at
    "canan PART1.flv" ON
    or OFF.
    Thank you for any hint.
    Walter

    Another way to do this is to create a boolean right off the start. Lets say var createMusicTrack:Boolean and set it to true
    Then load your music and start playing it and at the end of that load code add a line that sets the boolean to false so that when you come back to frame 1 the boolean will be false and the code will not load and play, but this could be problematic too. Djnr suggestion is better for your purposes.

  • Please help me load an .flv video that has been embeded onto a web page

    Hello there,
    I was hoping someone on this forum could please help me with one specific problem that I am having. I would like to embed the a flash player into an html page, and load the video from a service that has the streaming video provided.
    This is the context of the situation...
    We have created a site that was to be used on a showroom floor (no internet connection) and loaded the .flv videos at the local root level for the site.
    Now however, we would like it to be an online site. I have been able to use the flash "jw player"to load videos to play using the shadowbox javascript, but when I try to embed it onto a page and have it play, it isn't working and I am not sure why.
    Below is the code that is currently working to load the videos on the local root level.
    Might someone have any ideas on what I need to replace to have it load the videos from the streaming service?
    I would greatly appreciate any assistance that could be provided.  I can also provide a URL if it would help.
    I would GREATLY appreciate any assistance provided.
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("player1","9.0.98","expressInstall.swf");
    </script>
    <object id="player1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="640" height="380">
    <param name="movie" value="player.swf" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="flashvars" value="file=assets/videos/Bob_Peebler.flv&image=images/videoStatic_Peebler.jpg" />
    <object type="application/x-shockwave-flash" data="player.swf" width="640" height="380">
    <param name="movie" value="player.swf" />
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="flashvars" value="file=assets/videos/Bob_Peebler.flv&image=images/videoStatic_Peebler.jpg" />
    <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
    </object>
    </object>

    Hello,
    Thanks  a lot for the reply.  However, I am pretty confident that the jw player supports the streaming video option, but as I mentioned that I was able to use it as a popup using the shadowbox javascript before. After doing a bit of investigating on how the videos are hosted, I am using "progressive download" method for these videos.
    I think the problem is that the player.swf is hosted on my website server -  and the videos are then hosted on the media hosting service.  I think that the player needs to be located on the media hosting service, and then embedded onto the page along with where to point to the .flv video.  Does that sound right?
    If so, the paramater I am using to embed the player as I mentioned in my original post is simply:
    <param name="movie" value="player.swf" />
    does the "value" then have to change to the http:// address for the video player.swf that would then be hosted on my video hosting service?
    Little help?
    Please let me know if there is anything I can provide to clarify the issue.
    Thanks
    M

  • FLV video in a single keyframe.

    hello,
    I have loaded an external FLV video into my project however, my video starts immediately as soon as I go to the keyframe with the video on it. It can still be heard playing after I leave that keyframe. Should I return to the keyframe it begins playing two versions of the video. i have tried VideoAndy.stop(); on the keyframes before and after and that does not work.
    I want the video to stop playing when i leave the keyframe
    how would i do this?
    Thanks,
    Jac
    EDIT: for all those who may be having the same problem, in your keyframes before and after the video keyframe add the following code
    flash.media.SoundMixer.stopAll();
    this will stop all sound once you leave the video keyframe

    You need to stop the FLVPlayback in the frame where it exists, so whatever portion of code that you have that controls leaving that frame should include the command to stop the player.

  • Why there is a small black blinking dot got on FLV video??

    I have 11 FLV videos in my captivate file and when i published it  there is a small black blinking dot on all my videos. Does anybody have the same problem? I checked the original videos and the dot is not there.

    I don't have experience with FLV doing that, but that sounds similar to what happens when the slide quality is not high enough to support the graphic objects on a slide.
    Have you tried increasing the image quality for the slides with video to 'high' or 'optimized?'

  • Flv video play

    Beginner question:
    This is my code and only my last question flv video doesn't show up. Why?
    //Import
    import fl.video.FLVPlayback;
    //Set Variables
    //Stagevariables
    //MovieClips
    //Answer Mc's
    var answer:MovieClip = new MovieClip();
    var answer0:MovieClip = answerMc0;
    var answer1:MovieClip = answerMc1;
    var answer2:MovieClip = answerMc2;
    var answer3:MovieClip = answerMc3;
    //koppelen van de
    //Question Mc
    var question:MovieClip = questionMc;
    //FLVPlayback
    var flvLoader:FLVPlayback = question.flvLoader; //voor inladen flv bestanden
    //Textfields
    //Answer Text
    var answerText0:TextField = answer0.txt;
    var answerText1:TextField = answer1.txt;
    var answerText2:TextField = answer2.txt;
    var answerText3:TextField = answer3.txt;
    var answerArray:Array = new Array(answer0,answer1,answer2,answer3); //array met antwoorden
    //Question Text
    var questionTxt:TextField = question.txt;
    var questionNr:TextField = question.nr;
    //Other variables
    //Arrays
    var currentQuestionArray:Array = new Array(); //array huidige vraag
    var questionArray:Array = new Array(["What cameratechnique was used to make this one year happen in 40 seconds?", //Question
                                                                                               "film", // question type
                                                                                               "1.flv", // media file
                                                                                               "timelapse", //The Correct Answer
                                                                                               "speedvision", // option1
                                                                                               "timepass",// option2
                                                                                                  "accelerate",// option3
                                                                                         "timelapse"], // option4
                                                                                              ["where did the beer go?", //Question
                                                                                               "film", // question type
                                                                                               "2.flv", // media file
                                                                                               "in the bag", //The Correct Answer
                                                                                               "it flew away", // option1
                                                                                                 "it segwayed away", // option2
                                                                                               "in the bag", // option3
                                                                                                  "it fell"], // option4
                                                                                              ["You're listening to the sound of an animal. Which animal?",
                                                                                               "film", // question type
                                                                                               "3.flv", // media file
                                                                                               "seagull", //The Correct Answer
                                                                                               "hawk", // option1
                                                                                               "raven", // option2
                                                                                               "seagull", // option3
                                                                                               "pigeon"]); // option4
    //Numbers
    var questionCntr:uint = 0; //
    var i:uint = new uint(0);
    //Timer
    var resetTimer:Timer = new Timer(1500,1);
    //Events
    resetTimer.addEventListener(TimerEvent.TIMER,reset);
    answer0.addEventListener(MouseEvent.MOUSE_DOWN,pressFunction);
    answer1.addEventListener(MouseEvent.MOUSE_DOWN,pressFunction);
    answer2.addEventListener(MouseEvent.MOUSE_DOWN,pressFunction);
    answer3.addEventListener(MouseEvent.MOUSE_DOWN,pressFunction);
    //Init
    question.gotoAndStop(1);
    answer0.nr.text = "1"; //give number to each answer
    answer1.nr.text = "2";
    answer2.nr.text = "3";
    answer3.nr.text = "4";
    answer0.stop();
    answer1.stop();
    answer2.stop();
    answer3.stop();
    loadQuestion();
    //EventHandlers
    function reset(e:TimerEvent){
              question.gotoAndStop(1);
              for(i = 0;i < answerArray.length;i++){ //for loop checks for a given answer, then loads next
                        var answer:MovieClip = answerArray[i];
                        answer.gotoAndStop(1);
              loadQuestion();
    function pressFunction(e:MouseEvent){ //
              //trace(e.currentTarget.txt.text);
              checkAnswer(e.currentTarget); //checks right answer
              resetTimer.start();
    //Functions
    function loadQuestion(){ //
              currentQuestionArray = questionArray[questionCntr];
              questionTxt.text = currentQuestionArray[0];
              for(i = 4;i < currentQuestionArray.length;i++){ //loop repeats as long as i < array length
                        var answerMc:MovieClip = answerArray[i-4];
                        var answerTxt:TextField = answerMc.txt;
                        answerTxt.text = currentQuestionArray[i];
              if(currentQuestionArray[1] == "film") {
                        flvLoader.play("flv/" + currentQuestionArray[2]);
              questionCntr++
              questionNr.text = questionCntr.toString();
              if(questionCntr == questionArray.length){ //last to first question
                        questionCntr = 0;
    function checkAnswer(currentAnswer:Object){
              if (currentQuestionArray[3]== currentAnswer.txt.text){ //checks if given answer matches the answer array
                        currentAnswer.gotoAndStop(2);
                        question.gotoAndStop(2);
              }else{
                        currentAnswer.gotoAndStop(3); 
                        question.gotoAndStop(3);

    Nothing immediately jumps out. What happens? Any errors? Are you trying this in debug mode (CTRL/CMD+SHIFT+ENTER) to see if any supressed errors are showing? List any errors here.

  • How to change audio track on a flv-video during streaming?

    Hello ,
    I would like to stream a flv-video, but every time with
    different audio-track.
    So how can I change the audio track on a video-stream? Is
    there any server-side solution for this?
    I used to stream the audio on different stream - parallel
    with the video stream -, but because of synchronization problems,
    it didn't work.
    Any idea?
    Thanks

    Thanks for the helpful response.  I'll check out the the options available for shaping the sound with eq, efx and amp sims as you suggest.
    It still would be helpful to know if I change an audio track (.aif file) into a midi track in GarageBand or in some other software so I can change the instrumentation of the track from piano to another instrument.
    Thanks again!

  • I need to stop the sound in an .flv file I'm streaming

    Is there any param value... or anything else I can use to stop the sound in an .flv file I'm streaming from the server?
    I do not have the original video that the flv was created with... otherwise this would be a no brainer.
    I want to keep the video up but take away the sound.  Thanks much!

    AFAIK there's nothing in the server side API that would support that. You can, on the client side use NetStream.receiveAudio(false), but that won't prevent the server from serving audio... it just stops a particular client from subscribing to the audio
    Alternately, you can use FFMPEG to strip the audio channels out of the FLV.

  • An image changing to FLV Video Player in AJAX Update Panel

    Hi,
    I'm trying to design part of a website can seen as video gallery. I have videos related to subcategories; and subcategories that related to categories.
    I was using popups but now want to change it. Simply, firstly there are images and descriptions(in an update panel) of videos on page. After clicking thumbnail, the region includes thumbnail and description wil be changed to FLV video player.
    Outside of updatepanel player is working good. but when i move it into updatepanel; doesn't working in IE. Because JS code (AC_FL_RunContent(.....)) is not working in updatepanel. Tried another script (like alert('hello!');), it's working. I think i have problem with the function named AC_FL_RunContent(...). It's working as i want, if open page with Firefox.
    Looked for this in google. Visited many pages, but never find a solution for this nor source of problem. I hope someone can help me
    Using ASP.Net. I'm attaching my tree structure and codes below:
    Default.aspx
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"%> 
    <! 
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" //www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    html xmlns ="http://www.w3.org/1999/xhtml">

    head id="Head1" runat="server">
    <title>Untitled Page</title>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css"/>
    <script type ="text/javascript">
    function  
    MM_CheckFlashVersion(reqVerStr,msg){
      with (navigator){
          var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
          var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
          if (!isIE || !isWin){
            var flashVer = -1;
            if (plugins && plugins.length > 0){
                var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
                desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
                if (desc == "") flashVer = -1;
                else{
                  var descArr = desc.split(" ");
                  var tempArrMajor = descArr[2].split(".");
                  var verMajor = tempArrMajor[0];
                  var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
                  var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
                  flashVer = parseFloat(verMajor + "." + verMinor);
            // WebTV has Flash Player 4 or lower -- too low for video
            else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
            var verArr = reqVerStr.split(",");
            var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
            if (flashVer < reqVer){
                if(confirm(msg))
                  window.location = http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash;
    function  callFLVP(){
      AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','320','height','240','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=./VideoGallery/serpende&autoPlay= false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive');
    </ 
    script>

    script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </ 
    head>
    <body onload="MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');">
      <form id="form1" runat="server">
          <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
          <div>
            <asp:UpdatePanel ID="UpdatePanel1" runat="server">
            <ContentTemplate>
                <asp:Literal ID="thumbLiteral" runat="server"></asp:Literal>
            </ContentTemplate>
            <Triggers>
                <asp:AsyncPostBackTrigger ControlID="showvideoButton" EventName="Click" />
            </Triggers>
            </asp:UpdatePanel>
            <asp:Button ID="showvideoButton" Text="Video" runat="server" onclick="showButton_Click"/>
         </div>
       </form>
    </ 
    body>
    </ 
    html>
    Default.aspx.cs
    public partial class _Default : System.Web.UI.Page
         protected void Page_Load(object sender, EventArgs e)
              thumbLiteral.Text = "<img src id=\"imgThumb\" src=\"./VideoGallery/small/serpende.jpg\" />";
         protected void showButton_Click(object sender, EventArgs e)
              string strNoScriptBlock = "";
              strNoScriptBlock += "<noscript>";
              strNoScriptBlock += "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"320\" height=\"240\" id=\"Object1\"><param name=\"movie\" value=\"FLVPlayer_Progressive.swf\" /><param name=\"salign\" value=\"lt\" /><param name=\"quality\" value=\"high\" /><param name=\"scale\" value=\"noscale\" /><param name=\"FlashVars\" value=\"&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=serpende&autoPlay=false&a utoRewind=false\" /><embed src=\"FLVPlayer_Progressive.swf\" flashvars=\"&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=serpende&autoPlay=fal se&autoRewind=false\" quality=\"high\" scale=\"noscale\" width=\"320\" height=\"240\" name=\"FLVPlayer\" salign=\"LT\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" /></object>";
         strNoScriptBlock += "</noscript>";
         string strScriptBlock = "";
         strScriptBlock += "<script>";
         strScriptBlock += "callFLVP();";
         strScriptBlock += "</script>";
         ScriptManager.RegisterClientScriptBlock(this, typeof(string), "strScriptBlock", strScriptBlock, false);
         thumbLiteral.Text = strNoScriptBlock;

    Let's check this first;
    If you have problems with current Shockwave Flash plugin versions then check this:
    * see if there are updates for your graphics drive drivers
    '''https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration'''
    * disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    '''https://forums.adobe.com/message/4468493#TemporaryWorkaround'''
    * disable hardware acceleration in the Flash plugin
    '''https://forums.adobe.com/thread/891337'''
    See also:
    * '''http://kb.mozillazine.org/Flash#Troubleshooting'''

  • Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Have you checked out the topics at the right in the More Like This section?
    OT

  • Creating a FLV video player with full screen option

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3258016930_5977304
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi!
    I am trying to create a video player that will allow full
    screen functions
    like what we can see on youtube. I know how to create the
    window and the pop
    up but the only problem I am having is having the original
    video in the
    small screen to pause or go silent when the full screen mode
    is activated.
    How can get it done?
    Thank you.
    °K.
    --B_3258016930_5977304
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Creating a FLV video player with full screen
    option</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    <BR>
    I am trying to create a video player that will allow full
    screen functions =
    like what we can see on youtube. I know how to create the
    window and the pop=
    up but the only problem I am having is having the original
    video in the sma=
    ll screen to pause or go silent when the full screen mode is
    activated. How =
    can get it done?<BR>
    <BR>
    Thank you.<BR>
    <BR>
    <BR>
    <B>&deg;K.<BR>
    </B> </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3258016930_5977304--

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • FLV videos not playing correctly in Captivate 6

    I am running into an issue where my FLV video is not playing correctly when my Captivate project is exported out and saved to the web. The FLV video is about 20 mins long (~100 MB) and it is being streamed from Kaltura. The FLV video is inputted into the Captivate project as a multi-slide synchronized video across 27 slides. The slides themselves are imported from Powerpoint. The problem that we are running into is that the Captivate project and the FLV video play correctly when viewed with decent bandwidth, but they do not appear to play correctly for users with slower bandwidth. However, if a user views the videos independently of Captivate, they can view the videos correctly, even at slower bandwidth. I have tried hosting the Captivate files on several different webservers, including an LMS. But the issue continues and I'm searching for any type of answers that might help.
    Thanks for reading and any help you can provide would be greatly appreciated.
    Nathan

    Nathan,
    Your welcome, if that is the case, then can you try and insert the MultiSlide Video, you can insert the streaming video URL.
    You can add the server to you computer as network Drive and then browser to that location, once you do that, the options to add the Video as Streaming can be chose and your Vidoe would remain insync with main playbar, users can play and pause content that way.
    See if this can be implemented at your end.
    Thanks,
    Anjaneai

  • Hi, I uploaded some flv videos to my blog and can see it fine on my G5, my the videos will not play in Safari on my iPhone iOS4. Anyone know how to fix this?

    Hi, I uploaded some flv videos to my blog and can see it fine on my G5, my the videos will not play in Safari on my iPhone iOS4. Anyone know how to fix this?

    I've also tried m4v and avi files. Is there another file format that will work?

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • I bought a movie on iTunes but when I try to watch it plays back slowly with no sound.  Then the video will speed up and the sound will work for a moment then off again and back to slow motion.  I have a dell laptop running windows 7

    The description says it all.    I bought a movie on iTunes but when I try to watch it plays back slowly with no sound.  Then the video will speed up and the sound will work for a moment then off again and back to slow motion.  I have a dell laptop running windows 7

    Hi Normanwh,
    If you are having video playback issues in iTunes on your Windows machine, you may find the following article helpful:
    Apple Support: Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    Regards,
    - Brenden

Maybe you are looking for

  • Create variable for key figures

    Hi all, I have a query with a couple of key figures, f.e. Net Revenue, Net Sales and Volume. Now, I want my end users to have the option to <b>select</b> which <b>key figures</b> they want <b>to see</b>. How to do this? All good ideas will be appreci

  • S_alr_87013104

    Dear All Can I get the information on Business area wise intthe Tcode s_alr_87013104 Thanks and Regards Suresh

  • Overcharged for music.

    I was charged  $1.00 on several songs that I purchased which were priced at $0.69. I was ****** to discover that iTunes overcharged me, and if I could, I would return the songs on principle. I want to know why I was overcharged.

  • Encore 2.0 Try out here

    ftp://ftp.adobe.com/pub/adobe/encore/win/2.x/Adobe_Encore_2_0_Tryout.zip

  • Default timestamp is not working

    This is driving me crazy, it is such a trivial thing but i can't solve it. have a timestamp item (P10_date_created) uses sysdate as default value. Why the followng setting is not working when I press create in the form ? I kept getting ORA00904- date