Button called from collection makes flash crash
Button called from collection makes flash crash
luckydim
Posts: 1Questions: 0Answers: 0
Hello everybody,
I've decided to group my buttons into collection but found that flash player crashes (or suddenly holds) when I click the button from collection.
- It happens on Chrome/Firefox.
- The swf path is correct.
- Button taken out of collection works normal (for example, "csv").
[code]
"oTableTools": {
"sSwfPath": "/swf/copy_cvs_xls_pdf.swf",
"aButtons": [
"csv",
{
"sExtends": "collection",
"sButtonText": "Export",
"aButtons": [ "csv", "pdf", "xls" ],
}
]}
[/code]
When I click "csv" or other button the 'save file' dialog appears and holds. Then in some seconds the flashplayer crashes.
I've decided to group my buttons into collection but found that flash player crashes (or suddenly holds) when I click the button from collection.
- It happens on Chrome/Firefox.
- The swf path is correct.
- Button taken out of collection works normal (for example, "csv").
[code]
"oTableTools": {
"sSwfPath": "/swf/copy_cvs_xls_pdf.swf",
"aButtons": [
"csv",
{
"sExtends": "collection",
"sButtonText": "Export",
"aButtons": [ "csv", "pdf", "xls" ],
}
]}
[/code]
When I click "csv" or other button the 'save file' dialog appears and holds. Then in some seconds the flashplayer crashes.
This discussion has been closed.
Replies
Allan