Topic: Flash button problem
Hey! im trying to link simpleviewer to a flash button, so far it works when i test it from my HD offline but when i upload it to my site and gonna view it it just says "the requested URL /simpleviewerindex.html was not found on this server" my action script on the flash button are as follow...
on (press) {
getURL ("simplevieweriindex.html", "iframe");
}
my path is...
C:projecthomepage Portfoliesimpleviewerindex.html
and as i said it works when i run it in firefox, IE, editplus offline but when i try and view it on my site http://masato.se it just dosnt work.