Home / Components / Galleries & Slideshows / adiBlock /

adiBlock

46 purchases

barryccp Galleries & Slideshows adiBlock A clone of adid*s website alike Flash image block showcase. XML driven, easy to modify. $5 http://www.flashcomponents.net/component/adiblock.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/1947_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$5.00

buy now

Package includes: FLA

Flash Version: Flash CS3

Viewable with: Flash Player 9

Flash knowledge level: Basic

Action Script: ActionScript 3.0

Product ID:F0901947

Author:

barryccp

barryccp avatar

Collecting the ideas and turn them into flash components that functional, sleek and affordable.

Tags:

 

Recently viewed:

XML Website Template v2
Record Camera to FLV
Classic Thumbs Gallery
Realistic Water Effect with Photoshop Tutorial
PHP Flash Contact Form with HTML Labels
Sleepy animated preload!
XML Photo Gallery Image Gallery
XML Team Viewer
Custom FLV Player w/ XML Playlist
Calendar XML
Clouds animation
pageFlipper AS2
- AS3 Clone of adid*s website alike;
- All writen in AS3;
- Grid Layout Blocks;
- XML data;
- Upscalable Scene;
- Mutliple ActionLinks;
- 4 ways block expansion;
- 4 ways information panel slide.

$5.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by barryccp:

EZ Accordion

XML Easy-to-use Accordion Image Gallery and Menu.

More >>

discFlow

DiscFlow Design XML MP3 Player.

More >>

OmniShow XML

Made for your Portfolio showcase.

More >>

1 / 22

Featured components:

Karthick 3D Image Carousel

An advanced 3D image carousel with plenty of op...[+]

More >>

XML Driven Gallery - Set Menu

XML Gallery Menu - set: vertical, horizontal, g...[+]

More >>

PageTurn 3D

PageTurn 3D is a Flash component that allows yo...[+]

More >>

5 comments

Add comment

  • Dear There:
    We downloaded the component it is cool, but the action link not working, the code as follow
    <block name=“1” imageURL=“images/i1.jpg” row=“1” col=“1” row_span=“3” col_span=“3” min_width=“30” min_height=“30” max_width=“250” max_height=“200” fx=“100” fy=“50” trend=“9” panel_trend=“2” panel_color1=“0×000099” panel_color2=“0×0000D6” > <text>Panasonic Announces Official Lumix DMC-GH1 Pricing</text> <actionLink url=“http://www.yahoo.com.hk” window=”_blank”>There is action!</actionLink> </block>



    #  /  PM  /  posted on Jun 06, 2009
  • Hi, I am going to upload a lastest optimized and tuned source within this weekend, please kindly come back and download the new release source. Thank you for your purchase.



    #  /  PM  /  posted on Jun 06, 2009
  • Hi All,


    Please revisit and download the latest source if you had purchased and using the first release source. Many thanks.



    #  /  PM  /  posted on Jun 07, 2009
  • hi j'ai acheter adiblock,

    public function drawActionLink(_x:int,_y:int,_width:int,_height:int):void{
    var sp_frame:Sprite = new Sprite();
    sp_frame.name = this.name
    mc_container.addChild(tf_actionLink);
    this.addChild(tf_actionLink);
    //tf_actionLink.addEventListener(MouseEvent.MOUSE_OVER, mOver);
    tf_actionLink.y = 1;
    tf_actionLink.width = _width-15;
    tf_actionLink.height = _height;
    //tf_actionLink.background = true;
    tf_actionLink.backgroundColor = 0x000000;
    tf_actionLink.defaultTextFormat = blockTextFormat;
    tf_actionLink.text = "TESTING ACTION LINK";
    tf_actionLink.selectable = false;
    //tf_actionLink.mouseEnabled = false;
    tf_actionLink.addEventListener(MouseEvent.MOUSE_OVER, mOver);
    tf_actionLink.addEventListener(MouseEvent.CLICK, mClick);

    * je veux ajouter plusieurs liens et les nommer a ma façon...
    * et je veux que les nom diffères en fonction de chaque block

    Thx pour l'aide



    #  /  PM  /  posted on Aug 26, 2009
  • Hi.


    I have just bought this component, can you please explain the fx and fy (always equal to 100 and 50 in the given example) variables?
    I thought they were the initial position of the picture, but nothing seems to change even trying different values…
    Thanx



    #  /  PM  /  posted on Oct 23, 2009
Please login to post comments.