A Flash Developer Resource Site

Search:

Type: Posts; User: blur

Page 1 of 3 1 2 3

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    468

    Hi Guys, Go to http://www.pixelogic.org for an...

    Hi Guys,

    Go to http://www.pixelogic.org for an article I have written on intergrating XML with Flash 5. It covers many aspects and also touches on database and dynimac updating techniques.

    The...
  2. Replies
    1
    Views
    424

    testing the ip grab

    testing the ip grab
  3. Thread: www.pixelogic.org

    by blur
    Replies
    0
    Views
    239

    take a look at http://www.pixelogic.org any...

    take a look at http://www.pixelogic.org

    any comments, suggestions, payouts : all welcome ;}
  4. Replies
    4
    Views
    536

    Had a look

    I had a look but I didn't really understand it;

    Any ideas. What do I put in the updateAfterEvent(); function. When I put mouseMove it doesn't really do anything.

    I put it in and take it out but...
  5. Replies
    4
    Views
    536

    this is very weird

    Are you guys even experiencing the same problem as I am. If not let me know and I can put it into detail!

    Thanks

    ;}
  6. Replies
    4
    Views
    536

    Really weird enterFrame thing happening

    Hey guys,

    Take a look at this really weird enterFrame problem.

    Any ideas as to what is happening. I am getting a weird screen flicker type thing, as though the mouse co-ordinates are always...
  7. Replies
    1
    Views
    427

    Someone must be able to help me

    Doesn't anyone have any ideas?? I know it is boring, but I need help!

    Thanks Guys!!!
  8. Replies
    5
    Views
    614

    calm down!!

    This is the syntax you want

    on (release){
    blue._alpha=50;
    }

    if that doesn't work, if you object (blue) is on the main timeline try

    on (release){
    _root.blue._alpha=50;
  9. Replies
    1
    Views
    427

    Hi Guys, I am wondering if anyone can help me...

    Hi Guys,

    I am wondering if anyone can help me out with this mc scroller. I know what your saying, not another mc scroller. But mine is a little different. I am trying to work out a way to get this...
  10. Replies
    1
    Views
    399

    Hi guys, I am buying either FlashJester...

    Hi guys,

    I am buying either *********** Creator or Screenweaver. In your opinion which is better and why. Also, considering the huge price difference!

    Thanks
  11. Replies
    7
    Views
    686

    Thanks eXitus, I knew that CDATA existed, but...

    Thanks eXitus, I knew that CDATA existed, but didn't know what for. Also, thanks for the site comments SuperMario, not fully launced yet but soon to be!!
  12. Replies
    7
    Views
    686

    Ooops!

    Maybe I didn't make myself clear, but I want to be able to read in an XML file (which I can do successfully), but this XML file has to contain html in it like <b></b> tags.

    Ie.

    <blur...
  13. Replies
    7
    Views
    686

    Hi Guys, Can html tags such as ,...

    Hi Guys,

    Can html tags such as <b></b>, <i></i> be incorporated into XMl which then gets read into Flash.

    Basically I need to know if Flash will understand that < is only a html tag and not a...
  14. Replies
    3
    Views
    437

    Hi guys, Can an MC find out it's own name? ...

    Hi guys,

    Can an MC find out it's own name?

    ie/

    _root.tellMe = this._name;

    I tried this but it doesn't work.
  15. this is pretty simple. Put all of this code...

    this is pretty simple.

    Put all of this code within a function which you should put on a frame in your main timeline.

    ie

    function buttonCode() {
    // button code goes in here
    }
  16. Replies
    10
    Views
    444

    insane_poet, zip up your file straight away...

    insane_poet,

    zip up your file straight away and email it to me. I will fix this asap. I think I know what is going wrong. It might have something to do with targeting and it not being on _level0...
  17. Replies
    10
    Views
    444

    easy

    If you are using Flash 4 then simply use eq instead of ==

    eg.

    If (myusername eq user1)
    Set Variable: "password" = "user1pass"
    Go to and Stop (10)
    Else If (myusername eq user2)
    Set...
  18. Replies
    3
    Views
    686

    No worries :]

    No worries :]
  19. Replies
    2
    Views
    508

    Hi Quickie640, The code you have shown for...

    Hi Quickie640,

    The code you have shown for loading is correct and obviously is since this exact code worked last time. The error is in the parsing of the xml.

    Do you have whitespace's in your...
  20. Replies
    10
    Views
    444

    == not =

    The problem here is in your if statement your are using:

    if (myusername = user1) {

    when it should be

    if (myusername == user1) {

    The = sign is used to give something a value where the ==...
  21. Replies
    3
    Views
    686

    Okay... Can you see the trash can, that is used...

    Okay... Can you see the trash can, that is used to delete a layer in flash. Okay.. to the right of this there are four little icons, the third one along (it has two purple coloured squares) is used...
  22. Replies
    1
    Views
    213

    Only way I know is to use: 01 02 03 04 05...

    Only way I know is to use:

    01
    02
    03
    04
    05
    06
    07
    08
  23. Thread: with

    by blur
    Replies
    8
    Views
    520

    What are you doing inside the the with() call....

    What are you doing inside the the with() call. Maybe this is the problem. FlashGuru has posted the correct syntax.

    Try using the dot syntax just to see if what you are doing inside the with() call...
  24. hmm..

    Not really understanding to well, but you seem to be using ver 4.0 ActionScript syntax. Jump on over to v5 syntax. Much easier and precise to use.

    Eaxmples.

    to call /card/cardtarget1 on the...
  25. Replies
    3
    Views
    459

    Woops!!

    Sorry guys,

    I answered my own question... I had a mistake in my syntax.

    I had "status1 = pixelList[0].nodeName.attributes.month;"

    instead of "status1 = pixelList[0].attributes.entries;"
    ...
Results 1 to 25 of 74
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center