Looking for clean, elegant code to integrate with your multimedia flash projects? Need a quick solution for that last-minute deadline crunch?
EMAQ has a library of components that will make any project shine! Click on the thumbnails to preview the components in action.
All purchases come in the form of a digital download. Once your online payment is complete, you will be given a link where you can download a .zip file containing your product and a readme--- unzip and enjoy!
All components are done in AS3
Easy to reskin with your own graphics
Well-written code with comments that is easy to modify
Ready to insert into any html page as a standalone object
Will load into any existing project as an external .swf
Simply copy the movieclip from the source .fla into any other .fla
EmailForm1 : $25 :
Email form using PHP
Easy to add your own fields
VideoPlayer1 : $10 :
Video player for a single .flv or H.264
Set the video path in the code
Built-in preloader
Features play/pause/rewind/scrubbing
Easy to modify for playing several videos
Autostart can be true or false
Mp3PlaylistEQ1 : $10 :
Stream an mp3 playlist
.mp3 paths are stored in an .XML file for easy editing
Features play/pause/next
Playlist loops automatically after the last song
Spectrum graphic equalizer
BannerRotator1 : $10 :
Rotation display for several file formats (.jpg, .png, .gif, .swf)
Built-in preloader
Features play/pause and selection
Making a selection pauses the rotation
Links out to any URL
Links can be enabled/disabled easily
TiledBackground1 : $10 :
Easy tiled background
Fill your movieClip from an external image
Includes how to fill your movieClip from an image in the library
SimpleToolTip1 : $10 :
Have any movieClip or textField display a tool tip with HTML-formatted text
Tool tip stays within stage boundaries: left, top, right, bottom
Use your own font
Simply import the class file, make it an object, and pass in your stage:
private var tooltip:SimpleToolTip1 = new SimpleToolTip1(this.stage);
Set your rollOver object and the text to display:
tooltip.setTip(mc, "this is mc in documentClass");