
Tags
3D abstract actionscript animation as2 as3 blog cg charcoal circle cube color css design download drawing dreamweaver experiment flash flex free iq game graphic design html illustrator ink interactive javascript maya movie network open source painting photoshop php portfolio review rhino sketch stompernet tutorial video web design website work xmlConnect with circlecube
Recent Posts


Flashvars and as3
Flashvars and actionscript 3! Flashvar is a way that in your html embed codes (object tags) you can send variables
Tutorial to Create a Responsive Image Scroller in ActionScript 3.0
I’ve written a tutorial which is published over at flash.tutsplus. This tutorial demonstrates how to create a horizontally scrolling image
circlecube’s New Clothes – Theme Redesign
Thanks for your patience as I’ve been tinkering with the theme, layout and css of circlecube.com. old theme The last theme I used
Stomper999
Interactive Design project for StomperNet’s tease of the announced reveal on 09/09/09 at 09:09:09! “Online Marketing Changes Forever!” Wanted it to be
Forthcoming Actionscript Image Scroller Tutorial
Here is a preview of a file I’m writing a tutorial for. It’s nothing groundbreaking, but it deals with many
StomperNet FormulaFIVE Launch Web Design
StomperNet relaunched the popular FormaulFIVE and I was responsible for the design of the landing pages. Here are screenshots from
Stock Flash Site, Introducing ‘BuyStockFlash.com’
Buy Stock Flash Sell & Buy Flash Buy or Sell, Start Now - Stock Flash – Royalty Free Stock Flash effects, Video, Audio The
Web Hosting Search Review
I recently stumbled across a site that could easily help with your web hosting needs. They are called Web Hosting
Actionscript Drag & Drop Tutorial | Vertical and Horizontal Flash Sliders
A specific use of drag and drop which is a bit more complicated than your average drag & drop
Stomping2 Design
subscribe page with video salesletter page Stomping2.com is the Stomping the Search Engines 2 relaunch by StomperNet. I was responsible for the
Flash Video Issue: loadbar (size) vs playbar (time) usability
This deals with some issues I’m having with the seekbar of a player. The seekbar is the area that displays
Loading ...Popular Posts
- Actionscript Javascript Communication | ExternalInterface call and addCallback Tutorial
- Get current url to Flash swf using an External Interface call
- Get Current URL and Query String Parameters to Flash | Tutorial
- Integrate Google Analytics with Flash | Tutorial
- Intro to Flashvars | Passing variables to actionscript from the html embed | Tutorial
- How to as3 resize a movieClip and constrain proportions | Actionscript Tutorial
- XML and Flash Actionscript made Easy | Parse XML to Object | Tutorial
- Event Tracking with Google Analytics | Flash Integration | Tutorial
- Actionscript Key Listener Tutorial AS3
- ColorTransform | RGB, Hex and random colors | Actionscript Color Tutorial
FlashDen Files
Dynamic scrolling link list, xml driven, auto wrapping
An interactive link list. Vertically scrolling list of links or just text...
Dynamic scrolling link list, xml driven, no wrap
Make your own scrolling list, easy to customize and user friendly interactions...
Interactive image viewer with physics
It is fully customizable and fully driven by xml. Portfolio animated with the interaction options...
Round preloader bar
Clean slick preloader. Rounded bar with gradient and bevel style. All actionscript driven...
Preloader with Stats
Calculates the following: Percent Loaded, Loaded kb, Total kb, Average kbps speed, Remaining time...Calendar
Recent Comments
Burroughs
Mullins!! You are brilliant…email me so I can call you. Please…StuJ
took a little while to sink in it makes perfect sense now! (I’ve had a beer!) And it works! Didnt take long to get it centred...steve
Hi, Thanks for the creative example. I used these once for a flash header on a website. The client wanted the movie to continue to...Rose
I’m using AS2, but this will help me with randomly generating hex values. Thank you so much!Maikel
Thx! Helped me out a lot!
WE
That’s the conclusion I’m starting to come to. I’ve been searching around for a working version of a flash...Hieu
Thanks a lot for sharing.davea0511
this is also worth checking out … http://indivision-codebase-as2.goog lecode.com/files/indivision_code...Ronald
Thanks for the great idea and clear tutorial. I used your code as starting point and tried if I could make some random fireflies...Mohamed A.El-Kady
Or use _root.functionName








Interactive Image Viewer v1 @ FlashDen
I’ve re-purposed an old project of mine, the interactive pog portfolio viewer, to FlashDen. I call it the pog portfolio because each work is represented by a circle, or pog, and you play ith it in the “bay” with different interactive physics configurations. When you click a pog you can view a close up image of that item and more details. The whole file has been cleaned up (code and graphics) and documented for easy customizations.It is a small file size as well, under 36kb swf!
This is mainly an image viewer, stay tuned for any updates, like video support etc.
INTERACTIVE IMAGE VIEWER WITH PHYSICS AND ANIMATION EXAMPLE!
View Details here at FlashDen
Works and configuration loaded in through a single xml file. Select works from the bay to view title, description image and a link (if applicable). Organize works with the tags or select all and choose the physics of the bay for interactivity control (gravity, spring, grid and friction).
It is fully customizable and fully driven by xml. The xml file contains values for configuring the swf, and also all the information about each work to be included in the portfolio.
Each work is loaded into the “bay�? as a round thumbnail or “pog�?. These pogs are animated with the interaction options (gravity, friction, spring and grid). The pogs are sortable by tags (parsed in from the xml).
The whole color scheme of the image viewer is configurable, or can even be set to random! Have a different color scheme every time your image viewer loads!
Clicking a pog in the interactive bay sends that thumb to the holding area and loads the close up into the focus window for that work. It also loads the details about that work into the detail box (to the right of the focus box). Each works needs a 50×50 thumbnail and a close up (max 375px x 270px) image. Focus images are all loaded in with an informative preloader and fade is once loaded.
Site easily integrates with Google Analytics to track user interactions within this flash portfolio!
All works in the portfolio are passed in through an external xml file, here is a sample work node from xml:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Random Gear
<!-- Description of work -->
Random gear photograph from FlashDen assets.
<!-- Image paths (thumb and focus) are both constructed with the directory names above, or you can use an absolute path (http://flashden.net/new/images/pictures/icon_newsroom.gif) -->
<!-- Image thumbnial, this is brought in and masked to a circle (width:50px x height:50px) -->
random_gear.jpg
<!-- Focus thumbnail, loaded into the Focus Box when pog is clicked (max width:375px x height:270px) -->
random_gear.jpg
<!-- If a link exsists place it here the Text goes in the title node and the url in the url, if no link leave empty -->
http://flashden.net
<!-- Tags for this work. Tags are parsed and displayed across the bottom of the bay (seperated by a pipe '|') -->
Photo|Industrial
Download source at FlashDen
Enjoy, and let me know what you think!
Circlecube Files on FlashDen