FLV Datarate

I want to detect the datarate of a loaded Video so that I can
compare it to the users bandwidth to set a bufferTime.
With this piece of code I've checked that the data is indeed
available in the FLV:
ns["onMetaData"] = function (obj) {
for (var propName:String in obj) {
trace(propName+" = "+obj[propName]);
This returns the list with all the data embedded in the
movie: (removed some parts in this list)
audiodatarate = 128
videodatarate = 1000
duration = 48.68
I know how to get the duration from the video which is
simply:
ns["onMetaData"] = function (obj) {
duration = obj.duration;
but this doesn't work for:
ns["onMetaData"] = function (obj) {
datarate = obj.videodatarate;
I've been browsing a bit through the help files and the
forums but couldn't find my answer there.
So the question is, how do I get the datarate from the movie.
Obviously I could set it manually for each movie but that
would mean I have to set it every time I put in a new movie with a
different encoding which isn't wat I want :)
Thanks in advance.

@chandru28
This remains the latest information until Nokia come up with Nokia Belle update:http://www.nokia.com/gb-en/support/troubleshooting/?qt=Belle+.flv+faq&action=faqSearch
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • FLV image falls behind audio

    Hi all,
    I have a client who wants video with an alpha channel overlaying other images in an iPad application.
    AFAIK this can only be done with FLV video files but the video files have pretty poor performance in the sense that often the audio starts and after a bit the image tries to catch up by increasing the framerate or skipping frames.
    The videos are really short (3 to 5 seconds) and have a datarate of approx. 500kbps (onMetaData shows 500). Using an app called System Status I notice the CPU (ipad 2) reaches about 60-75% load when playing the video.
    Does anyone know how to prevent the lag or know of another neat trick to display video with an alpha channel?
    [edit]
    Same thing happens (a tiny bit less?) with videodatarate==256.
    Not really statistical but lower CPU load when playing the video seems to correlate with better playback.
    Thanks in advance,
    Manno

    Thanks, Ill give it a try today and let'cha know. The article is quite interesting. :)

  • Starting and Stopping FMLE from command line yields corrupt .flv files

    I am using FMLE to record and live stream TV content. In order to this I am remotely calling FMLEcmd in order to start and stop encoding processes. The problem that I am running in to is that the .flv files generated are corrupt. The odd thing is that if I use the exact same profile XML from the GUI, then the encoding process works just fine and results appear as intended.
    Here is the way my workflow works:
    I start the process by calling
    FMLEcmd /p C:\lighttpd\htdocs\xml\default.xml /l C:\lighttpd\htdocs\logs\log.txt
    then at the conclusion of the recording I call
    FMLEcmd /s "C:\lighttpd\htdocs\files\default.flv"
    When I attempt to open the files using FFmpeg I get a codec error saying that no codecs were detected. When I attempt to open the files in VLC I get a error saying that the media types are "Undf". When I attempt to open or modify the files with flvtool2 I get an end-of-file error. My guess is that my stop command is incorrect and somehow abruptly stopping the stream, but I don't know another way to stop the stream. Do I need to specify a specific stream duration in the XML and make sure to call the stop command *after* the duration has been reached? What would cause this codec corruption when the same profile works properly from the GUI?
    Here is the profile I am attempting to use.
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
        <preset>
            <name>Custom</name>
            <description></description>
        </preset>
        <capture>
            <video>
            <device>Osprey-440 Video Device 1A</device>
            <crossbar_input>0</crossbar_input>
            <frame_rate>20.00</frame_rate>
            <size>
                <width>640</width>
                <height>480</height>
            </size>
            </video>
            <audio>
            <device>SigmaTel Audio</device>
            <crossbar_input>0</crossbar_input>
            <sample_rate>22050</sample_rate>
            <channels>1</channels>
            <input_volume>75</input_volume>
            </audio>
        </capture>
        <process>
            <video>
            <preserve_aspect></preserve_aspect>
            <deinterlace></deinterlace>
            </video>
        </process>
        <encode>
            <video>
            <format>VP6</format>
            <datarate>650;</datarate>
            <outputsize>640x480;</outputsize>
            <advanced>
                <keyframe_frequency>5 Seconds</keyframe_frequency>
                <quality>Best Quality - Lower Framerate</quality>
                <noise_reduction>None</noise_reduction>
                <datarate_window>Medium</datarate_window>
                <cpu_usage>Dedicated</cpu_usage>
            </advanced>
            <autoadjust>
                <enable>false</enable>
                <maxbuffersize>1</maxbuffersize>
                <dropframes>
                <enable>false</enable>
                </dropframes>
                <degradequality>
                <enable>false</enable>
                <minvideobitrate></minvideobitrate>
                <preservepfq>false</preservepfq>
                </degradequality>
            </autoadjust>
            </video>
            <audio>
            <format>MP3</format>
            <datarate>48</datarate>
            </audio>
        </encode>
        <restartinterval>
            <days></days>
            <hours></hours>
            <minutes></minutes>
        </restartinterval>
        <reconnectinterval>
            <attempts></attempts>
            <interval></interval>
        </reconnectinterval>
        <output>
            <file>
            <limitbysize>
                <enable>false</enable>
                <size>10</size>
            </limitbysize>
            <limitbyduration>
                <enable>false</enable>
                <hours>0</hours>
                <minutes>60</minutes>
            </limitbyduration>
            <path>C:\lighttpd\htdocs\files\default.flv</path>
            </file>
        </output>
        <metadata>
            <entry>
            <key>author</key>
            <value></value>
            </entry>
            <entry>
            <key>copyright</key>
            <value></value>
            </entry>
            <entry>
            <key>description</key>
            <value></value>
            </entry>
            <entry>
            <key>keywords</key>
            <value></value>
            </entry>
            <entry>
            <key>rating</key>
            <value></value>
            </entry>
            <entry>
            <key>title</key>
            <value></value>
            </entry>
        </metadata>
        <preview>
            <video>
            <input>
                <zoom>100%</zoom>
            </input>
            </video>
            <audio></audio>
        </preview>
        <log>
            <level>100</level>
            <directory>C:\Documents and Settings\Administrator\My Documents\My Videos</directory>
        </log>
    </flashmedialiveencoder_profile>

    If issue of corrupt file after cmd line not in GUI mode. Are you using some automation to copy/paste output flv to someother location?
    AFAIK, after placing stop command, FMLE took some time to write proper EOF in FLV. wait ~10 sec for FMLE to complete file writing process and than play in FLV PLayer.
    I tried manually with steps you mentioned and it's working fine for me.I playerd file in Applian Flash PLayer. "http://www.applian.com/flvplayer/"

  • Image quality issue while exporting video to FLV

    Hi, I have a major problem: I am using Adobe Media Encoder to export a movie (FLV format) and the image quality is so bad I can't read the text in my logo. The movie was created with Adobe Premiere Pro CS4. No matter what settings I chose from Media Encoder dropdown menu, I get the same bad quality.
    Can anyone help me?
    Thanks!
    Laurent

    Hi and thanks for the answer. The datarate is 1 500 Kbps, I increased it to 2 500 and I haven't noticed any differences. The source media is MPG from a camcorder. The export settings are 720 X 480 px. What are the sequence settings? I am not familiar with that.
    Thank you,
    Laurent

  • How to produce streamable .flv (or .mp4) files with Presenter?

    Hello, in my understanding, I should be able to produce web-streamable .flv files with Presenter.  Yet, I do not see the option for this outright in the software.  Can anyone point me in the right direction?
    Thank you!
    Also, is there a stand-alone Presenter software interface, or just that which appears as an add-on in PowerPoint?    I did not see an appropriate executable in Program Files / Adobe / Presenter 7 /
    Thank you for any/all help, in advance!
    ~Roy.

    The problem you're facing is that Adobe Presenter output video playback is primarily Progressive Download rather than Streaming.
    Options, for you, include:
    1) Figure out a streaming video solution
    2) Use Adobe Media Encoder to compress/squash your video into more manageable sizes before importing the video into Presenter. I have found a decent compromise is the Web Medium preset as its datarate of 600kbps is just about the most a DSL connection can handle.
    3) Split your videos (instead of 2-3 50MB files, you'd have 4-6 25MB files).
    JP

  • How to I get an FLV Skin to display on external sites?

    This is thee most frustrating thing! I've been trying to get
    my FLV skin to display on other sites when embedded, but the video
    is the only thing that shows up. There are no play back controls;
    nothing! I can view things just fine on my site (so that is NOT the
    problem) – it's just not displaying on other sites.
    I am using an FLV component and I do have all the necessary
    files loaded in the same folder. It's just when I try embedding the
    SWF file on an external site, the only thing that shows up is the
    video w/ no controls or skin.
    Is there embedding code to include the second SWF file?
    OR
    Is there a better way in creating a SWF file that includes
    the FLV component? ActionScripting or something that needs to be
    added???
    If so, please explain! I got ALL DAY AND NIGHT! This is
    driving me up the wall. There is NOTHING on the web that talks
    about this.
    Thanks!!!!!

    I found a link which informs that not all servers allow the MIME type for "f4v" files. . .
    http://forums.devshed.com/flash-help-38/how-do-i-make-f4v-files-play-in-a-web-610155.html
    Also, when I tried inserting a FLV object using Media>FLV the menu option only allowed me to insert FLV files, not F4V files.  So that comes back to the issue of what type of container you would be using since the Dreamweaver FLV container does not support F4V.

  • FLV File does not play when published to my web server

    Hi. I have created a short video in VC3 and selected the FLV option to create a web page. When I uploaded the entire file content to my web server (windows 2003 server hosted at Network Solutions) the FLV file will not play. Now... if I do the same with a WMV tile, the video plays.
    You can view the file at
    http://www.airforcehomeseller.com/videos/va_education/VATutorials/index.htm
    We have another video published in WMV format, although the video vs audio sync is out of wack at the moment, at
    http://www.airforcehomeseller.com/videos/Energy%20Pricing%20101/index.htm
    What am I doing wrong?
    Any help would be greatly appreciated.
    G-II

    Hi again
    You should probably double-check to ensure the standard.js file was also copied in when the HTML page was imported. It should be there but it never hurts to double check.
    You might also perform a double-check to ensure things ended up in the correct folder (if you are organizing your project into folders). It could be that you moved the HTML page into a different folder and orphaned the JavaScript file.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Relative path for .FLV

    Hi There,
    I'm having difficulty with an FLV video I want to show in my
    presentation.
    The path has to be relative which I assume means relative to
    the .swf file that launches it. So I add the .flv to a slide in my
    presentation and set the path as simply the name of the file. The
    file is stored along with the project and when I test it in preview
    mode it works fine.
    When I publish to .swf and watch the presentation running on
    my local machine the video displays fine. But when I upload to the
    webserver and watch it over the internet....... no video.
    I tried typing the file as:
    MyFile.flv
    /MyFile.flv
    \MyFile/flv
    and none of them work.
    What am I doing wrong?
    Thanks in advance.

    Hi all
    Just an update on this situation. Jerry was kind enough to
    send me a link to test. The net result is that the video is
    refusing to play even if it is linked to directly.
    This would seem to indicate one of the following is true:
    * The file name is different (perhaps SafetyNet.flv or
    SAFETYNET.FLV or safetynet.FLV)
    * The server doesn't know how to or that it should transmit
    FLV file types
    * The file simply doesn't exist in the location as you
    believe it does.
    At this point it's appearing that perhaps the server doesn't
    recognize FLV files. There is more on that at
    this
    link.
    Cheers... Rick

  • How do i create a button that will always play my flv, not just once?

    I'm currently using captivate 5.5 and need to use a button to load my flv.  That button works fine and when the flv finishes it returns me back to the slide with the button on, the problem is the button no longer works when you press it again if you want to see the flv again...help!  My flv is set up to not be visible as I want it to be hidden until the button is pressed as it cover my entire slide when it loads.  I set it to run for the duration of the clip so it's great when it returns me to my slide but then the button won't make it visible again when you press it.  I tried setting the button to enable after show hoping it would reset the button but that doesn't work...as you can see I only know the basics of Captivate!

    The issue may be due to the fact that once you've clicked the button its Success criteria has been used.  This can be reset by re-entering the slide where the button is located.
    So in order to have your video play multiple times, you may need to use a different strategy than your current one.  You could try placing the video on a different slide to your button.  Set the button click to jump to that slide, and once the video has finished playing, set the OnSlideExit action to jump back to the slide with the button.  That way your button gets reset each time ready for another click to launch the video slide.

  • Quicktime 7.1.3 not showing the Flash FLV Exporter option.

    I have a macbook with FCP 5.1.2, Quicktime 7.1.3 and Flash Pro 8 installed.
    The same as with my G5, but different release of FCP (FCP 4.5 HD in G5)
    On my G5 all is fine. I see the FLV export plug in.
    The problem is in my Macbook : I can't see the FLV export plug option in Quicktime (export) nor in FCP (file>export>via Qt conversion).
    I've made the same installation process in both machines.
    Perhaps a problem with the Flash 8 Professional installation on Intel Macs ?
    (That installation was well finished)
    Anyway, I can encode with the FLV standalone encoder that comes with Flash 8 pro, but sometimes the plug in is a shortcut way to get a FLV file on the fly.
    Could anyone help me to resolve that situation ?
    Many thanks in advance. I always got a solution from you Guys!
    Daniel

    QuickTimeKirk, thanks for the reply.
    Yes, I think as you that the problem is from FLV exporter from Flash 8. It is not Universal. I will not go backward with QT. I prefer to wait until the UB Flash 8 Pro see the light..... or Flash Pro 9 (for sure it will be Universal)
    Thanks again !

  • .FLV Video will not work when linked to on intranet (Captivate 5)

    I have a project with video (.FLV).
    1. Project was developed and published to a folder on the local hard drive of a PC.
    2. Project was copied to my company's intranet server.
    3. If I click on "My computer" and navigate to the network folder where the project is, the project and video work fine.
    4. If I LINK to the project (say to send the location to someone in an Outlook message) the project WILL open, but the video will not (reads "Connection Error").
    I did add the video to the library of the project.  The video file is in the same folder as the published project.
    I have worked with support over the phone and wanted to try something different before calling back.  The solution they gave me was to zip the project.  I haven't tried that because it will not be practical for my small hospital.  My users will need to be able to click on something and make it work, they may not have admin rights to the pc or the knowledge/desire to unzip a file.
    Thanks for reading.

    I thought I'd add a few comments in addition to Rod's good suggestions. For the benefit of others who may follow this thread in the future where their .flv is stored on a web server or MS SharePoint. I'd suggest checking with the web server administrator to assure that the server accommodates the .flv "mime type". This is often the problem when you see the "Connection Error" statement.
    This Adobe Knowledge Base article gives details to fix it.
    http://kb2.adobe.com/cps/194/tn_19439.html
    This can also be the case if the .flv is being delivered from SharePoint.
    http://social.technet.microsoft.com/Forums/da-DK/sharepointcollaboration/thread/af003e0e-8 c87-47fe-91d3-47e36ffddec3
    Of course these might not be where your .flvs are stored, but just in case...
    Thanks
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Playback problems with external FLV's

    Hi everyone,
    I am working on a site that loads all of the pages into a
    holder as swf's. Everything in the site works well, except that the
    first page takes a little longer to load than I wish it would. I
    want to find a good pre-loader but, for now, I am trying a
    different approach.
    The intro / opening page is a video I made in After Effects
    and imported into flash's time line, it is around 2.3MB and loads
    in about 5 seconds (to start playing) as a SWF. To make it load
    faster I re-exported from After Effects using cue points to trigger
    copy changes that had been sequenced in the timeline with the video
    before which works great, and imported the video as an external
    file that is loaded when the SWF loads.
    The problem is, once the "page" loads and plays and I
    navigate to another page, then go back to the home page, the whole
    flash system seems to be running much slower. Even rollovers and
    fades are taking a lot longer than before and the video playback is
    very choppy. The intro is a repeating flv that loops with AS3 that
    I found in another forum.
    Is there a way to "reset" the flash container so that each
    time it loads a SWF there is no residual data left behind? That's
    the only reason I can think of that would cause this kind of issue.
    I know that "unload" is not a function that is still available in
    AS3.
    Any ideas or suggestions are more than welcome.
    Thanks!
    Jeremiah

    You should backup your data regardless.    It is not a question of if you will lose data but when.   "Do you feel lucky today?" (asked Clint Eastwood in "Dirty Harry").  Here are several solutions:
         https://discussions.apple.com/docs/DOC-1992
         A backup with bad node is still better than no backup at all. Once you are backed up, you can use Alsoft Disk Warrior to repair those nodes, if the hardware of the drive isn't failing.
         You should also be aware that node issues can start when the hard drive gets over 85% full.

  • 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 Playback Component - specifying an image before it plays

    I am using the FLV Playback Component to play a video.
    Instead of playing automatically, I want to be able to set an image
    (or a frame of the movie) to display and only play the movie after
    the user clicks the play button. I can't find anything anywhere to
    explain how to do this or a workaround for it. Can anyone point me
    in the right direction? thanks.

    Actually, I'm just trying to access the movie controls in the
    FLV Playback component, so I can adjust how the work.
    This does not work:
    this.movie.forward_mc.addEventListener(MouseEvent.MOUSE_DOWN,someFunction)
    Neither does this:
    MovieClip(this.movie).forward_mc.addEventListener(MouseEvent.MOUSE_DOWN,someFunction)

  • Delete flv from server

    How do I delete an flv file from a media server? I have an
    application in which registered users can store flv files. When a
    user is removed from the system, I want to remove their name from a
    database and all of their videos from the server. I've taken care
    of deleting the users from the database, but don't know how to get
    rid of their videos. I have all of the file names stored in the
    database, so thatis not a problem.
    Thanks!

    you can do it using a php file that delete the flv files as
    you delete other
    files, managing file sentences
    "SiHoop" <[email protected]> escribió
    en el mensaje
    news:fsdkuu$kao$[email protected]..
    > How do I delete an flv file from a media server? I have
    an application in
    > which
    > registered users can store flv files. When a user is
    removed from the
    > system, I
    > want to remove their name from a database and all of
    their videos from the
    > server. I've taken care of deleting the users from the
    database, but don't
    > know
    > how to get rid of their videos. I have all of the file
    names stored in the
    > database, so thatis not a problem.
    >
    > Thanks!
    >

Maybe you are looking for

  • Error in program 'igsmux': ====== CPIC-CALL: 'SAP_CMNOREGTP'

    Hi All, After upgrading system to EHP 4 , dispatcher gets automatically turned off after few minutes and getting  error as follows."Error in program 'igsmux': ======> CPIC-CALL: 'SAP_CMNOREGTP". Please find the logs file as attachment. Thanks, Sam

  • Migratable targets for singleton implementations

    Hi, I require some help regarding the use of migratable targets with singleton implementations We have a WebLogic 11g environment comprising several managed servers in a cluster. Migratable Targets are also been defined for JMS and JTA services. The

  • HT1420 My laptop was stolen, how can I deactivate that computer if it's stolen?

    My laptop was stolen, can apple deactivate the stolen one?

  • Using shortcuts for unusual symbols.

    Hi, just a quick one, I know there´s a shortcut in the top of the screen via the country flag to special symbols etc, but I´m trying to set up specific keyboard commands to often used (weird) symbols. For instance: ✈. How could I get (for argument´s

  • Email shuts down

    I push the email icon and the email opens to the inbox and 2 sec. later it closes. I have tried to reboot and also check for updates.