Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Playing flv files [modified]

Playing flv files [modified]

Scheduled Pinned Locked Moved C#
question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Evgeni57
    wrote on last edited by
    #1

    I have the following code:

            string name = "c:\\\\1.flv";
            axShockwaveFlash1.Movie = name;
            axShockwaveFlash1.Play();
    

    And there is no playback. But when I try playing some swf file - everything is OK. What am I misising? Thanks.

    modified on Thursday, May 14, 2009 12:32 AM

    D 1 Reply Last reply
    0
    • E Evgeni57

      I have the following code:

              string name = "c:\\\\1.flv";
              axShockwaveFlash1.Movie = name;
              axShockwaveFlash1.Play();
      

      And there is no playback. But when I try playing some swf file - everything is OK. What am I misising? Thanks.

      modified on Thursday, May 14, 2009 12:32 AM

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Are you absolutely sure it's a Flash Video file?? Does it play in a web browser??

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      E 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Are you absolutely sure it's a Flash Video file?? Does it play in a web browser??

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        E Offline
        E Offline
        Evgeni57
        wrote on last edited by
        #3

        100%. I've played it with FLV video player.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups