Salve ragazzi...
Spero di essere nella sezione giusta.
Ciao ragazzi, vorrei esporvi il mio problema sperando in un consistente aiuto
Il mio problema è...
Lavorando con joomla 1.5 in un template con un'animazione flash, vorrei sostituire l'animazione base con la mia... Le ho provate un pò tutte ma nn ci sono riuscito...
Posto allora il codice della mia animazione, ed la parte di codice del file index.php che vorrei sostituire... se potete per favore aiutatemi a capire dove sbaglio in modo da poter visualizzare la mia animazione
MIO CODE HTML:
1. <object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
2. codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
3. width=600
4. height=300>
5. <param name=movie value=spooky.swf>
6. <param name=quality value=high>
7. <param name=BGCOLOR value=#000000>
8. <param name=SCALE value=showall>
9. <embed src=spooky.swf
10. quality=high
11. pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
12. width=600
13. height=300
14. bgcolor=#000000
15. scale= showall>
16. </embed>
17. </object>
ECCOVI IL CODE DEL HTML DEL MIO TEMPLATES:
1. <?php
2. // no direct access
3. defined( '_JEXEC' ) or die( 'Restricted index access' );
4. define( 'YOURBASEPATH', dirname(__FILE__) );
5. ?>
6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7. <html xmlns="
http://www.w3.org/1999/xhtml">
8. <head>
9.
10. <jdoc:include type="head" />
11.
12. <link href="<?php echo $this->baseurl ?>/templates/system/css/system.css" rel="stylesheet" type="text/css" />
13. <link href="<?php echo $this->baseurl ?>/templates/system/css/general.css" rel="stylesheet" type="text/css" />
14. <link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template_css.css" rel="stylesheet" type="text/css" />
15. </head>
16.
17. <body>
18.
19. <div id="container">
20.
21. <div id="topimage">
22.
23. <object type="application/x-shockwave-flash" data="templates/<?php echo $this->template?>/images/main_header1.swf" width="100%" height="200">
24. <param name="wmode" value="transparent" />
25. <param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/main_header1.swf" />
26. </object>
27.
28. </div>
29.
30. <div id="topuser">
31.
32. <div id="lr-padd1" class="clearfix">
33. <table class="lr-padd1">
34. <tr valign="top">
35. <?php if( $this->countModules('user1') ) {?>
36. <td class="lr-padd1">
37. <jdoc:include type="modules" name="user1" style="xhtml" />
38. </td>
39. <?php } ?>
40. <?php if( $this->countModules('user2') ) {?>
41. <td class="lr-padd1">
42. <jdoc:include type="modules" name="user2" style="xhtml" />
43. </td>
44. <?php } ?>
45. </tr>
46. </table>
47. </div>
48. <div style="clear:both"></div>
49.
50. <p>
51. <jdoc:include type="component" />
52. </p>
53.
54. </div>
55.
56. <?php if( $this->countModules('left') || $this->countModules('right') ) {?>
57. <div id="leftpart">
58. <div id="leftpart_bottom">
59. <jdoc:include type="modules" name="left" style="xhtml" />
60.
61. <jdoc:include type="modules" name="right" style="xhtml" />
62.
63. </div>
64. </div>
65. <?php } ?>
66.
67. <div style="clear:both"></div>
68.
69. <div id="footer">
70. <div >
71. <jdoc:include type="modules" name="banner" />
72. </div>
73. <?php include (dirname(__FILE__).DS.'/footer.php');?>
74. </div>
75.
76. </div>
77.
78. </body>
79. </html>
Ragazzi... Per sicurezza, mentre ci sono posto pure il file di testo che deve essere inserito insieme alla html e swf ..
CODE FILE TESTO:
&label600=Spooky&constructor=[type Function]&__proto__=[object Object]&globalsound=[object Object]&freeze=halt&url=http://10.114.6.225/FIRE&urljumpto=&loop=0&loaded=1&effect=600&colorbackground=0x000000&colortext=0xD1004A&line1=23&line2=ago&line3=ago&line4=ago&line5=ago..&x1=65&x2=65&x3=65&x4=65&x5=65&y1=175&y2=175&y3=175&y4=175&y5=175&vol=20&s1=230&s2=230&s3=230&s4=230&s5=230&bg=1&frameto=_level0.interfaceholder.frameonclick&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.&Ragazzi scusate il lunghissimo post... ho cercato di essere il più chiaro possibile in modo di arrivare rapidamente ad una soluzione.
Grazie a tutti coloro che si interesseranno della vicenda. Ciao