A Flash Developer Resource Site

Search:

Type: Posts; User: nameez

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    661

    help convert this to flash 8

    Hi,

    I have a file which i cant open in flash 8, and i dont have cs3

    can anyone save it for 8 and upload if i attach it here?

    Thanks
  2. Replies
    6
    Views
    544

    its not working!!! even new ones...

    its not working!!! even new ones...
  3. Replies
    6
    Views
    544

    So no one can figure this?? hmmm

    So no one can figure this?? hmmm
  4. Replies
    6
    Views
    544

    wats wrong with dynamic text field??

    i just added a dynamic text field and typed some text in it when i publish flash doesnt show the text. but when i right-click select all in the text box it shows.file attached

    wats wrong ????
  5. Replies
    0
    Views
    340

    [F8]goinginteractive menu effect

    http://www.goinginteractive.com

    the menu on the right bottom how its effect achieved can anyone give an idea?

    Thnks
  6. Replies
    3
    Views
    983

    thanks Steve ill try and let you know...

    thanks Steve ill try and let you know...
  7. Replies
    3
    Views
    983

    no one?

    no one?
  8. Replies
    3
    Views
    983

    [F8] Loading images from array

    i'm loading images into a scrollpane from an array using this function. works fine. but i want to make it so that images load after previous images finishes loading.

    loading function
    function...
  9. Replies
    3
    Views
    994

    how to pass values into onLoadInit? since the...

    how to pass values into onLoadInit? since the number of images can varie i cant figure how to pass the correct values to each image...

    Thanks
  10. Replies
    3
    Views
    994

    [F8] moviecliploader prob...

    i have and xml that passes these image details to be loaded into flash.

    image path, x,y,heigt,width, rotation

    i use moviecliploader and attachemovies with a for loop to load the images. but...
  11. Replies
    2
    Views
    754

    Thanks buddy helped a lot ;-)

    Thanks buddy helped a lot ;-)
  12. Replies
    2
    Views
    754

    [F8] Looping through object properties

    pic[
    {
    clip2:{
    clipRotation:{
    data:"36.21",
    attributes:{}
    },
    clipW:{
    data:"83.7",
    ...
  13. Replies
    3
    Views
    422

    thanks man, seems array side of my brain isnt...

    thanks man, seems array side of my brain isnt working properly...hmmm
  14. Replies
    3
    Views
    422

    hello???

    hello???
  15. Replies
    3
    Views
    422

    [F8] Splice - whats wrong with this...

    i have a problem deleting movieclips attached to a empty MC and pushed into an array in the empty mc.

    im using splice method.it seems doesnt when deleting mc's randomly.

    here's the code and fla...
  16. Replies
    1
    Views
    490

    hmmmm no one??? good for anyone comes across...

    hmmmm no one???

    good for anyone comes across something like this in future i found the solution

    for(i=1;i<=5;i++) {
    trace(input_obj.item[0].catagory[0].product[0]["size"+i]);
    }
  17. Replies
    1
    Views
    490

    [F8] [f8]Loop and trace

    i have an object called input_obj i want to trace a property value in it.


    trace(input_obj.item[0].catagory[0].product[0].size1);
    trace(input_obj.item[0].catagory[0].product[0].size2);...
  18. Thread: [f8]

    by nameez
    Replies
    1
    Views
    405

    [f8]

    i have an object called input_obj i want to trace a property value in it.


    trace(input_obj.item[0].catagory[0].product[0].size1);
    trace(input_obj.item[0].catagory[0].product[0].size2);...
  19. Replies
    3
    Views
    552

    cat_pointer.attachMovie("catagory_images",...

    cat_pointer.attachMovie("catagory_images", "img_holder"+i, cat_pointer.getNextHighestDepth(), {_y:115*i+5, _x:5});


    this attaches an empty movie and loads the images without a problem as well.the...
  20. Replies
    3
    Views
    552

    no one?

    no one?
  21. Replies
    3
    Views
    552

    Why not this codes not working!!!

    var cat_pointer:MovieClip = new MovieClip();
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    var cat_listner:Object = new Object();

    cat_listner.onLoadComplete =...
  22. Replies
    1
    Views
    493

    Vista Doesnt show text???

    I made banner for a client and it working fine, until he upgraded windows vista. now he says the text on the banner (which animates) doesnt show.its just static text tweened for animation

    anyone...
  23. Replies
    2
    Views
    588

    dmonkey, I'm not sure how to do the squares...

    dmonkey,
    I'm not sure how to do the squares moving effect, they r always thick near the white bar.if i put random squares moving it doesnt seem similar
    Thanks anyways
  24. Replies
    2
    Views
    588

    [F8] transition effect

    HI,

    Anyone can tell me how this transition effect is done in moving thumbs, heres the link you can see a sample

    http://www.picturetrail.com/flicks/samples?design=moving_thumbs

    Thanks
  25. Replies
    4
    Views
    610

    k Solved for anyone who comes a cross a similar...

    k Solved for anyone who comes a cross a similar thing, i got it solved by not returning the object to main function thats inside the onrealease event (ie var logStatus = getLoggedStatus()), but...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center