hi, i'm having a problem actually getting my flash applications to point files required for them to function,i need to point my flash object to a xml settings file and to some audio files.
my theme is in
getsimple/themes/mytheme/
and my files are in
getsimple/themes/mytheme/flashfiles/
i can't seem to point my flash object to those files.
my flash object takes this information in the form of variables declared and assigned in a swfobject javascript declaration
example:
flashvars.pathToFiles = "flashfiles/";
flashvars.settingsPath = "xml/settings.xml";
flashvars.xmlPath = "xml/mp3_player.xml";
xml folder is located within flash files folder
this object does work in regular html page but not in my getsimple template.
any suggestions?
thanks a lot!
my theme is in
getsimple/themes/mytheme/
and my files are in
getsimple/themes/mytheme/flashfiles/
i can't seem to point my flash object to those files.
my flash object takes this information in the form of variables declared and assigned in a swfobject javascript declaration
example:
flashvars.pathToFiles = "flashfiles/";
flashvars.settingsPath = "xml/settings.xml";
flashvars.xmlPath = "xml/mp3_player.xml";
xml folder is located within flash files folder
this object does work in regular html page but not in my getsimple template.
any suggestions?
thanks a lot!