Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331829

    Hi there,
    Am I able to embed a flash video from an outside tv station when I’m provided with a link (url not an embed code) ?
    How would I structure it?

    Thanks!

    #332173

    Hey Smaskit6!

    Thank you for using Enfold.

    It is possible with the the embed or object tag:

    <object type="application/x-shockwave-flash" 
      data="your-flash-file.swf" 
      width="0" height="0">
      <param name="movie" value="your-flash-file.swf" />
      <param name="quality" value="high"/>
    </object>

    Cheers!
    Ismael

    #332558

    Right, I know that, but if I don’t have a swf file myself and the video sits on the other server (like it the attached previously link, is there any way to embed it? Thanks!

    #332979

    Hi!

    No, I don’t think that’s possible. You can open the whole page though, using lightbox or embed it using iframe.

    <iframe src="URL HERE"></iframe>
    

    Cheers!
    Ismael

    #333318

    Thanks! All done.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Video other than youtube etc’ is closed to new replies.