#1 (permalink)  
Alt 28.01.2011, 14:08
ako ako ist offline
Benutzer
 
Registriert seit: 05.09.2009
Beiträge: 61
Standard ISSUU embed html code

Hallo,

ich bekomme das Ergebnis aus diesem Code nicht angezeigt in Veyton (Content Manager Seite "Katalog ansehen"):
HTML-Code:
<div>
<object width="100" height="100" data="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&amp;docName=katalog2011&amp;username=XXXXXX&amp;loadingInfoText=YYYYYY%20Katalog%202011&amp;et=1296223479529&amp;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&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&amp;docName=katalog2011&amp;username=XXXXXX&amp;loadingInfoText=YYYYYY%20Katalog%202011&amp;et=1296223479529&amp;er=41" />
<param name="flashvars" value="mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&amp;docName=katalog2011&amp;username=XXXXXX&amp;loadingInfoText=YYYYYY%20Katalog%202011&amp;et=1296223479529&amp;er=41" />
</object>
<div style="width: 420px; text-align: left;"><a href="http://issuu.com/XXXXXX/docs/katalog2011?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;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>
Konkret wird mir das embeded swf nicht angezeigt. Erkennt jemand, wieso nicht?
Vielen Dank,

mfG
ako
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 28.01.2011, 14:24
Erfahrener Benutzer
 
Registriert seit: 23.06.2009
Ort: Wachenzell ( nähe Eichstätt/Bayern )
Beiträge: 2.817
Standard

hi,
embedded Code im Content-Manager funktioniert nicht.
Lager das besser in die content.html oder die default.html aus innerhalb einer if-Abfrage auf die Content-Id.
Grüsse
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 28.01.2011, 14:36
ako ako ist offline
Benutzer
 
Registriert seit: 05.09.2009
Beiträge: 61
Standard

Das hier ist der Inhalt der default.html:
HTML-Code:
<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'}
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-Code:
{if $smarty.get.page == index.php?page=content&coID=13}....

Geändert von ako (28.01.2011 um 15:17 Uhr)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 29.01.2011, 23:37
ako ako ist offline
Benutzer
 
Registriert seit: 05.09.2009
Beiträge: 61
Standard Solved?!

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?
HTML-Code:
<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&amp;documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&amp;documentUsername=XXXXXX&amp;documentName=katalog2011&amp;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&amp;documentId=110128133901-d0f13c6cfb0849979f05c51843826c64&amp;documentUsername=XXXXXX&amp;documentName=katalog2011&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml" /></object>
{else}
<p>{if $file}{$file}{else}{$data.content_body}{/if}</p>
{/if}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
code, embed, html, issuu

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Link Zur Sendungsverfolgung Bei Bestellstatus-?nde gswkaiser Shopbereich 127 10.02.2012 16:47
Bei Artikelimport HTML Code entfernen rickenharp Installation und Konfiguration 3 17.12.2009 16:10
HTML Code bearbeiten - wo finde ich das html document? Herr-stromberg HTML & CSS 1 18.06.2007 00:48


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:51 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand