Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2013
    Posts
    5

    Default retail video player with Backgroud image

    Hello Talk Graphics user

    I want put a Background Image on each Video, at the moment is it Transparent

    There gives a param name like this <param name="backgroundImage" value="img/spain.gif" />



    This is my Original Objet Classid.

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,28,0" id="retail_video_player" width="100%" height="100%" align="middle">
    <param name="movie" value="index_htm_files/retail_video_player.swf"/>
    <param name="flashvars" value="url=TestFilm.MP4&amp;sound=true&amp;loop=fa lse&amp;tooltip=true&amp;autoplay=false&amp;swfbor der=true&amp;bgcolor=0x000000&amp;bgalpha=0.1"/>
    <param name="wmode" value="transparent"/>
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true"/>
    <param name="quality" value="high"/>
    <param name="menu" value="false"/>
    <script type="text/javascript">
    if(!navigator.userAgent.match(/(iPhone|iPod|iPad|Android)/)){document.write("\x3cembed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" ");
    document.write("name=\"retail_video_player\" width=\"100%\" height=\"100%\" align=\"middle\" ");
    document.write("src=\"index_htm_files/retail_video_player.swf?url=TestFilm.MP4&amp;sound =true&amp;loop=false&amp;tooltip=true&amp;autoplay =false&amp;swfborder=true&amp;bgcolor=0x000000&amp ;bgalpha=0.1\" ");
    document.write("wmode=\"transparent\" allowScriptAccess=\"sameDomain\" allowFullscreen=\"true\" quality=\"high\" menu=\"false\"/>");
    }
    document.write("\x3cvideo src=\"index_htm_files/TestFilm.MP4\" controls width=\"100%\" height=\"100%\"/>");
    </script>
    </object>

    Where I put the param name backgroundImage, and which one I’ve do delete?

    or gives there a different solution?


    Thank you for any Help

    lg> nasra

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,506

    Default Re: retail video player with Backgroud image

    I see you posted this question twice. I'll delete the post in the Adobe Software forum.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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