Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Flash-Intro
#9
Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--

<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="110" height="220">

<param name="movie" value="Intro.swf" />

<param name="quality" value="high" />

<param name="wmode" value="opaque" />

<param name="swfversion" value="6.0.65.0" />

<!-- Dieses param-Tag fordert Benutzer von Flash Player 6.0 r65 und
höher auf, die aktuelle Version von Flash Player herunterzuladen. Wenn
Sie nicht wünschen, dass die Benutzer diese Aufforderung sehen, löschen
Sie dieses Tag. -->

<param name="expressinstall" value="Scripts/Intro.swf" />

<!-- Das nächste Objekt-Tag ist für Nicht-IE-Browser vorgesehen. Blenden Sie es daher mit IECC in IE aus. -->

<!--[if !IE]>-->

<object type="application/x-shockwave-flash" data="Intro.swf" width="110" height="220">

<!--<![endif]-->

<param name="quality" value="high" />

<param name="wmode" value="opaque" />

<param name="swfversion" value="6.0.65.0" />

<param name="expressinstall" value="Scripts/Intro.swf" />

<!-- Im Browser wird für Benutzer von Flash Player 6.0 und
älteren Versionen der folgende alternative Inhalt angezeigt. -->

<div>

<h4>Für den Inhalt dieser Seite ist eine neuere Version von Adobe Flash Player erforderlich.</h4>

<p><a
href="http://www.adobe.com/go/getflashplayer"><img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Adobe Flash Player herunterladen" /></a></p>

</div>

<!--[if !IE]>-->

</object>

<!--<![endif]-->

</object>

<script type="text/javascript">

swfobject.registerObject("FlashID");

</script>



    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
    <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>


So siehts bei mir momentan aus.
Zitieren


Nachrichten in diesem Thema
Flash-Intro - von Janko84 - 21.02.2013, 21:05
RE: Flash-Intro - von Jockl - 21.02.2013, 23:15
RE: Flash-Intro - von Janko84 - 28.02.2013, 01:18
RE: Flash-Intro - von MrBrechreiz - 28.02.2013, 08:07
RE: Flash-Intro - von Janko84 - 28.02.2013, 22:32
RE: Flash-Intro - von MrBrechreiz - 01.03.2013, 08:22
RE: Flash-Intro - von Janko84 - 06.03.2013, 23:51
RE: Flash-Intro - von MrBrechreiz - 07.03.2013, 00:24
RE: Flash-Intro - von Janko84 - 07.03.2013, 00:36
RE: Flash-Intro - von MrBrechreiz - 07.03.2013, 05:11