<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HOWTO: Embed the Share Previewer on your own website in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233379#M186509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted this in reply to a question in the Alfresco Explorer forum, but thought it might be useful over here. It details one way you can embed the Share WebPreviewer on your own website with code along the lines of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;embed type="application/x-shockwave-flash"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; src="http://&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/share/components/preview/WebPreviewer.swf"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; width="670px"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; height="670px"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; id="WebPreviewer"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name="WebPreviewer"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; quality="high"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; allowscriptaccess="sameDomain"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; allowfullscreen="true"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wmode="transparent"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; flashvars="fileName=aaar.png&amp;amp;amp;paging=false&amp;amp;amp;url=http%3A%2F%2Flocalhost%3A8080%2Falfresco%2Fservice%2Fapi%2Fnode%2Fworkspace%2FSpacesStore%2F15ddb4a8-63a5-4bf3-95a8-4d121d2eaed2%2Fcontent%3Fc%3Dforce%26noCacheToken%3D1257980553515%26guest%3Dtrue&amp;amp;amp;show_fullscreen_button=true&amp;amp;amp;i18n_actualSize=Actual%20Size&amp;amp;amp;i18n_fitPage=Fit%20Page&amp;amp;amp;i18n_fitWidth=Fit%20Width&amp;amp;amp;i18n_fitHeight=Fit%20Height&amp;amp;amp;i18n_fullscreen=Fullscreen&amp;amp;amp;i18n_fullwindow=Maximize&amp;amp;amp;i18n_fullwindow_escape=Press%20Esc%20to%20exit%20full%20window%20mode&amp;amp;amp;i18n_page=Page&amp;amp;amp;i18n_pageOf=of" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Note the &lt;/SPAN&gt;&lt;EM&gt;flashvars&lt;/EM&gt;&lt;SPAN&gt; variable is a string passed through "encodeURIComponent" consisting of the following variables: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;fileName=aaar.png&lt;BR /&gt;paging=false&lt;BR /&gt;url=&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/15ddb4a8-63a5-4bf3-95a8-4d121d2eaed2/content?c=force&amp;amp;noCacheToken=1257980553515&amp;amp;guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/15ddb4a8-63a5-4bf3-95a8-4d121d2eaed2/content?c=force&amp;amp;noCacheToken=1257980553515&amp;amp;guest=true&lt;/A&gt;&lt;BR /&gt;show_fullscreen_button=true&lt;BR /&gt;i18n_actualSize=Actual Size&lt;BR /&gt;i18n_fitPage=Fit Page&lt;BR /&gt;i18n_fitWidth=Fit Width&lt;BR /&gt;i18n_fitHeight=Fit Height&lt;BR /&gt;i18n_fullscreen=Fullscreen&lt;BR /&gt;i18n_fullwindow=Maximize&lt;BR /&gt;i18n_fullwindow_escape=Press Esc to exit full window mode&lt;BR /&gt;i18n_page=Page&lt;BR /&gt;i18n_pageOf=of"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Note the &lt;/SPAN&gt;&lt;STRONG&gt;noCacheToken&lt;/STRONG&gt;&lt;SPAN&gt; on the end of the "url" variable to ensure your users are always viewing the latest content. It's up to you whether you generate this value or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously you'll have to update the "localhost:8080" part of the url to match your Alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll want to set the &lt;/SPAN&gt;&lt;STRONG&gt;paging&lt;/STRONG&gt;&lt;SPAN&gt; variable to "true" for .swfs generated from Word documents, PDFs, etc. It's "false" for images, such as this example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The i18n messages make the tag somewhat unwieldy, so I've uploaded a (completely unsupported and not fully tested) version of the WebPreviewer.swf that has the English strings built-in by default here: &lt;/SPAN&gt;&lt;A href="http://mikehatfield-alfresco.s3.amazonaws.com/WebPreviewer.swf.zip" rel="nofollow noopener noreferrer"&gt;http://mikehatfield-alfresco.s3.amazonaws.com/WebPreviewer.swf.zip&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;embed type="application/x-shockwave-flash"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; src="http://&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/share/components/preview/WebPreviewer.swf"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; width="670px"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; height="670px"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; id="WebPreviewer"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name="WebPreviewer"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; quality="high"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; allowscriptaccess="sameDomain"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; allowfullscreen="true"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wmode="transparent"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; flashvars="fileName=aaar.png&amp;amp;amp;paging=false&amp;amp;amp;url=http%3A%2F%2Flocalhost%3A8080%2Falfresco%2Fservice%2Fapi%2Fnode%2Fworkspace%2FSpacesStore%2F15ddb4a8-63a5-4bf3-95a8-4d121d2eaed2%2Fcontent%3Fc%3Dforce%26noCacheToken%3D1257980553515%26guest%3Dtrue&amp;amp;amp;show_fullscreen_button=true" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Is this of interest at all to users in general?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Would it be useful for this HTML to be generated the Document Details page along with the existing three URLs?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Would you be happy for Share to automatically grant guest access to the document / would you only want a Site Manager to be able to do this / would you prefer a specific "Public Share" folder in the Document Library?&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Comments and suggestions welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 00:25:03 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2009-11-12T00:25:03Z</dc:date>
    <item>
      <title>HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233379#M186509</link>
      <description>I posted this in reply to a question in the Alfresco Explorer forum, but thought it might be useful over here. It details one way you can embed the Share WebPreviewer on your own website with code along the lines of:&amp;lt;embed type="application/x-shockwave-flash"&amp;nbsp;&amp;nbsp; src="http://&amp;lt;server&amp;gt;:&amp;lt;port</description>
      <pubDate>Thu, 12 Nov 2009 00:25:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233379#M186509</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-11-12T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233380#M186510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Is this of interest at all to users in general?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Would it be useful for this HTML to be generated the Document Details page along with the existing three URLs?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Would you be happy for Share to automatically grant guest access to the document / would you only want a Site Manager to be able to do this / would you prefer a specific "Public Share" folder in the Document Library?&lt;/LI&gt;&lt;/UL&gt;Comments and suggestions welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably bet to have it configurable with default value false. Public share would be a nice addition alongside the previous feature for publishing documents to external users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 13:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233380#M186510</guid>
      <dc:creator>ivan_plestina</dc:creator>
      <dc:date>2009-11-12T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233381#M186511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to embed this preview, but sadly without success. Could you please help me out here? I'm new to Alfresco, so probably some of these questions will be either dumb or really easy…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I look into Alfresco interface my download url of some file looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/d/a/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/Dokumentacija.odt" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/d/a/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/Dokumentacija.odt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if I look into Share interface the download url is more like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/share/proxy/alfresco-feed/api/node/content/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/Dokumentacija.odt" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/proxy/alfresco-feed/api/node/content/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/Dokumentacija.odt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I have to use the first one for embeding, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the flashvars should be something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;fileName=Dokumentacija.odt&lt;BR /&gt;paging=false&lt;BR /&gt;url=&lt;A href="http://localhost:8080/alfresco/d/a/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/content?c=force&amp;amp;noCacheToken=1257980553515&amp;amp;guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/d/a/workspace/SpacesStore/17512bb6-829c-42af-9ea0-2ea78dab9346/content?c=force&amp;amp;noCacheToken=1257980553515&amp;amp;guest=true&lt;/A&gt;&lt;BR /&gt;show_fullscreen_button=true&lt;BR /&gt;i18n_actualSize=Actual Size&lt;BR /&gt;i18n_fitPage=Fit Page&lt;BR /&gt;i18n_fitWidth=Fit Width&lt;BR /&gt;i18n_fitHeight=Fit Height&lt;BR /&gt;i18n_fullscreen=Fullscreen&lt;BR /&gt;i18n_fullwindow=Maximize&lt;BR /&gt;i18n_fullwindow_escape=Press Esc to exit full window mode&lt;BR /&gt;i18n_page=Page&lt;BR /&gt;i18n_pageOf=of"&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Not really sure if I did this correctly … I took the fileName out of the url, and the appended "/content?c=force&amp;amp;noCacheToken=1257980553515&amp;amp;guest=true" to what it was left of it. Was this OK or totaly wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, probably I also need to tell Alfresco to allow "guest" document viewing … how do I do that? Is it the "alfresco.authentication.allowGuestLogin" configuration which I found on this (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems&lt;/A&gt;&lt;SPAN&gt;) page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jernej&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 08:18:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233381#M186511</guid>
      <dc:creator>nej</dc:creator>
      <dc:date>2009-11-23T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233382#M186512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure why you didn't use the URL pattern I posted in the original article for the content, but if the download servlet works too, then you should be ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That guest parameter is only for the NTLM authentication subsystem, which I suspect you're not using. What you'll want to do is to create a new space using the Alfresco Explorer called something like "Public Share". You then make sure the guest user has read-only access to it using the "Manage Space Users" action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 08:31:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233382#M186512</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-11-23T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233383#M186513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've exactly the same problem as Jernej.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to get throught this from several hours now but without success, the swf is showing up but no content inside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd tried dozen of url template and other weired solutions.&amp;nbsp; Here's my code : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;embed &lt;BR /&gt;type="application/x-shockwave-flash"&lt;BR /&gt;src="&lt;A href="http://88.190.27.154:8080/share/components/preview/WebPreviewer.swf" rel="nofollow noopener noreferrer"&gt;http://88.190.27.154:8080/share/components/preview/WebPreviewer.swf&lt;/A&gt;" &lt;BR /&gt;width="670px" &lt;BR /&gt;height="670px" &lt;BR /&gt;flashvars="fileName=fpagecomplete1.pdf&amp;amp;amp;paging=true&amp;amp;amp;url=http%3A%2F%2F88.190.27.154%3A8080%2Falfresco%2Fservice%2Fapi%2Fnode%2Fworkspace%2FSpacesStore%2F4a8e3c62-d731-4344-8b99-2790b769df27%2Fcontent%3Fc%3Dforce%26noCacheToken%3D1257980553515%26guest%3Dtrue&amp;amp;amp;show_fullscreen_button=true&amp;amp;amp;i18n_actualSize=Actual%20Size&amp;amp;amp;i18n_fitPage=Fit%20Page&amp;amp;amp;i18n_fitWidth=Fit%20Width&amp;amp;amp;i18n_fitHeight=Fit%20Height&amp;amp;amp;i18n_fullscreen=Fullscreen&amp;amp;amp;i18n_fullwindow=Maximize&amp;amp;amp;i18n_fullwindow_escape=Press%20Esc%20to%20exit%20full%20window%20mode&amp;amp;amp;i18n_page=Page&amp;amp;amp;i18n_pageOf=of" &lt;BR /&gt;id="WebPreviewer" &lt;BR /&gt;name="WebPreviewer" &lt;BR /&gt;quality="high" &lt;BR /&gt;allowscriptaccess="always" &lt;BR /&gt;allowfullscreen="true" &lt;BR /&gt;wmode="transparent" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see anything wrong with that snippet ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the &amp;lt;object&amp;gt; tag should appear aroud &amp;lt;embed&amp;gt; tag ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it should'nt work with cross-domain site, because my Drupal instance is on another server that my Alfresco instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adrian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:26:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233383#M186513</guid>
      <dc:creator>fakir22</dc:creator>
      <dc:date>2012-01-06T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233384#M186514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've the same problem with the embedded share document previewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The WebPreviewer is loaded but no content is displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonas Schmid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:56:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233384#M186514</guid>
      <dc:creator>raaftjon</dc:creator>
      <dc:date>2013-01-14T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233385#M186515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having the same problem. I can construct the URL, because surfing to it directly gives me the document in my browser nicely, so that's all fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess this is more of security thing that the WebPreviewer.swf can not connect from an external domain ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 09:44:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233385#M186515</guid>
      <dc:creator>swentel</dc:creator>
      <dc:date>2013-04-12T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233386#M186516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there no solution for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem, I can't see the content inside the web previewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really need to know how to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:39:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233386#M186516</guid>
      <dc:creator>refur</dc:creator>
      <dc:date>2014-10-22T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233387#M186517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have you been able to resolve that problem? Do I need to pass a file from alfresco repository or any file is fine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:47:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233387#M186517</guid>
      <dc:creator>imran</dc:creator>
      <dc:date>2015-09-30T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233388#M186518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Facing the same problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233388#M186518</guid>
      <dc:creator>imran</dc:creator>
      <dc:date>2015-09-30T07:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOWTO: Embed the Share Previewer on your own website</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233389#M186519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys, has the issue been sorted yet? I also am facing the same problem. Can see the viewer but I can load any content onto it. has anyone found a solution for what might seem like a security issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:46:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-embed-the-share-previewer-on-your-own-website/m-p/233389#M186519</guid>
      <dc:creator>zmsil</dc:creator>
      <dc:date>2016-03-23T11:46:44Z</dc:date>
    </item>
  </channel>
</rss>

