Hi all :-)

In the past I embedded several (with makers permission) youtube clips into a html web page (with the file stored on my server - mainly because I think it looks nicer). It worked fine. Now these were the old plain .flv low quality ones.

But now I am trying to embed the newer higher quality youtube version, again, with the file stored on my server, and the embed code I used previously doesn't work...

Now the new higher quality file is still called flv but it has a codec:mp4a

My old coding was:
<object type="application/x-shockwave-flash" width="704" height="546"

wmode="transparent" data="mediaplayer.swf?file=xxx.flv&autoStart=false ">

<param name="movie" value="mediaplayer.swf?file=xxx.flv&autoStart=fals e" />

<param name="wmode" value="transparent" />

</object>
Can someone tell me where I am going wrong here, and what I need to do?

TIA :-)