Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.448.307 Times

Flash Application Decompile freeware
Filter: All | Freeware | Demo
 

Flash Application Decompile

< 1 2 3 4 5 
Added: August 04, 2008 | Visits: 2.346

Jigsaw Puzzle Component for Flash You can build your own jigsaw puzzles using this component for Macromedia Flash. Ulike most other jigsaw puzzle applications for Flash, Jigsaw Puzzle v2.1 recognizes the neighbour pieces put near in right direction and then groups them. This makes the game more real and more fascinating. With...



Platforms: Windows, Mac

License: Freeware Size: 1.28 MB Download (237): Jigsaw Puzzle Component for Flash Download

Added: August 12, 2008 | Visits: 1.191

Windows .swf Flash Player This is a full-featured player to play Shockwave Flash movies (.swf).This application was built for windows using ActiveX controls.For more information, please visit http://activex.moonvalley.com





Platforms: Windows

License: Freeware Size: 427 KB Download (209): Windows .swf Flash Player Download

Added: August 19, 2008 | Visits: 2.237

Flash2X Flash Player Flash2X Flash Player is a program that, as the name suggests, plays Flash videos.And this application doesn`t stop there, but also offers many other functions, like making screen captures, extracting information from Flash files, integrating other Flash elements to build, for example, an animated...


Platforms: Windows

License: Freeware Size: 7 KB Download (600): Flash2X Flash Player Download

Added: August 09, 2008 | Visits: 5.193

Free Video to Flash Converter Free Video to Flash Converter is a converter of videos in any format to Flash or SWF. This tool is especially useful when publishing your videos on your web, blog, etc., as the Flash format (SWF or FLV) is much better suited to this.Free Video to Flash Converter accepts the following formats and...


Platforms: Windows

License: Freeware Size: 4 KB Download (929): Free Video to Flash Converter Download

Released: November 17, 2008  |  Added: November 20, 2008 | Visits: 4.280

Free Flash Flv MP3 Converter Free Flash Flv MP3 Converter is a tool to convert Flv to MP3 audio files. It is a batch Flv to MP3 converter, that allows you to extract audio file from flash flv and convert Flv files to MP3 format with just a few clicks. Free Flash Flv MP3 Converter has a built-in MP3 splitter to...


Platforms: Windows

License: Freeware Size: 4.06 MB Download (740): Free Flash Flv MP3 Converter Download

Released: July 03, 2012  |  Added: August 01, 2012 | Visits: 14.803

Photo Flash Maker Free Version Photo Flash Maker free version is a light-weight and easy-to-use flash creator. With this freeware, you can create flash slideshows with photos and music, in only a few steps. Photo Flash Maker (free version) provides user-friendly interface, ready-for-use flash templates and effects, and more...


Platforms: Windows, Windows Vista

License: Freeware Size: 21.51 MB Download (4395): Photo Flash Maker Free Version Download

Released: July 27, 2009  |  Added: July 31, 2009 | Visits: 5.673

SWF Decompiler Premium Free Version SWF Decompiler Premium Free Version enables you to export FLA data which can easily be edited in native Flash environment and to convert between swf and exe format. SWF Decompiler Premium enables you to export FLA data which can easily be edited in native Flash environment and to convert between...


Platforms: Windows

License: Freeware Size: 3.71 MB Download (1319): SWF Decompiler Premium Free Version Download

Released: June 12, 2011  |  Added: June 22, 2011 | Visits: 3.442

Easy Flash Recovery Risk free file recovery tool for flash cards and other media. Easy Flash Recovery is an easy-to-use data recovery software designed to restore files accidentally deleted from hard disks and memory cards. Deleted files, documents, archives, images, video, music and other erased important...


Platforms: Windows

License: Freeware Size: 2.04 MB Download (1121): Easy Flash Recovery Download

Added: January 18, 2010 | Visits: 1.538

The Hiker Application Framework Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging, and other advanced features on mobile phones. It...


Platforms: *nix

License: Freeware Size: 3.6 MB Download (125): The Hiker Application Framework Download

Added: November 26, 2010 | Visits: 1.703

The Kava Telnet Application The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java. For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): The Kava Telnet Application Download

Added: April 21, 2010 | Visits: 1.307

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (105): Curses::Application Download

Added: May 09, 2010 | Visits: 2.000

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.832

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.260

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.854

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.368

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: January 11, 2010 | Visits: 1.392

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (96): Calyxo Web Application Framework Download

Added: August 09, 2010 | Visits: 1.078

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: January 23, 2010 | Visits: 1.546

SME Web Application Framework SME Web Application Framework provides a Web application framework for small and medium-sized organizations. SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (111): SME Web Application Framework Download

Added: August 09, 2010 | Visits: 922

The JGenerator The JGenerator is a web server production application that dynamically combines text, graphics, and sound to build rich Flash� content. Similar to the Macromedia® Generator� product, JGenerator uses the same data format and the same set of objects to perform the same tasks. Designers use...


Platforms: *nix

License: Freeware Size: 10.5 MB Download (115): The JGenerator Download

< 1 2 3 4 5