Button called from collection makes flash crash

Button called from collection makes flash crash

luckydimluckydim Posts: 1Questions: 0Answers: 0
edited April 2012 in TableTools
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.

Replies

  • allanallan Posts: 63,189Questions: 1Answers: 10,411 Site admin
    That's interesting. Are you able to give me a link to the page please? If you have the flash debug player installed, does it show any information in its log?

    Allan
This discussion has been closed.