Sounds confusing, but it isn’t…
I created a slideshow in Flash and had no issues. I recently decided to do a similar slideshow but with videos instead. I do have it working successfully, however, I want to be able to resize the youtube video using html instead of via scaling-down the output box in my flash slideshow. My first thought was that I just need to rended html in flash… right?
So I tried and failed… how would I get this video to render in flash?
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0” WIDTH=“216” HEIGHT=“384” id=“alabama” ALIGN="">
<PARAM NAME=movie VALUE=“http://videopath.swf”>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=“http://videopath.swf” quality=high bgcolor=#FFFFFF WIDTH=“216” HEIGHT=“384” NAME=“alabama” ALIGN="" TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”></EMBED>
</OBJECT>
Is that the right approach? Lemme know.
Thanks
:hr: