Jump to content
xt:Commerce Community Forum

ISSUU embed html code


ako

Recommended Posts

Hallo,

ich bekomme das Ergebnis aus diesem Code nicht angezeigt in Veyton (Content Manager Seite "Katalog ansehen"):

<div>
<object width="100" height="100" data="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true&documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&docName=katalog2011&username=XXXXXX&loadingInfoText=YYYYYY%20Katalog%202011&et=1296223479529&er=41" type="application/x-shockwave-flash">
<param name="allowfullscreen" value="true" />
<param name="menu" value="false" />
<param name="src" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true&documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&docName=katalog2011&username=XXXXXX&loadingInfoText=YYYYYY%20Katalog%202011&et=1296223479529&er=41" />
<param name="flashvars" value="mode=embed&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true&documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&docName=katalog2011&username=XXXXXX&loadingInfoText=YYYYYY%20Katalog%202011&et=1296223479529&er=41" />
</object>
<div style="width: 420px; text-align: left;"><a href="http://issuu.com/XXXXXX/docs/katalog2011?mode=embed&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&showFlipBtn=true" target="_blank">Open publication</a> - Free <a href="http://issuu.com" target="_blank">publishing</a> - <a href="http://issuu.com/search?q=catalog" target="_blank">More catalog</a></div>
</div>[/HTML]

Konkret wird mir das embeded swf nicht angezeigt. Erkennt jemand, wieso nicht?

Vielen Dank,

mfG

ako

Link to comment
Share on other sites

Das hier ist der Inhalt der default.html:

<h1>{$title}</h1>
<p>{$text}</p>
{page name=xt_startpage_products type=user order_by='p.products_sort' tpl_type='product_listing'}
{page name=xt_upcoming_products type=user order_by='p.date_available' tpl_type='product_listing'}[/HTML]

Die ID der "Katalog ansehen"-Seite ist 13. Dort oben also eine If-Abfrage bei $text??

Edit:

Hmm, ein Beispiel wäre nicht schlecht, ich bekomme es so nicht hin. Sinngemäß wird die Abfrage wie aufgebaut?

[HTML]{if $smarty.get.page == index.php?page=content&coID=13}....[/HTML]

Link to comment
Share on other sites

Hi!

@oldbear:

was meinst Du hierzu:

ich habe die content.html so erweitert und es ergibt auch das Ergebnis, welches

gewünscht ist. Ist die Lösung so, wie Du es erwähnt hast? Ist der Code so korrekt oder gibt es eine kürzere Deklaration?

<h1>{$data.content_heading}</h1>
{if $smarty.get.page == '/index.php?page=content&coID=13' or $smarty.server.REQUEST_URI == '/index.php?page=content&coID=13'}
<object style="width:600;height:450"><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&documentUsername=XXXXXX&documentName=katalog2011&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml" /><param name="allowFullScreen" value="true" /><embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" allowFullScreen="true" style="width:600;height:450" flashvars="mode=embed&documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&documentUsername=XXXXXX&documentName=katalog2011&layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml" /></object>
{else}
<p>{if $file}{$file}{else}{$data.content_body}{/if}</p>
{/if}[/HTML]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...