Skip to content

Is your ane is able to share multiple files? #5

@Tpman

Description

@Tpman

Hello!
Thanks for sharing!

Try to use your ane.
I would like to ask if your ane is able to share multiple files?

like below...
var sharedItems:Vector. = new [];
var len:int = 5;
for (var i:int = 0; i < len; i++) {
var sharedFile:SharedData; = new SharedData(someFile.nativePath);
sharedFile.isLocalFileUrl = true;
sharedItems.push(sharedFile);
}
Share.instance.share(sharedItems)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions