Skip to main content
Participant
March 8, 2011
Question

Error in playing .flv files

  • March 8, 2011
  • 1 reply
  • 858 views

Hi,

I'm new in FMS

Recently, i create an application to record videos from my camera and recorded it

But, when i tried to play it in an HTML, i met errors.

The .flv jumps to the end when the progress is in the middle.And i tried to play in an .exe, it plays well.

Could anyone help me to solve this problem? Is it the error from the .swf player in the HTML?

Regards.

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    March 8, 2011

    Can you tell how are you playing the flv files in the swf I mean the url which you are using to access the flv file. Are you using any server to play these flv videos or you are playing it from your local disk.

    Regards,

    Amit

    zblhero1Author
    Participant
    March 8, 2011

    Thank you for your answer. The html source file includes this:

                                             <EMBED src="../flash/test.swf?id=1.flv" WIDTH="400" HEIGHT="400"
                                                              TYPE="application/x-shockwave-flash"
                                                                  PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
                                                </EMBED>

    I'm playing it on a server which is running on my own machine

    Adobe Employee
    March 8, 2011

    Its very difficult to say where is the issue unless we know about test.swf, how it is subscribing to server to fetch the flv file. Is it possible for you to paste here some code for test.swf. Issue is probably in test.swf as it is playing fine with exe.

    Regards,

    Amit