Video inside of Community Server 2007 Blog Post

Last post 02-21-2008, 6:05 PM by JeffStull. 2 replies.
Sort Posts: Previous Next
  •  02-21-2008, 2:15 PM 37245

    Video inside of Community Server 2007 Blog Post

    I am using .NET version of Cute Editor with CS 2007.
     
    I can upload a video (.wmv) inside of a Blog Post and run/view it perfectly while writing/editing the Blog Post.
     
    Once published however, I cannot view the Video.
      
    What settings do I need to change in order to view  THE Video outside of edit mode?
     
    Thanks.
     
    Jeff
     
    602-690-3742
    Filed under:
  •  02-21-2008, 2:28 PM 37249 in reply to 37245

    Re: Video inside of Community Server 2007 Blog Post

    Jeff,
     
    Please check your communityserver.config file. Community Server has its built-in Code filter.
     
    You have to manully add flash type into the code filter. Otherwise, it will remove the flash code when submiting.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-21-2008, 6:05 PM 37264 in reply to 37249

    Re: Video inside of Community Server 2007 Blog Post

    Adam,
     
    Thanks a lot for getting me headed in the right direction!
     
    For others who may experience this or similar problems; here is what I did to solve the problem.


    Added the following three lines to the Community Server 2007 communityserver.config file and touched the root directory Web.Config file.

    under the <MarkUp> <html> section.

    <object style="True" codebase="True" Type="True" Height="True" Standby="True" Width="True" ClassId="True" />

    <param name="True" value="True" />

    <embed name="True" src="True" autostart="True" showcontrols="True" width="True" height="True" Type="True" pluginspage="True" />

    These changes allowed me to view .wmv video file with the Windows Media Player.
     
    I identified the properties in these three lines by viewing the code in the Cute Editor's HTLM mode.
     
    Thanks again Adam.
     
     
View as RSS news feed in XML