Browse by Tags

Tagged Content List
  • Forum Thread: embed slide from SlideShare.Com

    I try embed slide from slideshare.com by add this code to my blog post. Data has saved to database, buat can not display on blog posting. I think CS can not display those codes, I try to modify CS SDK but I dont know what file is. how to make CS allow to display those code? please help
  • Forum Reply: Re: embed slide from SlideShare.Com

    I dont know where the problem is. Now, I try modify Gary McPherson's AutoMedia code. Just add these lines : case "slideshare": objectTag.Tags.Add(new Parameter("movie", url)); objectTag.Tags.Add(new Parameter("allowFullScreen", "true")); objectTag.Tags...
  • Forum Reply: Re: embed slide from SlideShare.Com

    I had add these lines in communityserver.config : ...html... <object style = "true" height = "true" width = "true" /> <param name = "true" value = "true" /> <embed src = "true" type = "true" allowscriptaccess ...