Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11

    Default Re: How To Add Adobe Lightroom Slideshow

    thanks again, i managed to get it sorted by upping to my server then linking the url
    http://naturalessex.co.uk/

  2. #12

    Default Re: How To Add Adobe Lightroom Slideshow

    You can embed .mp4 video (as output by LR3 beta) via a placeholder and using the embed code.
    Your visitors must have Quicktime plugin installed (there's an alternative to the BORG version here)

    Here's a sample .mp4 from Lightroom 3 Beta
    (quicktime plugin required)



    The embed code is:

    <OBJECT CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'
    CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab' WIDTH='320' HEIGHT='260' >
    <PARAM NAME='src' VALUE='url to video'>
    <PARAM NAME='autoplay' VALUE='true'>
    <PARAM NAME='loop' VALUE='true'>
    <PARAM name='CONTROLLER' VALUE='true'>
    <EMBED SRC='url to video}' TYPE='image/x-macpaint'
    PLUGINSPAGE='http://www.apple.com/quicktime/download' WIDTH='320' HEIGHT='260' AUTOPLAY='true' controller='true'></EMBED>
    </OBJECT>

    Set the video size as required.

    Alternatively, there is the Windows Media Player embed code:

    <object id="mediaPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="320" height="240" Codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
    <param name="autoStart" value="true"/>
    <param name="url" value="url to video" />
    <param name="wmode" value="transparent" />
    <param name="uiMode" value="full" />
    <param name="loop" value="false" />
    <embed id="EmbedmediaPlayer" type="application/x-mplayer2" src="url to video" width="320" height="240">
    </embed>
    </object>
    Attached Files Attached Files
    Last edited by steve.ledger; 18 November 2009 at 11:09 AM. Reason: error in file

 

 

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
  •