hallo,
es gitb ein programm, (anim-fx) mit der ich eine .txt datei erstellt habe.
im programmordner sind ganz viele .swf, die verschiedene animationen machen.
nur wenn ich die erstellte txt datei mit der swf im gleichen ordner wie die html datei habe, wird eine flash animation angezeigt.
wie binde ich sowas in typo3 ein??
habe bis jetzt folgendes versucth:
1.die swf wurde hochgeladen
2. die von mir erstellte txt datei wurde hochgeladen hier die erstellte .txt Code:
&label600=Flare&constructor=[type Function]&__proto__=[object Object]&globalsound=[object Object]&freeze=halt&url=&urljumpto=http://www.famyilmaz.com&loop=1&loaded=1&effect=600&colorbackground=0x000000&colortext=0xFFFFFF&line1=Willkommen... &line2=auf der privaten Homepage...&line3=der Familie Yilmaz&line4=&line5=&x1=0&x2=0&x3=0&x4=0&x5=0&y1=145&y2=145&y3=145&y4=145&y5=145&vol=0&s1=100&s2=100&s3=100&s4=100&s5=100&bg=0&frameto=two&license=Don't remove this paragraph, or your template will stop working. Anim-FX owns the copyright to this template, which may not be sold or resold, in its original form or as part of another template, by anyone other than Anim-FX.com. To check the full license restrictions, please refer to http://www.anim-fx.com/license.html.&
wie kann ich den code (wo?) hier einfügen???
Code:
<html>
<body>
<head>
</head>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0" width="600" height="300">
<param name=movie value="fileadmin/user_upload/flash/flare.swf">
<param name=quality value=high>
<param name="SCALE" value="noborder">
<embed src="fileadmin/user_upload/flash/flare.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="300" scale="noborder">
</embed>
</object>
</body>
</html>