[flexcoders] how to open a file system UNC path (windows share)

2012-06-01 Thread vaster3302
How can I open a UNC (windows share) in windows explorer from flex (flash builder 4)? I tried a couple different things: var request:URLRequest = new URLRequest("file://myserver\myfolder"); var loader:URLLoader = new URLLoader(); loader.load(request); which gives a stream error and var

[flexcoders] Hierarchical data in datagrid within advanced datagrid example

2012-05-17 Thread vaster3302
I am trying to create a datagrid within a advanced datagrid application so I can provide additional details when expanding the row. I found an example online that use static array as the data source to accomplish this: See data array below: private var dp:Array= [ { name:"Krishna", tota