Flash Video Player

banners creator

With great pleasure I present a new method to create Flash banners without use of Adobe Flash.

The staff of JumpeyeComponents created BannerSnack, creator of banners online !
With BannerSnack you can create your own banner and add hundreds of effects.

You will be surprised to see what you can do with this powerful banner maker: from spectacular text effects to slideshow-like image transitions.
All from scratch or starting from predefined templates.

BannerSnack gives 3 licenses to users of english section of FlepStudio.

How to win this component?

Easy … just leave a comment for this article and Sunday January 11 2009, FlepStudio will draw three of the comments.

The authors of the three entries will win the BannerSnack’s licence !

What are you waiting for…

Leave a comment now and good luck !

Share This Post Tags: ,

Related posts

{ 153 comments }

FlepStudio has created a new free utility for Flash CS3-CS4.

This is a scroller RSS reader.

It reads any RSS feed, simply set the url of the feed.

The RSS parse is done with a PHP script by Last RSS.

Graphics easily configurable options and colors in the AS file.

Very useful for those who want to share the feeds on its website using Flash.

Let’s see it…

Read more

Share This Post Tags: , ,

Related posts

{ 0 comments }

Resizing SWF at real time

by admin on November 28, 2008 · 0 comments

in Flash CS3, Flash CS4, Mix, Tutorials

Not everyone knows that you can change the size of a SWF in real time, at runtime.

When Flash CS3 came out many of us hoped that the new version of Actionscript allowed to

set the size of the stage so that we could change the size of the SWF embedded in html page.

We thought we could act on the properties stage.stageWidth and stage.stageHeight but we were wrong because these properties are read-only, not writable.

So, how to change the size of SWF?

This is possible using Actionscript and Javascript.

I found a really good Actionscript class that allows to do so.

The author is Noel Billig.

I created an example, have a look…

Read more

Share This Post Tags: ,

Related posts

{ 0 comments }

We saw that MovieClip class of Flash CS4 has a new property, the z property.

We will see how to create animations even with that property but today I want to write about other 2 new

  • rotationX
  • rotationY

These two new properties manage rotations on the axes X, Y and you can create decidedly new animations compared to earlier versions of Flash.

Their value extends from -180 to 180.

Negative values indicate the counterclockwise while the positive clockwise.

All values outside this range are added or subtracted from 360 to obtain a value within that range.

Let’s see some examples.

Read more

Share This Post Tags: , ,

Related posts

{ 0 comments }

What ’s the first thing that jumps to eyes when you are reading the MovieClip class reference of Flash CS4?

Of course the z property !

With Flash CS3 we saw how to simulate it:

The big news of Flash CS4 is that we will not go into hard mathematical coding and that certainly hinder us from continuing to create animations that simulate third dimension.

The famous z axis has been implemented in Actionscript version 3.0 of Flash CS4 and it’s simple to be used.

This is the first sample tutorial that shows how to use the property z with Flash CS4.

Read more

Share This Post Tags: , , ,

Related posts

{ 0 comments }