Good evening. Faced a problem. The swf file, when called, considers that the index page is its native directory and tries to load its files from the root of the site (not lying there).
That is, after the call: root / settings.xml And, accordingly, an error.
I call a very simple code found on the Internet.
<object width = "600" height = "213"> <param name = "movie" value = "root / flashxml / imagescrollerfx / ImageScrollerFX.swf" /> </ object>
Can someone tell me what I'm doing wrong?