Part that encapsulates the Flash video player. Note that you must add ".flv" as the associated extension and "video/x-flv" as the content type in the IIS MIME map section!

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class FlashVideoPlayer : BaseAutoRegisterPart
Visual Basic
Public Class FlashVideoPlayer
	Inherits BaseAutoRegisterPart
Visual C++
public ref class FlashVideoPlayer : public BaseAutoRegisterPart
F#
type FlashVideoPlayer =  
    class
        inherit BaseAutoRegisterPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery.SocialNetworking..::..FlashVideoPlayer

See Also