Hello,
I am trying to create SWF file similar to coverflow look and feel. http://www.weberdesignlabs.com/blog/?p=11 is being used as the base code. However, I don’t know how I can add the embed code from site such as youtube to the SWF file. Is it possible for me to load an iFrame in the SWF code so I can use the embedded video code?
For eg:
<object width=“425” height=“344”><param name=“movie” value=“http://www.youtube.com/v/lHnFMCk0IXI&hl=en&fs=1”></param><param name=“allowFullScreen” value=“true”></param><embed src=“http://www.youtube.com/v/lHnFMCk0IXI&hl=en&fs=1” type=“application/x-shockwave-flash” allowfullscreen=“true” width=“425” height=“344”></embed></object>
Any tips?