Спасибо за подсказку, в принципе все получилось. Правда кусок картинки съехал, пришлось удалить его из темы и вставить в саму флешку :)
Теперь вдогонку такой вопрос - сейчас эта флешка висит на всех страницах сайта. Как сделать так, чтобы она присутствовала только на главной?
Пытался засунуть ее в модуль, но не получилось, пока удачно вставилась только в функцию header().
Код HTML:
/************************************************** **********/
/* Function themearticle() */
/************************************************** **********/
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath, $showstoryimg;
OpenTable();
echo "<center><font class=storytitle>$title</center></font>"
."<div align=right><font class=tiny>$datetime</div></font><p align=\"justify\">";
if ($showstoryimg==1) {
echo "<a href=\"modules.php?name=News&new_topic=$topic\">\n"
."<img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"left\" hspace=\"10\" vspace=\"5\"></a>";
}
FormatStory($thetext, $notes, $aid, $informant);
echo"<br><center>$morelink</center>";
CloseTable();
}