A Flash Developer Resource Site

Search:

Type: Posts; User: raoul

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,647

    Swf to screensaver - save user settings

    Hi,

    I have this project where I have to create a screensaver from a swf.

    Many options on the Internet but it should be posible to save and read user input to a local file and verify the...
  2. Replies
    2
    Views
    5,518

    Thanks a lot, that will get me going!

    Thanks a lot, that will get me going!
  3. Replies
    2
    Views
    5,518

    youtube kinda video player, load functionality

    Hi,

    I can't figure out how to achieve something like on youtube. A video is being loaded, you click somewhere in the currently unloaded area, and the movie starts buffering from the clicked point...
  4. Replies
    0
    Views
    563

    TextFormat and fonts

    Hi,

    I am struggling to set the textformat of a textfield to the correct font. I am loading in a swf with a specific font type and different styles all in their own font class.

    Using...
  5. Replies
    1
    Views
    547

    I stripped the fla down to the 2 mc's, you can...

    I stripped the fla down to the 2 mc's, you can download it here:

    http://www.andasoft.com/temp/varsProblem.zip

    You will see the 2 mc's that will be instantiated at the top outside the stage...
  6. Replies
    1
    Views
    547

    setting vars in instantiated mc's

    Hi,

    I use this to create new instances of a movieclip:



    var myOnStageClip:MovieClip = this.text_mc;
    var myLinkage:Class = Class(getDefinitionByName(getQualifiedClassName(myOnStageClip)));...
  7. Replies
    2
    Views
    811

    Thanks jAQUAN! Is the setup of my swf correct...

    Thanks jAQUAN!

    Is the setup of my swf correct if I use this approach?

    Because now I get the error:

    "1180: Call to a possibly undefined method ArialClass"

    on the line:
  8. Replies
    2
    Views
    811

    using embedded fonts loaded from swf

    I searched around, tried several things but I cannot get this to work.

    My current approach:

    - Created a seperate swf with 2 fonts in the library, linkage "_Arial" and "_ArialBold". "_ArialBold"...
  9. Replies
    2
    Views
    557

    hmmm, that probably is the reason, I will check...

    hmmm, that probably is the reason, I will check that, thanks!
  10. Replies
    2
    Views
    557

    MovieClip instances and removeChildAt

    The code below creates new instances of 2 MovieClips, seems all fine.



    var myOnStageClip:MovieClip = this.text_mc;
    var myLinkage:Class =...
  11. Replies
    2
    Views
    1,249

    Thanks, Works well now!

    Thanks, Works well now!
  12. Replies
    2
    Views
    1,249

    color conversion object to uint

    Hi,

    I am trying to set selectedColor of the colorPicker component to the color of a TextFormat. colorPicker.selectedColor is of type uint and TextFormat.color of type object. I looked around and...
  13. Replies
    2
    Views
    584

    Thanks 5TonsOfFlax, I decided to use a seperate...

    Thanks 5TonsOfFlax, I decided to use a seperate class for this, it works well.
  14. Replies
    2
    Views
    584

    Loader Object instances

    Hi,

    It has been a while since I worked with flash and I am picking up AS 3.0 now.

    I have this project that should load jpegs from a server. I found that properties like x,y position etc are...
  15. Replies
    1
    Views
    1,351

    'cutting out' the actor...

    Hi,

    I have been asked to do a flash movie with video (new to me). I found a great deal of info but am stuck on this. The movie is a presentation but ideally only the actor should be used in the...
  16. Replies
    7
    Views
    593

    we need a flash banner

    hello all, we need a few flash banners
    please contact us via email with a price offer and way to contact you.
    please send your price offer to bingocard (AT) walla.com
  17. Replies
    2
    Views
    386

    just tested it, Thanks! raoul

    just tested it, Thanks!
    raoul
  18. Replies
    2
    Views
    386

    loadmovie problem with jpeg's

    Hi,

    It seems that flash can't load certain jpeg's. I was experimenting with loadmovie and couldn't manage to load the jpeg into the flashmovie (I double checked the file name on typo's). Then I...
  19. Yes, I see the swf but there is no connection...

    Yes, I see the swf but there is no connection although I do not receive the confirming message of this because of the problem I have with the onConnect eventhandler (see other thread). The textfield...
  20. Hi, I have this perl socket server which is...

    Hi,

    I have this perl socket server which is working fine locally. I tried to connect to the socket server from a remote system, which failed.

    Not sure if this is important info but the server...
  21. Replies
    8
    Views
    1,238

    ahh, yes, didn't think of that. Good to...

    ahh, yes, didn't think of that.

    Good to remember that in case I get to the point that things like you mentioned need to be implemented.

    Thanks!
  22. Replies
    8
    Views
    1,238

    Yes, I have looked at your perl server as well...

    Yes, I have looked at your perl server as well and the ruby server underneath it. Unfortunately, I don't know how to program in ruby.

    The script as it is now, seems to work fine. What kind of...
  23. Replies
    8
    Views
    1,238

    thanks again for trying to help! here is some...

    thanks again for trying to help!

    here is some of the code



    flash movie:

    server = "localhost";
    port = 4445;
  24. Replies
    8
    Views
    1,238

    Thanks Vaykent I quess I was making things to...

    Thanks Vaykent

    I quess I was making things to complicated.

    However I have problems invoking the onConnect eventhandler as the function handleConnect (in your example) is never executed.

    Both...
  25. Replies
    1
    Views
    708

    he gekke hollander ;) I am currently working...

    he gekke hollander ;)

    I am currently working on a multiuser project. I simply went to google and searched for keywords like "flash xml sockets" in combination with for example perl, java or jsp"....
Results 1 to 25 of 226
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center