Select to view content in your preferred language

create a link to open a folder in a network share on our intranet flex 3.6

2223
1
Jump to solution
02-04-2014 12:56 AM
KimBülow
Occasional Contributor
Hi

How do i create a link to open a folder in a network share on our intranet
Normal i wrote in pop up file://fs01/data$/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING} or file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}

like this <a href="file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}" target='_blank'>Link</a>
But i is not working in flex 3.6
it workt in flex 3.0 in pop up, how come, its not working longer?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KimBülow
Occasional Contributor
Hi

How do i create a link to open a folder in a network share on our intranet
Normal i wrote in pop up file://fs01/data$/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING} or file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}

like this <a href="file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}" target='_blank'>Link</a>
But i is not working in flex 3.6
it workt in flex 3.0 in pop up, how come, its not working longer?


I solved itself the task by copying the data in the root directory, and set up a directory where Directory Browsing is enabled in IIS, now can I link to subdirectories, and a browser window opens so that the user can choose the version he must look.
see below how to Enable or Disable Directory Browsing in IIS 7
http://technet.microsoft.com/en-us/library/cc731109 (v = WS.10). aspx

View solution in original post

0 Kudos
1 Reply
KimBülow
Occasional Contributor
Hi

How do i create a link to open a folder in a network share on our intranet
Normal i wrote in pop up file://fs01/data$/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING} or file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}

like this <a href="file://M:/Gruppe/GIS/TELE_RDS/Projektering/{TEXTSTRING}" target='_blank'>Link</a>
But i is not working in flex 3.6
it workt in flex 3.0 in pop up, how come, its not working longer?


I solved itself the task by copying the data in the root directory, and set up a directory where Directory Browsing is enabled in IIS, now can I link to subdirectories, and a browser window opens so that the user can choose the version he must look.
see below how to Enable or Disable Directory Browsing in IIS 7
http://technet.microsoft.com/en-us/library/cc731109 (v = WS.10). aspx
0 Kudos