I have a problem:
I have a button which when cliked is openning a word document located on the shared drive witha fixed letter “P”
It is the same letter physical destination for all our drives doc etc. NEVER changes, previously created flash files utilizing the DRIVE work perfectly.
but now
this function:
on(release){
getURL(“P:/Manuals/Company Wide Manuals/Administrative Manual/Administration and Organization/Violent Situations,Treating Individuals Involved in - Guideline - ADM.124.1.doc”);
}
do not work
when I execute FLASH froma localhost they work, when I upload them to the server they do not even show a popup window telling me for example file not found.
they simply do not do ANYTHING when clicked.
why>?