A Flash Developer Resource Site

Search:

Type: Posts; User: blanius

Page 1 of 20 1 2 3 4

Search: Search took 2.61 seconds; generated 27 minute(s) ago.

  1. Replies
    3
    Views
    2,782

    Looking forward to seeing this

    Looking forward to seeing this
  2. Replies
    2
    Views
    1,213

    example

    74359

    Sorry it took me a minute to whip this up as I'm a little out of practice, But here is a simple example of what you want

    basically just created a simple 10 frame movie and added a...
  3. I use SWF studio, it's still great.... Only issue...

    I use SWF studio, it's still great.... Only issue is not cross platform.
  4. Replies
    4
    Views
    1,660

    Little trick you could try: Grab a screen shot...

    Little trick you could try:

    Grab a screen shot of the last frame of the first scene, add it to a blank frame at the start of the next scene and animate that by putting it into a movieclip
  5. Replies
    2
    Views
    1,087

    v7-AS3 Since you don't provide enough information to be...

    Since you don't provide enough information to be sure this is what you need.... I'll assume you are creating a projector and have a button named btn1



    Something like this...
  6. Replies
    1
    Views
    2,295

    v7-AS3 Help with component

    Hoping Wilbert can help me out here:

    I wanted to use the following


    package com.example.programmingas3.socket {
    import flash.events.*;
    import flash.net.Socket;
    import...
  7. Replies
    3
    Views
    12,929

    It's unlikely you will get what you need. There...

    It's unlikely you will get what you need. There has been no support from 3DFA in a few years now
  8. Replies
    3
    Views
    2,313

    Actually found it now it was in the CS4 examples

    Actually found it now it was in the CS4 examples
  9. Replies
    3
    Views
    2,313

    It and other pages I've found all point to ...

    It and other pages I've found all point to
    http://www.adobe.com/devnet/flash/samples.html

    Maybe I'm dense but can't find it there, I've downloaded several of the files on that page
  10. Replies
    3
    Views
    2,313

    com.example.programmingas3.socket.Telnet

    Anyone know where I can find this?
  11. Replies
    3
    Views
    1,070

    v7-AS3 You should try running the debug version of...

    You should try running the debug version of flashplayer when testing, it makes sorting this kind of thing out much easier..

    When I run your code it's as Wilbert suggest I get an error that...
  12. Replies
    19
    Views
    12,204

    Overall it's fine but I can't tell the status of...

    Overall it's fine but I can't tell the status of threads, those icons look too much alike
  13. Replies
    4
    Views
    2,410

    v7-AS3 http://code.google.com/p/as3crypto/ And cool...

    http://code.google.com/p/as3crypto/

    And cool if you want to encrypt and send to PHP then decrypt
    http://flashcodetips.blogspot.com/2011/07/low-level-string-encryption-using-php.html
  14. Thread: Action Script

    by blanius
    Replies
    3
    Views
    3,310

    Good to see you back dude

    Good to see you back dude
  15. Thread: KoolExchange

    by blanius
    Replies
    377
    Views
    333,170

    Sticky: New uploads

    There are a couple of new AS1 uploads on the Exchange
  16. try: res.load("/textfiles/theband.txt"); or...

    try:
    res.load("/textfiles/theband.txt");

    or
    res.load("../textfiles/theband.txt");
  17. Thread: 3dfa game

    by blanius
    Replies
    3
    Views
    15,824

    226 fun game

    226 fun game
  18. Replies
    7
    Views
    2,335

    is this web based? if not load as you go is the...

    is this web based? if not load as you go is the only way to go.
    There is a great component called loadermax that makes this easier and it's going to be faster than trying to import that many
    ...
  19. Replies
    7
    Views
    2,335

    You load 800 images and your flash file will be...

    You load 800 images and your flash file will be insanely huge. Better to load them as you need them
  20. Replies
    2
    Views
    1,070

    Why a dynamic textfield? First thought I had was...

    Why a dynamic textfield? First thought I had was a table component, a table of buttons built dynamically.

    Then it occurred to me that perhaps a static build is all that is required.

    Taly, make...
  21. Thread: Canvas

    by blanius
    Replies
    4
    Views
    994

    well for starters I'm not sure that is what you...

    well for starters I'm not sure that is what you wanted to do.... Secondly you might have tried searching the forum as this has been answered in detail a number of times..

    So IF what you want is...
  22. Thread: Canvas

    by blanius
    Replies
    4
    Views
    994

    and if you mean you want a transparent background...

    and if you mean you want a transparent background then set that in movie properties and in you html output
  23. Thread: Action Script

    by blanius
    Replies
    3
    Views
    3,310

    Since Koolmoves is AS3 compatible, most any site...

    Since Koolmoves is AS3 compatible, most any site teaching AS3 will be of enormous help. In my Sig there is also a link to the AS3 online docs which I use often.

    Start with learning how to place a...
  24. Thread: swf background

    by blanius
    Replies
    11
    Views
    7,645

    Dock! where have you been hiding?

    Dock! where have you been hiding?
  25. Replies
    2
    Views
    811

    Good tutorial here...

    Good tutorial here http://www.republicofcode.com/tutorials/flash/twitter_widget/index.php
Results 1 to 25 of 492
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center