A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Gchat chatback

  1. #1
    Registered User
    Join Date
    Oct 2010
    Location
    Seoul
    Posts
    1

    Gchat chatback

    I'm wanting to create a custom chatback badge in Flash to match the other buttons on my site.

    I am a newbie to Flash using CS4. I don't have a preference of actionscript 2.0 or 3.0.

    I've figured out set up the url, but all I want to do is get the little dot next to my name that says whether I am online, busy or offline.

    It is an html code, and I dont know how to put it into Flash.

    Here is the html code:
    <img height="9" width="9" style="padding:0 2px 0 0;margin:0;border:none" src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqcng15qb6bh2sj39968hgt84bpohmhm2g2 j5i0s8fgp8itds2env8t57ls2ljlj7a3h3954efigl6oh9h9c3 n982sh9ho2uq0nna4krlpq4rehlltmbap5lbsg35hqfs10hrc2 n35oljtmuin10np7905aoo1qaj0&amp;w=9&amp;h=9" alt="">


    Many, many thanks.

  2. #2
    Senior Member
    Join Date
    Feb 2005
    Posts
    1,834
    You can try this.
    Code:
    var lLoad:Loader = new Loader();
    lLoad.load(new URLRequest("http://www.google.com/talk/service/badge/Show?tk=z01q6amlqcng15qb6bh2sj39968hgt84bpohmhm2g2j5i0s8fgp8itds2env8t57ls2ljlj7a3h3954efigl6oh9h9c3n982sh9ho2uq0nna4krlpq4rehlltmbap5lbsg35hqfs10hrc2n35oljtmuin10np7905aoo1qaj0&amp"));
    addChild(lLoad);
    .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center