A Flash Developer Resource Site

Search:

Type: Posts; User: zazuna

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    110,201

    yes of course and we all speak french

    yes of course and we all speak french
  2. Replies
    0
    Views
    793

    remove link underline in tlf text

    Hello

    I have just a simple code



    import fl.text.TLFTextField;

    var tlf:TLFTextField = new TLFTextField();
    tlf.x = 20;
  3. Replies
    6
    Views
    919

    thats my pleasure :)

    thats my pleasure :)
  4. thank you guyes I will try amf and tell about...

    thank you guyes I will try amf and tell about success :)
  5. Replies
    6
    Views
    919

    Hi I have found a class Key by senocular and made...

    Hi I have found a class Key by senocular and made a little sample after I used this class I had no problem anymore

    you can test it

    it is very simple test after you press shift or ctrl keys the...
  6. Replies
    6
    Views
    919

    the first what comes on mind is to set timer...

    the first what comes on mind is to set timer which calls a function which checks if shift or ctrl are still pressed :)
  7. Replies
    8
    Views
    1,410

    Hi I have created a myBullet class, i think so it...

    Hi I have created a myBullet class, i think so it is easyer to work and made some changes in the movement

    there should be:

    bullet.x +=Math.cos(characterAngle) * bullet_speed;
    bullet.y +=...
  8. accessing web-locations from local swf or exe

    Hello, I want to make such flash file, which would contact web content without asking an user to add the file in the allow list on adobe web-page,
    is it possible to make it without help of other...
  9. just a simple code :) import...

    just a simple code :)

    import flash.text.TextField;

    var tf:TextField = new TextField();
    tf.width = 200;
    tf.height = 200;
    tf.htmlText = "<a href='http://www.whatever.com'>whatever</a>"
    ...
  10. Replies
    4
    Views
    30,231

    Just type removeChild(mc), it worked by me

    Just type removeChild(mc), it worked by me
  11. Replies
    5
    Views
    1,534

    Hi I don't know if that is only problem but in...

    Hi I don't know if that is only problem but in the first code instead of " you have [ and in the second code you have i-0 and there should be i=0
  12. Replies
    1
    Views
    1,040

    Hi I suppose you have to make a duplicate...

    Hi

    I suppose you have to make a duplicate movieclip of the first and than everything will be ok

    for example if you want to make horizontal infinite scroll to left you must write something like...
  13. Hi, I like that decision too, as I see there...

    Hi,

    I like that decision too, as I see there is only way to understand which image it is from the text that is in the xml file, you can also just parse the filenames in xml and if theyr name...
  14. Replies
    26
    Views
    2,819

    hello, I suppose it is because of Flash player...

    hello, I suppose it is because of Flash player high security, when you add this site in trusted sites category it must work, but it is a little bit problem because than all users must do it
  15. Replies
    0
    Views
    686

    scaling movieclip not proportionally

    Hi, I have a Problem, I'm making the gallery where i want that when somebody clicks close the movieclip in which the actual picture is loaded turns a littlebit and goes backwards, thatswhy I want to...
  16. thanks, i wanted to know it too

    thanks, i wanted to know it too
  17. Replies
    1
    Views
    566

    you can just make the swf files like this ...

    you can just make the swf files like this
    movie1.swf
    movie2.swf
    movie3.swf
    movie4.swf
    movie5.swf
    movie6.swf

    and than in the main clip type
  18. Replies
    2
    Views
    700

    thanks a lot Jimbrowski , but I want to know if...

    thanks a lot Jimbrowski , but I want to know if flash can comunicate to mysql independently, without php or somthing other
  19. Replies
    2
    Views
    700

    [F8] connecting flash to mysql

    I want to connect Mysql and flash, as I know it's impossible without additional programs, could somebody tell me, if there is any way to make it?
  20. Replies
    3
    Views
    576

    you just need to put the following code on the...

    you just need to put the following code on the button

    on (release){
    getURL("http://www.otherclub.com", "_blank")}

    http://www.otherclub.com - is the website of other club
    _blank opens the page...
  21. Replies
    0
    Views
    429

    importing sound from swf

    is it possible in flash 8 to make such swf file that will record sound and than create mp3, which additional programs do i need?
  22. Replies
    62
    Views
    2,390

    I am very interested in such things, i read this...

    I am very interested in such things, i read this topic and I like the idea I'll test your code and if I'll find something interesting I'll tell you,
    Good Luck :)
  23. Replies
    40
    Views
    4,068

    [F8] how to create a multiplayer online game

    please tell me or give me a link how to create an online rpg, if i create a game in flash, i can make a pretty good games in flash but i don't know how can people play it on the server, actually i...
  24. Replies
    1
    Views
    349

    you do not need to create a movieclip button to...

    you do not need to create a movieclip button to achieve this , just make a simple button and put in its first frame a simple static image (or whatever you want) and in second frame insert keyframe...
  25. oh now i understand, thanks a lot, you're super :)

    oh now i understand, thanks a lot, you're super :)
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center