Hello,
I've got the same problems than Vicen

I've got an undefined display like this :
I want to insert the HTML code inside a Joomla Article.
As the content is dynamically created and there is no specific folder for the content, I've modified the calling links of file in
<script type="text/javascript" src="http://www.mysite.net/images/Flash/swfobject.js"></script>
and
var so = new SWFObject("http://www.mysite.net/images/Flash/index.swf", "flash", "100%", "100%", "8", "#282828");
so.write("flashcontent");
I am probably making a big error
Flash folder is momentary set to 777 permissions to be sure to avoid some write-read problems.
When I call directly by an url the example of the index.html included in the test folder, everything works fine.
Thank you in advance for your help.