Hi, I have a Flash movie, "home.swf", which is embedded and plays beautifully on my homepage. In "home.swf", I have a music player that loads "music1.swf" in some Actionscript on frame 8 as the first song in the player, which is loadMovieNum'ed:
loadMovieNum("music1.swf",1);
I have tried every variation of the path to the to get Flash to find this .swf file and play it, but it won't load the song. I would think if "home.swf" and "music1.swf" were in the same "flash" directory of my theme folder, it would find and load it easily. Not the case.
Anyone know if the path in the Actionscript is relative to the intial flash file, or is it relative to the homepage of the site? Or relative to something else? Or has some sort of bone to throw me? :) I'd really appreciate it.
I'm under a NDA right now, so I can't give a URL, but here's my Drupal installation directory structure, please note that I have multiple sites running under the same Drupal installation as well as a global themes directory:
drupal/
---core (core drupal files)
---modules (global modules)
---sites (site folders)
------site1 (my site)
---------modules
---------themes
------------site1theme (this folder is actually just a link to drupal/themes/site1theme)
------site2
---------modules
---------themes
------------site2theme (this folder is actually just a link to drupal/themes/site2theme)