You are hereFlash
Flash
ExtJs - Copy GridPanel content to Clipboard
Continuing on my previous two blog posts regarding copying content to clipboard in javascript, and embedding a Flash movie in ExtJs toolbar, I present here an approach to copy content in an ExtJs GridPanel to system clipboard in various formats.
Flash movie in ExtJs toolbar
I recently had a situation, where I needed to embed a Flash movie inside the bottom toolbar of an ExtJs GridPanel.
Initially I added a Panel inside the items of the toolbar, which did not work. Then, I used a regular label, whose html was set to the <object> tag used for embedding a Flash movie onto a web page. You can see the results below:
Here's the code snippet that produces the bottom bar in the GridPanel above:
Cross-Browser approach to Copy content to Clipboard with javascript
Before anything else, here is a sample demonstration of what I am discussing in this blog post. Enter some text in the textbox, and click the Flash's Copy icon below. You should have the text on your system clipboard. The .swf file for the same is attached with the post. Feel free to use it anywhere you like.
Thickbox - Show on Page Load
I had a situation where I needed to show a Flash movie in a modal dialog on a Page. Needless to mention, LightBox is the first thing that strikes to mind for such purposes. However, LightBox supports only images. And I needed to show a Flash movie.
Flash Falling Money Animation
I recently prepared a long Flash movie for one of my Client websites. The movie had the animation of Falling Currency Notes in between it.
I thought I should share the Falling Money part of it on my website. So, the .fla & .swf files for the Falling Money animation are attached with this post. You can download them below.
Features:


