• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Into/hp/ Loop schleife

master2055

Neues Mitglied
Hallo ich bin gerade dran an einer Hp zu basteln da ich aber immer wieder auf sachen stoße die ich meisten alleine wieder löse habe ich nun ein Problem das einfach nicht weg will -.-

wen man auf
http://gilde-dark-legacy.de/Startseite/
geht dan kommt oben das Video (Flash) das ich selber ertsellt habe.

Da es aber ständig wiederhollt wir nervt es einwenig ich Habe schon im Html code den Loop auf Flase usw. gestellt aber nix hilft. in einem anderen Forum Habe ich geslesen es könnte eventuell an dem Flash selber liegen der Kein STop am ende hatt.

Nach Langen hin und her, veruschte ich das video wieder zuzerlegen ins flash usw. um das stop einzufügen aller dings bin ich da an meine grenzen gestoßen -.-

Ich Habe euch hier einmal die HTMl Datei. (im anhang)

Das 2te Problem was ich Habe sind die 2 Videos die man unten anschaun kann ich möchte gerne das diese Video per Mousover starten und Beim Klick (so wie das erste Video) auf die Hp verlinken.

Ich hoffe hier kann mir einer Helfen, ich benutze Joomla.

MFG

Anhang Upload geht net:


<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = null;
if (isset($this))
$document = & $this;
$baseUrl = $this->baseurl;
$templateUrl = $this->baseurl . '/templates/' . $this->template;
artxComponentWrapper($document);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $templateUrl; ?>/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
</head>
<body>
<div id="art-page-background-glare">
<div id="art-page-background-glare-image">
<div id="art-main">
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<div class="art-header">
<div class="art-header-center">
<div class="art-header-png"></div>
</div>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/swfobject.js"></script>
<div id="art-flash-area">
<div id="art-flash-container">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="992" height="300" id="art-flash-object">
<param name="movie" value="<?php echo $templateUrl; ?>/container.swf" />
<param name="quality" value="high" />
<param name="scale" value="default" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="color1=0xFFFFFF&amp;alpha1=.0&amp;framerate1=25&amp;loop=false&amp;wmode=transparent&amp;clip=<?php echo $templateUrl; ?>/images/flash.swf&amp;radius=5&amp;clipx=0&amp;clipy=-91&amp;initalclipw=1280&amp;initalcliph=720&amp;clipw=992&amp;cliph=558&amp;width=992&amp;height=300&amp;textblock_width=0&amp;textblock_align=no" />
<param name="swfliveconnect" value="true" />
<param name="loop" value="false" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="<?php echo $templateUrl; ?>/container.swf" width="992" height="300">
<param name="quality" value="high" />
<param name="scale" value="default" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="color1=0xFFFFFF&amp;alpha1=.0&amp;framerate1=25&amp;loop=false&amp;wmode=transparent&amp;clip=<?php echo $templateUrl; ?>/images/flash.swf&amp;radius=5&amp;clipx=0&amp;clipy=-91&amp;initalclipw=1280&amp;initalcliph=720&amp;clipw=992&amp;cliph=558&amp;width=992&amp;height=300&amp;textblock_width=0&amp;textblock_align=no" />
<param name="swfliveconnect" value="true" />
<param name="loop" value="false" />
<!--<![endif]-->
<div class="art-flash-alt"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</div>
<script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php echo $templateUrl; ?>/expressInstall.swf");</script>

</div>
<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
<div class="art-content-layout">
<div class="art-content-layout-row">
<?php $contentCellStyle = 'content'; ?>
<div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">

<?php
echo artxModules($document, 'banner2', 'art-nostyle');
if (artxCountModules($document, 'breadcrumb'))
echo artxPost(null, artxModules($document, 'breadcrumb'));
echo artxPositions($document, array('user1', 'user2'), 'art-article');
echo artxModules($document, 'banner3', 'art-nostyle');
?>
<?php if (artxHasMessages()) : ?><div class="art-post">
<div class="art-post-body">
<div class="art-post-inner">
<div class="art-postcontent">

<jdoc:include type="message" />

</div>
<div class="cleared"></div>

</div>

<div class="cleared"></div>
</div>
</div>
<?php endif; ?>
<jdoc:include type="component" />
<?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
<?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
<?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>

<div class="cleared"></div>
</div>

</div>
</div>
<div class="cleared"></div>


<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
<jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
<div class="art-footer">
<div class="art-footer-t"></div>
<div class="art-footer-l"></div>
<div class="art-footer-b"></div>
<div class="art-footer-r"></div>
<div class="art-footer-body">
<div class="art-footer-text">
<?php if (artxCountModules($document, 'copyright') == 0): ?>
<?php ob_start(); ?>
Made by Dark-Legacy

<?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?>
<?php else: ?>
<?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
<?php endif; ?>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>


</div>
</div>
</div>





</body>
</html>
 
Zuletzt bearbeitet:
Willkommen im Forum.

Siehe auch: → Into/hp/ Loop schleife

Threads, die du in mehrere Foren einstellst (ist häufig ein Verstoß gegen Forenregeln), bitte fairerweise zumindest untereinander verlinken. Sonst ist die Gefahr groß, dass sich Leute daran machen, bereits gegebene Antworten ein zweites Mal zu verfassen.
 
Zuletzt bearbeitet:
Zurück
Oben