Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Question Chrome and MP4 issue

    Using DesignerPro.

    I drag and MP4 file onto the page.
    The player interface appears and the movie plays fine,

    Then I take a screen capture of the 1st frame of the movie and place it behind the player interface.

    When the viewed IE, the screen capture image is seen when the page is navigated to and the movie plays when clicking on the "arrow" icon of the player.

    When viewed in Chrome the screen capture image is NOT displayed. The movie does play, however.

    Is this a known issue? Is there some setting in Chrome to prevent this?

  2. #2
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Chrome and MP4 issue

    Add this to the embed tag ...

    wmode="transparent"
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  3. #3
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Default Re: Chrome and MP4 issue

    I think the placeholder already has that set:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,28,0" width="100%" height="100%" id="standAlone" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="wmode" value="transparent" />
    <param name="movie" value="index_htm_files/standAlone_omk.swf?url=JAN_11_2011.mp4&amp;sound=t rue&amp;loop=false&amp;tooltip=true&amp;autoplay=f alse&amp;swfborder=true" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="menu" value="false" />
    <embed src="index_htm_files/standAlone_omk.swf?url=JAN_11_2011.mp4&amp;sound=t rue&amp;loop=true&amp;tooltip=true&amp;autoplay=fa lse&amp;swfborder=true" quality="high" bgcolor="#FFFFFF" width="100%" height="100%" name="standAlone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>

  4. #4
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Chrome and MP4 issue

    In the embed tag

    <embed src="index_htm_files/standAlone_omk.swf?url=JAN_11_2011.mp4&amp;sound=t rue&amp;loop=true&amp;tooltip=true&amp;autoplay=fa lse&amp;swfborder=true" quality="high" bgcolor="#FFFFFF" width="100%" height="100%" wmode="transparent" name="standAlone" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"

    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  5. #5
    Join Date
    Aug 2000
    Location
    Beaverton, OR
    Posts
    3,267

    Default Re: Chrome and MP4 issue

    Thank you!

 

 

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
  •