Welcome to TalkGraphics.com
Results 1 to 4 of 4

Thread: Drag n Drop MP4

  1. #1
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Drag n Drop MP4

    Xara have read my mind with this, I need to do a LOT of tutorial videos for Plesk and web hosting on my server have been putting it off for ages just had a quick look at this feature BAM 10 second later fully functioning web page with embedded video.

    Awesome stuff and a big thumbs up

    Chris

  2. #2

    Default Re: Drag n Drop MP4

    .FLV / .SWF too Chris

  3. #3
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Re: Drag n Drop MP4

    Great stuff thought it was just mp4 possibilities are endless with this feature mmmmmm

    Chris

  4. #4

    video Re: Drag n Drop MP4

    One thing to note about drag'n'drop embedding movies, the player included with WD6 is set to loop by default.
    This is mostly undesirable in my opinion, so in order to have the movie play only once when your visitors press play you will need to edit the placeholder code like this:


    <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=925_0155.mp4&amp;sound=true &amp;loop=true&amp;tooltip=true&amp;autoplay=false&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=925_0155.mp4&amp;sound=true &amp;loop=true&amp;tooltip=true&amp;autoplay=false&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>


    Change 'loop=true' to 'loop=false'

    <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=925_0155.mp4&amp;sound=true &amp;loop=false&amp;tooltip=true&amp;autoplay=false&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=925_0155.mp4&amp;sound=true &amp;loop=false&amp;tooltip=true&amp;autoplay=false&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>


    Personally I would like to see an option window on import to set this condition.
    Hopefully Xara will see this as sense too
    Click image for larger version. 

Name:	loop-or-not.jpg 
Views:	167 
Size:	14.2 KB 
ID:	70861

 

 

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
  •