Linking to a HTML page on a shared drive

[FONT=Arial]Hello all,[/FONT]

[FONT=Arial]Kinda new to the world of Flash, so please bear with me. I am working on a project where I have a Flash website that has links going to both external webpages and HTML pages that comprise an internal website at my job. I have managed to get the actionscript working to link to the external webpages, but I cannot seem to get the internal webpages to open. I get an error message stating it cannot locate the item. I’m not sure what I am doing wrong. Any help would be greatly appreciated.[/FONT]

[FONT=Arial]This is what I have in the actionscript:[/FONT]

[FONT=Arial][COLOR=blue](on release) {[/COLOR][/FONT]
[FONT=Arial][COLOR=blue]getURL("//s05315nts800us/public/public_drive_v.20_training_data_wmspnet_wmspnet_1.0/medicare_b_covered_drugs.html", “_blank”)[/COLOR][/FONT]
[FONT=Arial][COLOR=blue]}[/COLOR][/FONT]

[FONT=Arial]I’m using Actionscript 2.0, btw.[/FONT]

[FONT=Arial]Thanks![/FONT]