Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorMartijnK
    • CommentTimeJul 31st 2008
     permalink
    Hello,

    I'm trying to embed mss in my index page with dreamweaver. I've read the other topics about this problem but I still don't know what's going wrong.. My source code is like this if I embed the flash app automaticly. What I already know is that my .xml data sheet is missing in my code, but I haven't got a clue were to put this..

    NOTE! My html knowledge isnt very good. I thought that Mono slideshow was easy to use, but it turns out that you've got to do a lot to get it working.

    Can someone help me please!?

    <source code>

    <body>
    <table width="800" border="0" align="center" class="Raw">
    <tr>
    <td width="266"> </td>
    <td><img src="images/top_banner.gif" width="300" height="150" /></td>
    <td width="266"> </td>
    </tr>
    <tr>
    <td colspan="3"> </td>
    </tr>
    <tr>
    <td colspan="3"><div align="center">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','480','height','360','src','slideshow/monoslideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','slideshow/monoslideshow' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="480" height="360">
    <param name="movie" value="slideshow/monoslideshow.swf" />
    <param name="quality" value="high" />
    <embed src="slideshow/monoslideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="480" height="360"></embed>
    </object>
    </noscript></div></td>
    </tr>
    <tr>
    <td height="50" class="Raw"><div align="center" class="Raw">Raw</div></td>
    <td height="50" class="Raw"><div align="center">Fotoacademie</div></td>
    <td height="50" class="Raw"><div align="center" class="Raw">Info</div></td>
    </tr>
    <tr>
    <td class="Raw"><div align="center"></div></td>
    <td class="Raw"><div align="center"></div></td>
    <td class="Raw"><div align="center"></div></td>
    </tr>
    </table>
    </body>

    <end source code>

    Ive put the whole body source code in the page.

    Thanks in advance for your help..

    Later!
  1.  permalink
    Is your website visible somewhere so we can take a look?
    If not, visit my own homepage http://www.horsecompetence.de/galerie/aktuell_1.html, view source and feel free to copy.
    Christoph