A Flash Developer Resource Site

Search:

Type: Posts; User: sandman99

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    2,133

    rollover and link with Toolkit for CreatJS

    I'm using flash CS6 and plan on using Toolkit for CreateJS. It's worked great for a motion tween animation I've done although does anyone know of a resource I can reference to know how to create a...
  2. Replies
    21
    Views
    34,648

    This is solved. Thank you once again fruitbeard.

    This is solved. Thank you once again fruitbeard.
  3. Replies
    21
    Views
    34,648

    this view may be easier to read stop();...

    this view may be easier to read




    stop();

    var dataCenter:String = "us2";
    var apiKey:String = key;
    var splitLinks:Array = new Array();
  4. Replies
    21
    Views
    34,648

    Hello Fruitbeard With your great explanation...

    Hello Fruitbeard

    With your great explanation above it's worked. Thank you very much for that once again.

    It's almost done now. Below is the script minus the variable definitions at the start...
  5. Replies
    21
    Views
    34,648

    Thank you. I did download the file and test it. ...

    Thank you. I did download the file and test it. It traced but the link did not work. Although with your explanation I should be able to troubleshoot it. Will let you know. Thank you!
  6. Replies
    21
    Views
    34,648

    Therefore if you get the link www.google.com and...

    Therefore if you get the link www.google.com and make it www.google ||| .com then how would that link work? ourl + allid equals a seemless url. Therefore if you break it up with ||| inbetween that...
  7. Replies
    21
    Views
    34,648

    Thank you for this. Although the problem with...

    Thank you for this. Although the problem with this is that the link url gets altered so it won't work but it does trace the allid.

    For example if i had something working like this:

    a...
  8. Replies
    21
    Views
    34,648

    Hello 1. is correct 2. is correct 3. When...

    Hello

    1. is correct
    2. is correct
    3. When one of the 10 loaded links is clicked it has a unique ID (allid) different to the other 9 links. Therefore I'm trying to do a trace to figure out the...
  9. Replies
    21
    Views
    34,648

    I'm referring to the original script above in the...

    I'm referring to the original script above in the first post (the split feature you've put is very useful but not needed for what I'm trying to get). By the time it's got to function linkComplete...
  10. Replies
    21
    Views
    34,648

    I think this will help. The above displays a...

    I think this will help.

    The above displays a list of items. Say there are 10 items displayed. Each displayed item has an ID (variable allid above). So when you click on the first item it...
  11. Replies
    4
    Views
    2,222

    my apologies. It should have been: ...

    my apologies. It should have been:

    trace(array.push(targ));
  12. Replies
    4
    Views
    2,222

    Don't understand my trace results

    To my knowledge the 'push' command in an array will add one more item. Therefore why does the following script trace 2,4,6,8,10 instead of 1,2,3,4,5



    var array:Array = new Array();

    for (i...
  13. Replies
    21
    Views
    34,648

    Also could you explain this one to me: ...

    Also could you explain this one to me:

    linkTarget = new URLRequest(splitLinks[0]);
  14. Replies
    21
    Views
    34,648

    thank you fruitbeard I want to store the allid...

    thank you fruitbeard

    I want to store the allid clicked into a variable and use it later with a different url. Therefore the above is either click a link with the allid or without. I will play...
  15. should just be a on key pressed nextFrame ......

    should just be a on key pressed nextFrame ... maybe paste your code
  16. Replies
    21
    Views
    34,648

    store list id into variable from my xml feed

    I have a variable below called allid which has all the list id's for the generated campaigns. How can I detect which id is clicked below? I've tried many things but I'm stumped.


    ...
  17. Replies
    0
    Views
    1,464

    html canvas feature

    if you use the html canvas feature in the new flash cc to make a project then will that be compatible on a windows phone?
  18. Replies
    5
    Views
    2,403

    ok, this works. No need to give instance name...

    ok, this works. No need to give instance name since it can be called via array. Thank you again.
  19. Replies
    5
    Views
    2,403

    does the following assign an instance name to...

    does the following assign an instance name to each object being attached? If so then why can't I target it.


    import flash.display.MovieClip;

    var wi:Number = stage.stageWidth;
    var hi:Number...
  20. Replies
    5
    Views
    2,403

    Thank you very much

    Thank you very much
  21. Replies
    5
    Views
    2,403

    attach 1 MC from library multiple times

    This attaches my MC from the library one time on the stage but I want it to attach it more than once. Anyone know what I'm doing wrong?


    import flash.display.MovieClip;
    var wi:Number =...
  22. yes correct, load xml and get bot url datas

    yes correct, load xml and get bot url datas
  23. The data is displayed in the linkComplete...

    The data is displayed in the linkComplete function right now via:

    m_txt.text = "Clicks = " + op + " and " + "Unique Clicks = " + ust;

    I want to add in an addition item (opens) which is...
  24. Thank you again. I want to call on the data from...

    Thank you again. I want to call on the data from that secondary URL in the LinkComplete function but I don't want it to display in the m_txt when in the completeHandler function. Your suggestion on...
  25. pull data in one function from two xml urls

    Here is the code I'm working with (below) largely thanks to Fruitbeard. It's working just fine.

    In the function CompleteHandler it calls a xml feed in the variable surl which is

    http://" +...
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center