FORUM

adiBlock

Home / Forum / Components Discussions / adiBlock

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


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


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


    #  /  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


    #  /  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


    #  /  posted on Oct 23, 2009

Please login to post replies.