adbrite clone 2009 350$ for nulled by sublime.nul.lu

Category: Clones

adbrite clone 2009 350$ for nulled by sublime.nul.lu


demo:
http://products.kaonsoftwares.com/adbrite-clone/

sourñe:
http://www.kaonsoftwares.com/v3/products-ans.php


Download Post Comment [15]


Alibaba Clone Script

Category: Clones

Alibaba Clone Script


Demo: http://shorty.dimavie.com/566000


Download Post Comment [7]


Free web Shop - full

Category: E-Commerce

Free web Shop - full



Demohttp://shorty.dimavie.com/9c1d28


Download Post Comment [10]


AVChat - Video Voice Chat Systems

Category: Chat

AVChat - Video Voice Chat Systems (asp & php)
AVChat is a very powerful flash video chat software to be used by web sites with lots of users.

It comes packed with lots of features including private messages, rooms support and and admin section, and runs directly in the browser. AVChat 2 works the same in IE, Firefox, Safari and Opera, on Windows, Mac and Linux.


Best suited for:

* dating/matchmaking web sites
* forums
* large user bases
* whenever there is a need to jump from one room to another by pressing just a
button
* many to many chat scenarios
* secure live video/audio/text chat over the Internet or Intranet.

info+demo:
http://shorty.dimavie.com/055908


Download Post Comment [7]


Full Screen XML Gallery VRT V1

Category: Image Galleries

Full Screen XML Gallery VRT V1


Full Screen XML Gallery VRT V1 | From Flashden.net


Download Post Comment [6]


Get to the Top on Google Tips

Category: Education

Get to the Top on Google Tips



Get to the Top on Google Tips and Techniques to Get Your Site to the Top of the Search Engine Ebook



Written in a clear, non-technical, style by a leading expert in SEO (search engine optimization), GTTTOG explains techniques and strategies proven to return higher search engine rankings and sales. It addresses all aspects of search engine marketing and includes an assessment of the impact of Web 2.0 on Internet search strategies.


Download Post Comment [7]


25 Free Wordpress Themes [2009 Edition]

Category: Templates

http://i25.tinypic.com/2vvw2kh.jpg


25 Free Wordpress Themes [2009 Edition]
6 Mb | RS & DF


01. Blak Magik 02. Aerodrome 03. Librio
04. FluidYellow 05. fourWPTP 06. Carrington Blog
07. Blue Zinfandel 08. Grass Roots 09. Mezzo
10. Dreamline 11. I feel dirty 12. Arctic
13. NetWorker 14. DarkZen 15. Simplified
16. Thistle 17. Orange Techno 18. Elegant Green
19. Blue Chillout Space 20. Minimo 21. Revolution Code Red
22. Prides 23. Art Blog 24. Vintage Style 25. Grunge Paper


Download Post Comment [3]


Foundation ActionScript 3 for Flash and Flex

Category: Multimedia

Foundation ActionScript 3 for Flash and Flex


Darren Richardson "Foundation ActionScript 3 for Flash and Flex (With Source Code)"
August 2009 | English | ISBN-13: 978-1-4302-1918-7 | 607 Pages | PDF | 38.3 MB


In this book, you’ll:

* Learn the fundamentals of ActionScript 3.0 using both the Flash IDE and Flex
* Use ActionScript 3.0’s object-oriented features
* Manipulate sound and video to produce exciting modern web applications
* Work with XML as your data source

ActionScript 3.0, the latest version of the Flash Platform’s scripting language, offers many new and powerful features. ActionScript is now a full-fledged programming language, with complete object-oriented capabilities, improved event handling, sound and video support, drawing capabilities, support for regular expressions, and much more.

Whether you are a Flash designer wishing to add to your skill set or an experienced ActionScript developer who wants to get up to speed with the latest version, you’ll find all you need to know in Foundation ActionScript 3.0 for Flash and Flex.

Starting with the fundamentals, you’ll learn how to add interactivity to your Flash movies by using ActionScript objects, manipulating sound and video, and harnessing the power of regular expressions and XML. The book concludes with two case studies to consolidate what you’ve learned and introduce some additional advanced techniques. You’ll gain a solid understanding of the new and exciting world of ActionScript 3.0 and see how everything fits together to form complete applications, so you’ll be able to build your own professional sites.

The sensible layout of the book makes it easy to find information about specific techniques. It focuses on the essential skills that will enable you to get up and running quick. With this book as your guide, you’ll be creating killer Flash applications before you know it.


Download Post Comment [0]


YouTube playlist with thumbnails

Category: Templates

YouTube playlist with thumbnails


YouTube playlist with thumbnails

This is a video gallery based on the official YouTube API . It’s XML based.

Features:

* xml based
* playlist with or without scroll bar (depending on the amount of tracks)
* volume control
* play / pause button
* preview track and next track buttons
* shuffle button (if pressed it will get a random video on change state)
* repeat button (if it is pressed the current track will repeat over and over)
* full screen mode (under the video screen you can see a full screen button)
* progress bar
* time (the current and total time)

There are 3 variables that you can embed in the html code:

* playlist = xml file name
* autoplay = true or false
* rollover_changing_thumbs = true or false (in case you want the thumbnails to change on roll over)

If you load this player into another swf and then you want to unload it, just initiate (loader movie clip instance name).ytplayer.destroy(); before you unload the loaded swf player.

DEMO:
http://s3.envato.com/files/205867/index.html


Download Post Comment [3]


Flashden basic streaming mp3 player

Category: Multimedia

Flashden basic streaming mp3 player


Flashden basic streaming mp3 player
Source FLA - SWF | 5.2 Mb

http://activeden.net/item/basic-streaming-mp3-player-with-graphic-eq-pause-mute-loop-skinnable/27146


BASIC MP3 PLAYER : (Actionscript 2.0)

- Just copy and paste the first frame from the top layer into your flash file.
- The .FLA file can be opened with Flash 8 or Flash CS3 .
- This mp3 player was designed to be used online with any internet connection speed, and will also work from your hard drive.
- You MUST name your mp3’s consecutively, starting with 1.mp3, 2.mp3, 3.mp3, etc… Do NOT put a zero is front of the file name, such as 01.mp3
- Skin the graphics however you want.
- All of the Actionscript you need for the entire application is in one, easy to find place.

volume = 100; // Set the level of the volume at startup from 0 to 100.
folder = “music”; // The folder name where your mp3’s should be placed.
autoStart = true; // This is set to true by default, which causes the first song to start playing automatically when it starts loading. Changing this variable to false will turn autoStart off, which means the first song will NOT start playing automatically.
loop = true; // Set to true to have the first song start over after the last song is played. Set to false so the player will stop after the last song is finished.
firstSong = 1; // The number representing which song you want to start with. If you don’t want to start with song 1, then put a 2 here. Don’t put a number higher than what’s in the totalSongs variable.
totalSongs = 3; // This should match the number of mp3’s you have in your music folder. Set it to a lower number if you don’t want to play all of the mp3’s. Do not set this number lower than the firstSong variable.
eqColor = “0066ff”; // The hexadecimal value of the color you want the EQ bars to be when the sound is not muted.
eqMuteColor = “0066ff”; // The hexadecimal value of the color you want the EQ bars to be when the sound is muted.


Download Post Comment [2]