Check it..
I have a flash file on a template page in a folder called "Templates"
wich is in the root directory. The flash file is in a folder called
"flash", same deal as the other folder. the index.html is located in
the root.. so..
root
|_ index.html
|_<templates>
|_template.templateextention
|_<flash>
|_flash.swf
The problem seems to be a string in the javascript that within the
template updates the same string to every page, instead of updating it
relative to where the file is located.
index.html should read: 'flash/flash' yet dreamweaver is updating it
as '../flash/flash'.
you got a way to fix this? I would seriously appreciate it.
I have a flash file on a template page in a folder called "Templates"
wich is in the root directory. The flash file is in a folder called
"flash", same deal as the other folder. the index.html is located in
the root.. so..
root
|_ index.html
|_<templates>
|_template.templateextention
|_<flash>
|_flash.swf
The problem seems to be a string in the javascript that within the
template updates the same string to every page, instead of updating it
relative to where the file is located.
index.html should read: 'flash/flash' yet dreamweaver is updating it
as '../flash/flash'.
you got a way to fix this? I would seriously appreciate it.