A Flash Developer Resource Site

Search:

Type: Posts; User: nubian niht

Page 1 of 9 1 2 3 4

Search: Search took 0.20 seconds.

  1. Can Flash Replicate This Photoshop Filter?

    can flash replicate the liquify -> pucker and liquify -> bloat photoshop filter tool?
    i've been doing extensive research on this and haven't found anything solid.
    however i did stumble upon one...
  2. Replies
    14
    Views
    769

    http://smiliesftw.com/x/kiss.gif :lovers: you...

    http://smiliesftw.com/x/kiss.gif :lovers:
    you are awesome!!!!!!
  3. Replies
    14
    Views
    769

    your support is truly awesome....i'll bow down to...

    your support is truly awesome....i'll bow down to that.
    it works....well....kinda. *gulp

    what seems to happen is that if any one of the cars is at the top of the dgList and it matches the...
  4. Replies
    14
    Views
    769

    that did it...awesome thank you! no freezing at...

    that did it...awesome thank you!
    no freezing at all.

    ok...you're going to hate me.
    i just realized something about what i'm trying to achieve and it's quite embarrassing simply because i thought...
  5. Replies
    14
    Views
    769

    thanks for your reply. with the code you...

    thanks for your reply.

    with the code you posted, actually this time, it freezes even when there is a match.
  6. Replies
    14
    Views
    769

    i'm running into a situation. as in my post...

    i'm running into a situation.
    as in my post prior to this i figured out why your code didn't work. silly me with forgetting to change a particular var name.

    finally i was ready to place your code...
  7. Replies
    14
    Views
    769

    thanks again, i found out what i was doing wrong....

    thanks again, i found out what i was doing wrong. :)
    i forgot to change something in the var.
  8. Replies
    14
    Views
    769

    some weird is happening. let's say i have the...

    some weird is happening.

    let's say i have the following below:


    ///////////////////////my_dg///////////////////////////////

    var myDP:Array = new Array ();
    myDP.addItem ({id:1,...
  9. Replies
    14
    Views
    769

    awesome, thanks!!!!!! :lovers:

    awesome, thanks!!!!!!
    :lovers:
  10. Replies
    14
    Views
    769

    Datagrid Matching/Compare help

    i've been searching and trying for weeks on how to compare values of two seperate datagrids.

    for example lets say i have a datagrid named mg_dg like this:


    var myDP:Array = new Array ();...
  11. Replies
    3
    Views
    606

    thank you both for your replies. it works. ...

    thank you both for your replies.
    it works.

    Musicman,

    can i also combine DELETE's all in one strings like you did with this?


    mysql_query("UPDATE inventory SET id_num ='$id_num', id_asset...
  12. Replies
    3
    Views
    606

    Please help with a command

    i currently have this in my php file.



    mysql_query("UPDATE inventory SET id_num ='$id_num' WHERE id_num ='$id_num'");
    mysql_query("UPDATE inventory SET id_asset ='$id_asset' WHERE id_num...
  13. that's exactly what it was. thank you!!

    that's exactly what it was.
    thank you!!
  14. Local machine vs Real Web Server issues

    i'm running into a flash and php issue.

    in my flash movie i have 3 text fields
    source: (type intput)
    criteria: (type input)
    result: (dynamic type)

    and a button with the following code:
  15. awesome thanks, i'll give this one a try

    awesome thanks, i'll give this one a try
  16. Damnit! This one is killing me, Help w/ Listener OBJ

    i have this listener object below.
    i also have a text area component called, "taPhoneNmbr", that you type a phone number into.

    what currently happens that the listener object will listen for...
  17. Please Help on modifying this function

    this is my send button below...

    sendBtn.onRelease = function() {
    subEmail = new Array();
    for (i=0; i<dgQue.length; i++) {
    var subDg = dgQue.getItemAt(i).Subscriber;
    var emailDg =...
  18. please help i've been told to use the clone();...

    please help
    i've been told to use the clone(); method but there's nothing solid i've been able to find in google or in the flash docs.
  19. my apologies for the late reply. sorry for...

    my apologies for the late reply.

    sorry for being a bit vague, though your script above would help me in the future, it's not quite what i was looking for.
    i'm basically looking for where in the...
  20. Please Help: duplicateMovieClip with filter effects

    i'm been spending hours and hours trying to figure this issue out but i cannot seem to solve it for the life of me. :confused:

    i have questions:

    i've been able to duplicate my movie but only...
  21. Please Help with understanding parameters being passed in a function

    how is it that the parameters being passed in the loaderListener.onLoadProgress function a reference of the mc doing the events? i'm having a hard time understanding this. :confused:



    var...
  22. thank you for you reply. please bare with me...

    thank you for you reply.

    please bare with me as my AS coding aren't the greatest.
    would it be something like this to preload muliple swfs?


    myListener = new Object();...
  23. Help with preloading mulitple swfs before playing?

    i've searched the forum and google but didn't really come up on anything solid except for this:
    http://www.flash-creations.com/notes/dynamic_loadjpg.php

    my as experience is ok but not enough to...
  24. bump...please help

    bump...please help
  25. Help identifying and locating event sub properties

    how can i find (possibly with flash help) the listing of sub properties for events?
    i would not know if sub properties even exist for an event if i'd not done a tutorial stating so.

    for example....
Results 1 to 25 of 213
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center