Home / Components / Galleries & Slideshows / adiBlock /
adiBlock
46 purchases
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
Package includes: FLA
Flash Version: Flash CS3
Viewable with: Flash Player 9
Flash knowledge level: Basic
Action Script: ActionScript 3.0
Product ID:F0901947
- All writen in AS3;
- Grid Layout Blocks;
- XML data;
- Upscalable Scene;
- Mutliple ActionLinks;
- 4 ways block expansion;
- 4 ways information panel slide.
$5.00
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:
Featured components:





















5 comments
Add comment
kccaps
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
barryccp
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
barryccp
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
aka.hans
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
ilgriso
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