.
component categoriescomponent categories
overview
features
help & support
downloads
buy now

3.0/5
Report this file Ask author
Posted by : barryccp 36 purchases
Package includes: FLA
Opens with: Flash CS3
AS Version: ActionScript 3.0
Viewable with: Flash Player 9 and above
Flash knowledge required: Basic
Documentation: N/A


Demo 1



- 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.



Tagstags
Please « login » to add tags.

ilgriso ilgriso
 
Has bought the file

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

aka.hans aka.hans
 
Has bought the file

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

barryccp barryccp Component author
 

Hi All,


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

barryccp barryccp Component author
 

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.

kccaps kccaps
 
Has bought the file

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>


 
featured componentsfeatured components