Search

You searched for the word(s): userid:829898

Matching Posts

  • Font dialog and color picker dialog in asp.net web application

    Hi, How to get the font dialog and color picker dialog box as windows forms in asp.net 3.5 ? Kindly suggest me.
    Posted to ASP.NET Controls for Silverlight (Forum) by Ambikaa on 4/16/2009
    Filed under: font and color picker
  • ffmpeg in server problem

    Hi, I have used ffmpeg to convert all video formats to flv. It works well in my local system but, when i upload this code in hosting server, ffmpeg doesn't get converted and save the.flv file. I have uploaded the same ffmpeg.exe in ffmpeg folder to the hosting server. Kindl reply me soon. //cs code using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls;
    Posted to Getting Started (Forum) by Ambikaa on 3/13/2009
    Filed under: ffmpeg server probs
  • Re: how to access the duration property?

    Hai, Thanks. I got the output.
    Posted to Web Forms (Forum) by Ambikaa on 3/12/2009
  • Re: how to access the duration property?

    Hi, Thanks for ur reply. When i use the like FlvMetaInfo ss; protected void flvmeta_Click(object sender, EventArgs e) { FlvMetaDataReader rr = new FlvMetaDataReader(); string file = "~/OriginalVideo/" + "Car_Crash.flv"; ss = rr.GetFlvMetaInfo(Server.MapPath(file)); double dur= ss._duration; } the variable dur returns the 0.0 value but, i need the original value which is stored in the variable. Kindly help me on this.
    Posted to Web Forms (Forum) by Ambikaa on 3/12/2009
  • Re: how to access the duration property?

    Hi, Thanks for ur reply. When i use the like FlvMetaInfo ss; protected void flvmeta_Click(object sender, EventArgs e) { FlvMetaDataReader rr = new FlvMetaDataReader(); string file = "~/OriginalVideo/" + "Car_Crash.flv"; ss = rr.GetFlvMetaInfo(Server.MapPath(file)); double dur= ss._duration; } the variable dur returns the 0.0 value but, i need the original value which is stored in the variable. Kindly help me on this.
    Posted to Web Forms (Forum) by Ambikaa on 3/12/2009
  • how to access the duration property?

    Hi, Please check the below code and solve my problem. Class file using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.IO; namespace Refresh.FlashTools { /// &lt;summary&gt; /// Reads the meta information embedded in an FLV file /// </summary> public
    Posted to Web Forms (Forum) by Ambikaa on 3/11/2009
    Filed under: duration property
  • 3 video files in the player

    Hi, I need to play the 3 video files in a video player. The files should execute one after the other in the video player, then the player also differs based on the user input and it may be windows, flash and aol player. I planned to convert the other video format file into flash file through ffmpeg tool but, the converted video settled with 0 bytes. Here, my problem is to play the 3 video files from db should execute in the player, the player will be allocated based on the input from the db. How
    Posted to ASP.NET Futures (Forum) by Ambikaa on 3/11/2009
    Filed under: 3 video files
  • How to find the play time of wmv file?

    Hi, While uploading the wmv file, i need to find the play time of wmv file. How to do it?
    Posted to Getting Started (Forum) by Ambikaa on 3/11/2009
    Filed under: wmv playtime
  • convert video files to flv format help

    Hi, I tried the code from this path http://forums.asp.net/t/1356425.aspx. It is executed well but, in the ConvertVideo folder it has the converted video in flv format with 0bytes. How to convert the video file as the original video bytes? Please reply me. It's urgent.
    Posted to Getting Started (Forum) by Ambikaa on 2/25/2009
  • how to populate the record in a Gridview/table from the selected values of Html.Dropdownlist ?

    Hi, Can anyone give me an example of how to populate the record in a Gridview/table from the selected values of Html.Dropdownlist through programmatically. For eg: Based on product ID selected from Html.Dropdownlist , Products details need to be displayed in a table of asp.net mvc.
    Posted to ASP.NET MVC (Forum) by Ambikaa on 10/24/2008
    Filed under: selected value in Html.dropdownlist
Page 1 of 3 (25 items) 1 2 3 Next >