A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please explain and advise about embedding newer types of flv files

  1. #1
    Junior Member
    Join Date
    Jun 2010
    Posts
    3

    Please explain and advise about embedding newer types of flv files

    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 :-)

  2. #2
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Pls disregard,

    I have worked it out for myself :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center