Problem creating and embedding FLV - Macromedia Dreamweaver

This is a discussion on Problem creating and embedding FLV - Macromedia Dreamweaver ; My FLV isn't showing up on the web page. I also can't see that Flash generated SWF files in addition to the FLV when I created it using Flas > Import > Import Video. http://www.ltcproduction.com/creative_flv.html the code I have is ...

+ Reply to Thread
Results 1 to 2 of 2

Problem creating and embedding FLV

  1. Default Problem creating and embedding FLV

    My FLV isn't showing up on the web page. I also can't see that Flash generated
    SWF files in addition to the FLV when I created it using Flas > Import > Import
    Video.

    http://www.ltcproduction.com/creative_flv.html

    the code I have is this:

    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase',''http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
    #version=9,0,0,0','width','32','height','32','title','Little
    girl','src','little_girl.flv','quality','high','pluginspage','http://www.adobe.c
    om/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','litt
    le_girl.flv' ); //end AC code
    </script>
    <noscript>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=9,0,28,0" width="32" height="32" title="Little girl">
    <param name="movie" value="little_girl.flv">
    <param name="quality" value="high">
    <embed src="little_girl.flv" quality="high"
    pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    n=ShockwaveFlash" type="application/x-shockwave-flash" width="32"
    height="32"></embed>
    </object></noscript>



  2. Default Re: Problem creating and embedding FLV


    > My FLV isn't showing up on the web page. I also can't see that Flash
    > generated
    > SWF files in addition to the FLV when I created it using Flas > Import >
    > Import
    > Video.
    >
    > http://www.ltcproduction.com/creative_flv.html


    FLV files need an embedded player. I would heartily recommend Wimpy Wasp
    which I've used extensively without a glitch
    http://www.wimpyplayer.com/products/wimpy_wasp.html

    If your site is hosted on a Windows 2003 server, then the server has to be
    configured to recognize FLV as a mime type. It may be that your server
    hasn't been configured in this way. Unless you're running your own server,
    this isn't a DIY job and you'll have to contact your host.

    Some hosts are not helpful and will tell you they can't do this or they
    don't offer 'streaming media' as part of their hosting plan. I got around
    that problem uploading my FLVs to a friend's server who uses a Linux server
    and using absolute links to channel the FLVs through my domain. This problem
    does not affect Linux servers.



+ Reply to Thread