A Flash Developer Resource Site

Search:

Type: Posts; User: Irinelul

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    2,347

    yea i think i'll most likely use a 3d...

    yea i think i'll most likely use a 3d library...since i want to add more objects further.
    Thanks
  2. Replies
    5
    Views
    2,347

    no i simply want to know for example where i went...

    no i simply want to know for example where i went wrong in the 2nd fla i posted...
    i had never asked to get full code for this, just some friendly help and suggestions...what should i do...etc
    I...
  3. Replies
    5
    Views
    2,347

    any small ideas? :|

    any small ideas? :|
  4. Replies
    5
    Views
    2,347

    3d wireframe room

    I need to make a 3d wireframe room with the drawing api based on the example i posted(wonos.fla)
    I also posted my attempt but it's veery messy.
    Any help appreciated.
  5. Replies
    0
    Views
    471

    3d wireframe room with drawing api

    I need to make a 3d wireframe room with the drawing api based on the example i posted(wonos.fla)
    I also posted my attempt but it's veery messy.
    Any help appreciated.
  6. Replies
    1
    Views
    361

    Anyone? Or should i suppose it's just like that...

    Anyone? Or should i suppose it's just like that...
  7. Replies
    1
    Views
    361

    Image tag in single-lined textfield

    I searched everywhere ...still don't understand how to do this..
    I have a small 18x12 gif to load in a textfield...
    As i specified the textfield is small...single lined.
    I tried different...
  8. Replies
    0
    Views
    254

    combobox with external icons

    I have a customised v1 flash combox with icons so that it changes them according to data...These icons are stored in an mc each on it's frame...
    What i want to do...is get rid of them and using...
  9. Replies
    2
    Views
    1,655

    I have searched for information about this but i...

    I have searched for information about this but i haven't found too much. Instead i found some very little reference about comunication between flash lite and symbian c++ or java about using...
  10. Replies
    2
    Views
    1,655

    Bluetooth comunication

    Hello
    I was just wondering...
    Is it possible to have bluetooth connection and manipulate data between 2 mobilephones, for example.
    To make bluetooth multiplayer games using this player?
  11. Replies
    6
    Views
    657

    same thing only that this one does not use...

    same thing



    only that this one does not use the Math.random() function...it gets the integer directly(the min and max should be integers also...
  12. Replies
    6
    Views
    657

    why not simply use min=1 max=8000...

    why not simply use



    min=1
    max=8000
    poison=min+random(max-min)
  13. Replies
    2
    Views
    347

    u can try cubeBox = eval("txtCN" + loopMe);...

    u can try
    cubeBox = eval("txtCN" + loopMe);
    nameBox = eval("txtN" + loopMe);

    or omitting those two.. and write it directly in to the path...

    _root.names_mc["txtCN" + loopMe].htmlText =...
  14. Replies
    2
    Views
    494

    Anyone? :?

    Anyone? :?
  15. Replies
    2
    Views
    494

    i'm looking for anything that involves flash and...

    i'm looking for anything that involves flash and the word irc(Internet relay chat) :)
  16. Replies
    2
    Views
    494

    Irc client in flash

    Hello..
    Can anyone point me to a tutorial or something for making an irc client in flash...
    Php,java...no matter
  17. Try setting the actions for the "main" button in...

    Try setting the actions for the "main" button in frame(not directly on the button...).
    Dunno the reason :) but try!
    b1.onPress=function() {
    _root.main.gotoAndPlay(1);...
  18. Replies
    3
    Views
    1,958

    Well actually it's not a flash question :P. I was...

    Well actually it's not a flash question :P. I was just curious to know if it's possible to fade a pop-up window opened in IE,with javascript, coz i know that with javascript u can fade images;open...
  19. Replies
    3
    Views
    1,958

    pop-up window fade

    Hi...
    Is it possible with javascript to make a fading pop-up window(i mean from 0 alpha to 100)?
  20. Replies
    8
    Views
    454

    to center by width: mc._x =...

    to center by width:
    mc._x = (yourflawidth-mc._width)/2
    to center by height
    mc._y = (yourflaheight-mc._height)/2
    where mc is the emptymovieclip where u load the images...
  21. Replies
    8
    Views
    642

    Well....i guess it should be called a bug...:)

    Well....i guess it should be called a bug...:)
  22. Replies
    8
    Views
    642

    Are u sure it had 3083 after u loaded it? or...

    Are u sure it had 3083 after u loaded it? or 2880?(cropped)...coz i told my friend to try this stuff in flash mx(i use flash mx 2004) but...he had the same problem... :|
    If so plz! send me the fla...
  23. Replies
    8
    Views
    642

    Have you tried? Maybe only I am experiencing...

    Have you tried?
    Maybe only I am experiencing this glich :)
  24. Replies
    8
    Views
    642

    well...i could resize it..but... for example...i...

    well...i could resize it..but...
    for example...i have an image called "lolo.jpg" with width 1900 and height 4000
    I simply load the image into the mc and....the width remains the same....the height...
  25. Replies
    8
    Views
    642

    loadMovie("extra-large-image.jpg")

    I have a problem when loading into a mc (loader.loadMovieClip("extra-large-image.jpg")) an image with height and/or width bigger than 2880....the flash crops the image till 2880 (so it doesn't resize...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center