Hi,
in the SINGLESWF droplets the "swfkrpano.js" (=the Flash to HTML embedding script) is 'in-lined' into the html file itself - just open the html file and look,
some basic html infos to that:
- Javascript code can be either inside an external file and included by <script src="...">
- or it can be also inside the html file inside the <script>...code...</script> tags
and embedding any JS files into a Flash is not possible of course,
the hierarchy of the files is that:
- HTML (will be loaded first, there the Javascripts will be defined or included)
- Javascripts (code that embeds the Flash into the HTML page)
- Flash
best regards,
Klaus