NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

XML News Ticker v3
39016 XML News Ticker v3 http://www.flashjuggler.com/files/xml-news-ticker-v3/1163 This is a very easy to use news ticker. It can easly be integrated in html or another flash project.
Features list:
- Unlimited number of news
- Easy to customize
- Resizable
- XML driven:
* specify move interval
* specify move direction
- Video and text help
Flash > Movies Sep 8, 2008 OXYLUS send email to OXYLUS

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark XML News Ticker v3:


Other links owned by this user
Simfatic Forms is a simple, fast & easy HTML form builder software. You can use Simfatic Forms to build HTML forms quickly & easily without writing any HTML code.
Category:

iSpring Ultra is an innovative product to create e-learning Flash content from your PowerPoint which can be published to any Learning Management System (LMS) conforming to SCORM 1.2 or SCORM 2004 standards. iSpring Ultra also provides ActionScript API for seamless integration of PowerPoint content into Flash or HTML based systems with total presentation playback control.
Category:

Harris Wap Chat is Indonesian wap chat open source script. Can be used for personal or even corporate. Admin can create room, advertisement (banner text), send message to public or privat, multiple language, need registered user to chat. Using PHP & MySQL database. This script only works with Opera browser, wap Emulator or your wap enabled Handphone.
Category:

PayPal offers a system called IPN (Instant Payment Notification) and you can use this system to handle a lot of the back-end processes for your sales sites. (I'm sure that you might be saying "Great, I don't know a thing about programming PHP scripts and I don't have a clue how to set up IPN" -- that's okay because you don't have to know a thing about it).
Category:

We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Deleting a file too!
Category:

How to test: To use this conversation tool, you must first have agreed upon a code phrase with your co-chatters.
Type the code phrase in the form below and the software will check if there's an ongoing chat corresponding to that code. If it is, it will let you log into the chat room, using the same phrase. If the code phrase does not exist, it will let you start a new chat room that will respond to that code. You must then wait until some of your co-chatters logs on.
The chat room will last for an hour after the last person posts to it, then it will be deleted. Or, if you use the log out function, the last person who logs out will delete the chat file.
The encryption used is 3DES, or Triple DES, and the encryption is performed by the users of the chat, using the code phrase as key.
NOTE: This host is not a chat host. This is an example for test only, so please download the scripts and implement it on your own server for regular use. Thank you
Category:

Forms Authentication is a system in which unauthenticated requests are redirected to a Web form where users are required to provide their credentials. Upon submitting the form, and being properly verified by your application, an authorization ticket is issued by Web application, in the form of a cookie. This authorization cookie contains the user's credentials or a key for reacquiring the user's identity (therefore making the user's identity persistent). In essence, Forms Authentication is a means for wrapping your Web application with a thin security layer, allowing you to have your own custom login interface and verification functionality.
Category:

InfiView is another application built by Bindows – one of the world’s leaders in the development of Ajax based applications for enterprises and business. Instead of developing codes, Bindows is more known to develop Ajax based GUIs which is literally a challenging feat for any Ajax based developers. With Bindows you are literally developing an application that does not need any downloads at all.
Category:

A payment gateway can be defined as a third party service, which is a combination of hardware and software that provides an interface to the bank credit card processing network. The credit card information is collected and is transferred over the Internet to the credit card processors in the encrypted format for transaction purpose. Some well-known payment gateways are AuthorizeNet, Google Checkout, USAePay, Verisign and Paypal.
Category:

10. PHPPDO
PHPPDO is a database abstraction layer over the current PHP database functions, which aim is to offer a migration path for new applications to the PDO classes presented in PHP 5.1
Category:

EzFreeForums is , a hosting service for the powerful PHPBB forum software. Our service is free, easy to use and doesn't require any technical knowledge. And best of all, you can get started in minutes with your new community! Please register at the support forums first before created account.
Category:

WebSpamProtect.com is a service that allows you to add verification image (CAPTCHA) to your web site and protect your forms against spam robots. In order to protect your web form, our system requires that you install a small piece of code onto your web page. Our code requires that your web site support PHP or ASP.
Category:

Flash Photo Gallery allows you to create a professional XML powered Flash gallery on your website. It is only a few steps to embed into your website. You do not need Flash software. You can easily add or delete images by editing the XML file in Notepad.
Category:

Lunarcart is a stand alone shopping cart or your whole web store in one. It's fast and powerful, yet it's a snap to navigate. Did we mention that it's also loaded with features? You won't need to work out tricky scripts or cut and paste code into your site. Now your storefront and your site can be as one, quickly and professionally and with little effort.

All of our scripts are available for $1. They have no limitations on their features and can be used forever. And if you go for the upgrade, we'll even give you your dollar back. That makes your original cart purchase free! Each store may be upgraded for an extremely affordable price. Upgrades are just that... extras that are nice to have, but that you don't have to have in order to run an efficient store.
Category:

With Diino you can easily store, share, manage, access, send and backup your documents, music, e-mails, photos and files with the highest security available online. Your data is stored on our secure servers.

Diino provides easy access to all your important files, from any PC - and now you are also able to access your files from your personal DiinoWeb page using your cell phone’s web or wap browser. Anywhere, anytime – and on any device!

Read more about all Diino’s features in the menu to the left or get a 2GB Diino account for free and discover yourself what Diino can do for you.
Category:

This example browses a directory to list files and rename all files except the ones we do not want to list (as 'Thumbs.db' on windows or '..' and '.' which are not files as well as a directory itself).
Category:

Frameworks such as GWT, DWR and other frameworks even offer an experience of building Ajax based application without the use of JavaScript. Even without an extensive knowledge of this application, developers are finding themselves building an Ajax based application. All of these are possible because of the increasing number of frameworks geared for good looking websites and application.
Category:

Web Form Generator Script
This script is an easy-to-use tool to create reliable and efficient web forms and the best part is that absolutely no programming of any sort is required and it has the ability to create up to 100 different form fields plus can add a variety of field types including text boxes, drop down selection and more
Category:

1. select continent,country,concat("area: ",area," population: ",population) from countries
2. select left(country,1) as lex,country from countries
3. select continent,left(country,1) as lex,concat(country," (",capital,")") from countries
4. select concat(conti.continent," (",FORMAT(sum_pop,0),")") as cont_pop,country,FORMAT(country.population,0) from (select continent,sum(population) as sum_pop from countries group by continent) as conti left join (select continent,country,population from countries) as country on conti.continent=country.continent
Category:

Other links at Flash > Movies
FLV Hosting has released version 1 of The Ads Player
This player is designed to display an advert while an flv video is playing. You can set the path to the ad image, link, cuepoint and duration of the ad in the XML file.
Category:

Add your own images through the easy-to-use XML file.

You can change the following attributes:
- the size of the images
- the transition speed
- the images closeness
- the depth perspective
- which image is selected by default

NEW in this version
- A better photoflow experience with a nice flipping effect
- Support for rectangle images
- CPU optimized
Category:

Flash Clock is a great interactive flash digital and flash analog clock widget for your website or flash movie. You can publish the flash clock widget and adjust its size and visual parameters in a minute, adding interactive and up-to date feeling to your online resource.
Category:

A simple, highly configurable image gallery for photographers, artists, and anyone else who wishes to show off their portfolio of images with class and style.
Category:

Xilisoft DVD Audio Ripper is an up to date audio DVD extractor and ripper which provides a simple, fast method to rip DVD audio and save as Mp3 or Wav format. Using DVD Audio Ripper, you are able to rip audio tracks out from a DVD with ease. No more multiple programs, no more complex progress. The software product is an ideal solution to music DVDs, concert DVDs and old movies. Listen to your favorite movies from now on!
Category:




Main Category
200
2047
830
286
175
1804
1573
913
1177
7596
70
919
60
2247
175

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 20048
Categories: 1275
Registered Users: 790
Mailing List Subscribers: 2049
Unique Outgoing Hits: 234648

Pagerank Statistics
PR 10
1 site(s)
PR 9
9 site(s)
PR 8
53 site(s)
PR 7
201 site(s)
PR 6
645 site(s)
PR 5
1678 site(s)

PHP News