Query FLV video length?

Hello,
I am currently stuck with the following problem...
I have a table with 3 fields; id, description, and filename,
in a table named videos. All videos are in flv format. I do not
have info of the video length in database, and I have too many
videos to enter the data manually into a new field. I want to
retrieve the length of the flv videos when i output the videos as a
list like such:
ID Description Filename length of video
1 machinery video machine.flv 9:20min
2 quary video quarry.flv 3:20min
So i am assuming MYSQL wont do it... can coldfusion parse the
video file to determine its length so i can output that?
If not... how can I get around this problem?

There's a PERL solution at
http://search.cpan.org/~clotho/FLV-Info-0.17/lib/FLV/Info.pm.
You would have to install PERL You could probably access this via
CFEXECUTE, or even add additional PERL code and produce something
like a tab delimited datafile which would be consumed by
ColdFusion.
Also take a look at FLVMDI (FLV Meta Data Injector)
http://www.buraks.com/flvmdi/
along with CFEXECUTE. This would create copies of the files,
inject the metadata into the copy and then with the xml switch,
create an xml file as well which could then be used to read the
information you're looking for.
There is also a commercial product ($175) that will batch
extract metadata
Metadata Miner Catalogue PRO software
http://www.download3000.com/download-count-home-3541.html

Similar Messages

  • Get video length

    I'm trying to query the total length of an FLV video streaming to FLVPlayback 2.5 component from a Flash Media Server using AS3 but can't find reference to anything that would be able to return that...

    Hi,
    Please use the below code, to know about the total length time of a video.
    ns.client = customClient;
    function metadataHandler(infoObject:Object):void {
    trace(infoObject.duration);
    totalduration_txt.text = infoObject.duration;
    where ns is the netstream object instance name. Please change the ns to your corresponding netstream object instance name.
    Thanks

  • 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'''

  • .flv VIDEOS not playing smoothly

    A heavy video-generated Captivate project has been created in Cap 4:
    * 18 slides all up, with the total size of .flv videos coming to 90.7MB
    * Using Captivate, as looking for interactivity -- there is also a menu, so users can jump to whichever section they'd like to watch/use
    When accessing the completed project online:
    1) The loader quickly goes up to 100%
    2) Shows the preloader image I have inserted
    3) User clicks play, and the first slide with video plays...
    The first video either freezes / move quickly along the timeline. You are also unable to jump to other sections shown in the menu. While I am not too worried about this, my priority is for comfortable viewing for the first video. I am assuming that the first video freezes, etc because the whole project has yet to load completely. How can one work towards this solution? I have tested the loading time, changing it from 10%, 20%, towards 100% but the video is still freezing at times / moving quickly along the timeline.

    Thanks for your PM - I just checked your project and it runs 100% fine and smooth for me.
    I checked it on two different PC's
    1. Vista 64-bit, IE 7.0, Flash player 10, 10mbit/10mbit internet connection.
    2. Win XP Pro, IE 7.0, Flash player 10, corporate LAN
    This leads me to the conclusion that the issue is the speed of your internet connection. The first video is around 80 seconds and is 13.5 Mb. That is very big when you consider the length and especially the dimension of the video you are using.
    If you dont already have FP10 then try and upgrade to see if that helps. It's much better at handling videos etc. than the older versions of Flash players.
    Secondly you need to recode your videos. You will be able to get the first video down from 13.5 to perhaps 4-6 mb, with a noticable quality loss. If you have Flash you can use the Adobe Media Encoder to do the recoding.
    /Michael
    Click here to visit the www.captivate4.com blog

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <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?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

  • 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.

  • When I publish as an .mp4, the embedded .flv videos clip at the end

    I am using Captivate 6.0.1.240. I have .flv videos that were encoded using Adobe Media Encoder from a .mov file. The videos are embedded on the slide, as multi-slide synchronized video, but only distributed across one slide (as strange as this might seem, it is what was recommended to me because using Event Video resulted in choppy video).
    Now, the videos clip off a second or so before the end of the video. There are no transitions on the video slide or on the slide following it. I have tried extending the length of the slide beyond the length of the video, to no avail.
    What am I missing? How do I get the embedded .flv videos to play fully?

    Hi there,
    As you told you have checked that there is no transition on the Slide on which you have the video.
    Have you checked the transition effect on that video, whether Fade out only or fade in and fade out is selected. Select that multi slide video and click on the properties panel and check the transition on it.
    Also, if this video is on the last slide, check the fade in and fade out on the project. (edit > Preferences > Project > start and end)
    Thanks.

  • Wants to put flv video on website. Doing it for first time.

    What I need to know if I want to keep multiple flv videos on
    website. Videos are more than 10 seconds long.
    1. Needs to display color match to rest of site.
    2. Should load video parameters from server side XML. What
    are some examples of video parameters?
    3. change video without refreshing page.
    Do I simply use <object codebase=’’> . Do I
    need flv player on webserver side? or users visiting web site needs
    flv player?
    Thank you.

    Hi sankalpah,
    FLV video playback is fairly simply, especially in Flash 9.
    Have a look
    at the Video classes in Flash (both Flash 9 and 8) for direct
    FLV playback.
    This creates a raw video window so you can create any kind of
    user interface
    you want. Regarding video parameters, some items you may want
    to consider:
    FLV file name, video length, name (for user), description,
    and dimensions.
    Changing video without changing page is simply a matter of
    starting teh load
    of a new FLV stream. In fact, refreshing the page would be
    highly redundant.
    Users visiting yor site will need Adobe Flash installed
    (Flash 8 or 9).
    Flash IS the FLV player; all other players that support FLV
    use Flash
    technology. You yourself won't need anything outside of Flash
    *but* you will
    need something like ON2 Flix or the Flash Video Encoder to
    create your FLV
    files.
    Regards,
    Patrick Bay
    BAY NEW MEDIA
    "sankalpah" <[email protected]> wrote in
    message
    news:fn53e1$fb5$[email protected]..
    > What I need to know if I want to keep multiple flv
    videos on website.
    > Videos
    > are more than 10 seconds long.
    > 1. Needs to display color match to rest of site.
    > 2. Client saying should load video parameters from
    server side XML. What
    > are
    > some examples of video parameters?
    > 3. change video without refreshing page.
    > Do I simply use <object codebase=??> . Do I need
    flv player on webserver
    > side?
    > or users visiting web site needs flv player?
    > Thank you.
    >

  • IMovie Theater video length limit

    Why does iMovie Theater limits you to a 15 minute max video length? Most of my home movies are around 20 to thirty minutes. Seems silly to limit the video to such a short length if you are paying for the iCloud storage for your video.

    Any thoughts on this one? I'm completely perplexed.

  • 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

  • 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;

  • No FLV video in a linked SWF?

    I’ve got an FLV video linked to an external SWF (a substage) that is itself linked to another SWF (the main stage) The FLV plays fine if I publish and run the substage independently but when the substage is loaded into the main stage at runtime I lose the video, all the other screen elements from the substage work fine. I thought it might be a path issue so I hardcoded a fully qualified URL as the video source with the same results; works independently, fails when loaded into the main stage at run time. Anyone know what’s going on? Thanks.
    Flash CS5/AS3 using the video player component.

    The FLV is linked to tutorial.swf via the standard video playback component. The video and tutorial swf are in the same directory, optimally the video should be linked with a relative path but a fully qualified URL is an option.
    Tutorial.swf is loaded at runtime into the main swf using a standard loader class script. The main swf is in the parent directory of the tutorial & video directory (ie: it’s up one level).
    Tutorial.swf loads properly into the main swf and plays audio & animations, the only thing it doesn’t show is the video, no error is thrown.
    I’ve just discovered that I haven’t really tested the fully qualified URL option, my server didn’t have flv set as a valid mime type. If that works I’ll take it and move on, but I’d much rather a simple relative link.
    flv -(video playback component)-> tutorial.swf -(loader class script)-> main.swf

Maybe you are looking for