Results 1 to 5 of 5

Thread: I need help with flash *very advanced*

  1. #1
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default I need help with flash *very advanced*

    I'm working on a member list for my clan, but for some reason php stops working some times when the image gets to much loaded at the same time, so I desided to remake those images in flash. But here it comes, the hard part of this is that the flash animations should get the info (like level, deaths, kills, ect) from internet by reading the warrock clan web page.

    So, idk if its possible in flash, but I allready made this in php.

    so with what do I need help?

    * Read a web page in the actionscript and change the caption of a label in my animation.

    I can make the animation and the labels myself. I allready did some researce and I might know a way to read the warrock page.

    any of you masterminds is realy experiensd and willing to help me? please pm me your msn

    thanks

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    [offtopic] sorry but that looks so awsome may i ask what type of clan is this [/offtopic]

  3. #3
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    warrock shoother game.

    but stop offtopic stuff please I'm looking for serious help.

  4. #4
    Join Date
    Aug 2008
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This can actually be done fairly easily.

    The way I did it was using the "FlashVars" component of the param tag.
    When you integrate a flash animation, include the param tag between the object tags, as follows:

    <object>
    <param name="FlashVars" value="variables here in GET format (Eg. name=somebody)">
    </object>


    You can then access the variables directly from flash. (In this case, you can access the "name" variable and get the value "somebody" when coding in actionscript.)

  5. #5
    Join Date
    Aug 2008
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh btw...I played warrock too lol.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. News Flash!
    By Queso in forum Blogs and Writing
    Replies: 7
    Last Post: 07-31-2008, 05:25 AM
  2. My game (Flash)
    By Fourscape in forum News and General
    Replies: 13
    Last Post: 05-16-2007, 11:31 PM
  3. Macromedia Flash 8
    By ub3r |<1||3r*1337* in forum News and General
    Replies: 8
    Last Post: 05-06-2006, 06:06 PM

Posting Permissions

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