0
Welcome Guest! Login
0 items Join Now

Embedding .flv files into a Module on Chromatophore template

  • Embedding .flv files into a Module on Chromatophore template

    Posted 17 years 3 weeks ago
    • Here is my problem, I have a video file that I would like to post within a module on my site
      thekinghvac.com

      I have created a module on the page ( KingHVAC Commercial---->on the right) where I would like the video to display. When I input this code in the module
      <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" fpdownload.macromedia.com/pub/shockwave/....cab#version=7,0,0,0 " width="165" height="110" id="king30secspot">
      <param name="width" value="165" />
      <param name="height" value="110" />
      <param name="src" value="images/videos/king30secspot" />
      <embed type="application/x-shockwave-flash" width="165" height="110" src="images/videos/king30secspot">
      </embed>
      </object>

      and refresh the page, I can see where it is but the video does not play.
      How do I get the video to work? What do I need to change?

      I have added the .FLV extension to be incorporated within my template but that hasn't worked. I have tried changing the code to reflect a cross browser that I found on another forum
      <!-- Cross browser Flash EMBED code --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" download.macromedia.com/pub/shockwave/ca...cab#version=6,0,40,0 " id="king30secspot" width="165" height="110"><param name="id" value="king30secspot" /><param name="width" value="165" /><param name="height" value="110" /><param name="flashvars" value="extra_var1=value&extra_var2=value" /><param name="allowscriptaccess" value="sameDomain" /><param name="quality" value="high" /><param name="base" value="." /><param name="wmode" value="transparent" /><param name="src" value="images/videos/king30secspot.flv" /><embed type="application/x-shockwave-flash" id="king30secspot" width="165" height="110" flashvars="extra_var1=value&extra_var2=value" allowscriptaccess="sameDomain" quality="high" base="." wmode="transparent" src="images/videos/king30secspot.flv"></embed></object>


      This has not worked either. Could someone please help me out?
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Embedding .flv files into a Module on Chromatophore template

    Posted 17 years 3 weeks ago
    • Try with MosModule :
      # flash=videofolderpath/flashfile.swf,(width,heigth)
      * Play flash (swf or flv) video file in videofolderpath with option width and height.
      * Default is width=390, heigth=280
    • Yves

Time to create page: 0.057 seconds