not working after including swf

not working after including swf

tuxworldtuxworld Posts: 7Questions: 0Answers: 0
edited December 2012 in TableTools
after downloading copy_csv_xls_pdf.swf and sample package of TableTools and including jquery, jquery.dataTables.js in head, buttons dont work correctly,
[code]






$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "media/swf/copy_csv_xls_pdf.swf"
}
} );
} );


[/code]
TableTools tree:
[code]
───media
├───as3
│ │ ZeroClipboard.as
│ │ ZeroClipboardPdf.as
│ │
│ └───lib
│ AlivePDF.swc

├───css
│ TableTools.css
│ TableTools_JUI.css
├───js
│ jquery.dataTables.js
│ jquery.dataTables.min.js
│ jquery.js
│ TableTools.js
│ TableTools.min.js
│ TableTools.min.js.gz
│ ZeroClipboard.js

└───swf
copy_csv_xls.swf
copy_csv_xls_pdf.swf
[/code]
i can see tableTools buttons on the table but, thay are not working
This discussion has been closed.