externer content + Flash
externer content + Flash
Hallo,
Ich habe eine Frage zum "Externen Content!
Folgende Inhalte möchte ich gerne als externen Content einbauen, aber es bleibt alles weiß, wenn ich das im CMS angebe.
http://www.rohde-grahl.com/Flash_galerie/index.html
Und auch hiermit geht es nicht: http://www.rohde-grahl.com/Flash_galerie/gallery.swf
Wahrscheinlich habe ich gerade nen kleinen Gedankenfehler, aber kann mir da jemend weiter helfen?
Vielen Dank im Voraus,
Mandy Weißmantel
Ich habe eine Frage zum "Externen Content!
Folgende Inhalte möchte ich gerne als externen Content einbauen, aber es bleibt alles weiß, wenn ich das im CMS angebe.
http://www.rohde-grahl.com/Flash_galerie/index.html
Und auch hiermit geht es nicht: http://www.rohde-grahl.com/Flash_galerie/gallery.swf
Wahrscheinlich habe ich gerade nen kleinen Gedankenfehler, aber kann mir da jemend weiter helfen?
Vielen Dank im Voraus,
Mandy Weißmantel
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
Ich habe es auch schon mit der Inhaltsart Multimedia versucht, und einen externen Link angegeben.
Das scheint auch nicht zu funktionieren.
Das scheint auch nicht zu funktionieren.
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
the JS Script you use to embedd the flash is hopelessly outdated!
it requires Flash Player 6 as default but in the meantime we have Flash Player 10
with the parameter in the url the movie loads http://www.rohde-grahl.com/Flash_galeri ... lash=false
but to integrate it in a website you'll have to do some more steps:
- add the JS to the html head section in your template
- add the div container with the loading call in a html CP in the respective article
almost certainly you want to change the with and height of the movie (now set to 100%) and the Flash Palyer Version from 6 to ad least 9
and, again, add the correct path - when you include the swf in your phpwcms website the path must be set from the root of your installation (where the index.php file lies)
so, when you put the whole thing in the picture folder then the path should be: 'picture/gallery.swf' and 'picture/photos.xml' and 'picture/galleryconfig.xml'
could be that you have paths in the swf as well the it will not work without changing that in the fla file, or alternatively put everything in your root folder without modifications, it's a bit a mess but should work.
CP Multimedia will not work because you load the pictures and the configuration in external xml files with flashvars.
it requires Flash Player 6 as default but in the meantime we have Flash Player 10
with the parameter in the url the movie loads http://www.rohde-grahl.com/Flash_galeri ... lash=false
but to integrate it in a website you'll have to do some more steps:
- add the JS to the html head section in your template
- add the div container with the loading call in a html CP in the respective article
Code: Select all
<div id="flashcontent">
<script type="text/javascript">
// <![CDATA[
var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%", "100%", 6, "#ffffff");
myFlashObject.addParam("scale", "noscale");
myFlashObject.addVariable("request", getQueryParamValue("image"));
myFlashObject.addVariable("photosXmlFile", "photos.xml");
myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
myFlashObject.write();
// ]]>
</script>
<noscript>
You must enable Javascript to view this content.
</noscript>
</div>
and, again, add the correct path - when you include the swf in your phpwcms website the path must be set from the root of your installation (where the index.php file lies)
so, when you put the whole thing in the picture folder then the path should be: 'picture/gallery.swf' and 'picture/photos.xml' and 'picture/galleryconfig.xml'
could be that you have paths in the swf as well the it will not work without changing that in the fla file, or alternatively put everything in your root folder without modifications, it's a bit a mess but should work.
CP Multimedia will not work because you load the pictures and the configuration in external xml files with flashvars.
Re: externer content + Flash
Willkommen im Club, ich hab's aufgegeben und mch mit einem anderem Script angefreundet.
Extern hat das Flashfilchen gut funktioniert. Die im Forum angegebenen Änderungen brachten keine Besserung!
Extern hat das Flashfilchen gut funktioniert. Die im Forum angegebenen Änderungen brachten keine Besserung!
Lieber arm dran als Arm ab!
meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
Re: externer content + Flash
Da ist eine Automatisierte Galerie von Photoshop.the JS Script you use to embedd the flash is hopelessly outdated!
Ich hatte das erst einmal so übernommen um zu schauen, ob es überhaupt funktioniert, bevor ich mir mehr Mühe mache
Das kann ich nicht bestätigen, mein Flash läuft jetzt, allerdings nur in der Vorschau.Die im Forum angegebenen Änderungen brachten keine Besserung!
Wenn ich die URL direkt aufrufe, klappt es nicht. Woran kann das jetzt liegen?
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
Kukki, manchmal muss man n bisschen dran bleiben, den anderen n bisschen auf den Sack gehen wenn's Not tut.kukki wrote:Die im Forum angegebenen Änderungen brachten keine Besserung!
Du hast Dich da meiner Meinung nach zu früh anderen (vermeintlich einfacheren) Dingen zugewandt. Vor die Wahl gestellt JavaScript oder Flash würde ich mich IMMER für Flash entscheiden, leider hat man diese Wahl nicht immer, aber Du scheinst sie (gehabt) zu haben!
Wie auch immer, wenn Du auf das Flash Teil zurückkommst (I'm sure you will) geh mir auf den Sack und zusammen kriegen wir das vielleicht hin.
Vorschau? direkte URL? immer noch die von oben? weil die gehen ja beide?mrwmandy wrote:Das kann ich nicht bestätigen, mein Flash läuft jetzt, allerdings nur in der Vorschau.
Wenn ich die URL direkt aufrufe, klappt es nicht. Woran kann das jetzt liegen?
Bitte etwas genauer, Links, (PM mit Backend Zugang als Nächstes)
Re: externer content + Flash
Hmmmm ... zu Hause läuft alles: http://www.rohde-grahl.com/index.php?Home-test
Auf Arbeit gab es da ein Probleme. Ich muss morgen noch mal schauen, ob das temporär war.
VIEL DANK für deine Hilfe!!
Kurze Frage noch: meine Scrollbalken sind jetzt weg.
Auf Arbeit gab es da ein Probleme. Ich muss morgen noch mal schauen, ob das temporär war.
VIEL DANK für deine Hilfe!!
Kurze Frage noch: meine Scrollbalken sind jetzt weg.
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
Code: Select all
<!--
@import url("template/inc_css/frontend.css");
@import url("template/inc_css/navigation.css");
//-->
/* hide from ie5 mac \*/
html {
height: 100%;
overflow: hidden; /* HOOOOOOHOOO */
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
}
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: externer content + Flash
Was soll mir dieser Quelltext sagen?
Ich habe das in die Vorlage eingefügt und hatten dann den ganzen Kram als Text oben stehen.
Ich habe das in die Vorlage eingefügt und hatten dann den ganzen Kram als Text oben stehen.
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
Das ist ja uach CSS du solltest das in die frontend.css einfügen
Re: externer content + Flash
ok
hab ich gemacht, aber die Scrollbalken sind trotzdem weg.
Was bewirken diese CSS Angaben denn?
hab ich gemacht, aber die Scrollbalken sind trotzdem weg.
Was bewirken diese CSS Angaben denn?
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
spiel mal damit.... vielleicht .... wer weiss...claus wrote:html {
height: 100%;
overflow: hidden; /* HOOOOOOHOOO */
}
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: externer content + Flash
hmmmm. Ich bekomms nicht hin.
Ich glaube, ich werde mir eine andere Flash Galerie suchen, oder den Kram in Flash selbst fertig machen.
Ich glaube, ich werde mir eine andere Flash Galerie suchen, oder den Kram in Flash selbst fertig machen.
Liebe Grüße
Mandy
Mandy
Re: externer content + Flash
Hm, ich meine mich ganz schwach an einen Fall erinnern zu können, bei dem das externe Flash-Filmchen erst lief, nachdem ich die Maße (B x H) eingegeben habe. Kann mich aber auch täuschen ... Hab dieser Tage erst eines hochgeladen, läuft ohne Probleme (erstellt in PhotoLine – falls das weiterhilft).
Gruß, Ludger
Gruß, Ludger
Re: externer content + Flash
Das mit der Größe stimmt. Der Film wurde erst richtig angezeigt, nachdem ich die richtigen Größenangaben eingegeben habe.
Die 100% Werte haben Fehler produziert.
Ich habe aber jetzt einen besseren Weg gefunden externe Flash Filme zu integrieren:
Funktioniert!
Die 100% Werte haben Fehler produziert.
Ich habe aber jetzt einen besseren Weg gefunden externe Flash Filme zu integrieren:
Code: Select all
<iframe width='100%' height='400px' frameborder='0' src='PFAD DES FLASH FILMES'> </iframe>
Liebe Grüße
Mandy
Mandy