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!
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
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!
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
Thanks! All done.