A Flash Developer Resource Site

Search:

Type: Posts; User: haseppa

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    323

    Better quality scaling of images

    Hi.

    Does anyone know how sites such as this one:
    uliheckmann
    scale the images, when altering the browser size.

    The images seem to remain crystal sharp at any size, without any ugly aliased...
  2. component height, when loading html text from xml file

    Hi.

    I'm creating components based on variables that I read from an xml file.

    I'm having dififculties in determining the height of a component, because it appears that flash hasn't got enough...
  3. A very fundamental loadVariables question.

    Could someone, please post an example for the following simple problem:

    I have a .php -file that says:

    myVar="<p class='one'>viestiä</p><br>"

    I read this with loadVariables, but I get...
  4. Replies
    3
    Views
    514

    Reading a plus-sign

    I'm having problems in reading a plus-sign from a .txt-file with loadVariables.

    For example tracing : myVar = "+358 050 547 5908"

    returns:

    " 358 050 547 5908" (plus-sign is replaced by a...
  5. Default player detection with flash mx 2004 pro

    I created a simple movie which should detect if the player is missing (with default options on "check flash player" checkbox).

    I then uninstalled flash player with the app found on macromedia...
  6. Thread: Only once

    by haseppa
    Replies
    2
    Views
    945

    Thanks

    I thank you greatly, sir.

    — Harry S
  7. Thread: Only once

    by haseppa
    Replies
    2
    Views
    945

    Only once

    A very simple question:

    What is the best way to perform a certain task only once (in case onLoad is not an option)?

    I always end up with structures like:

    If (onlyOnce<>1) {
    //do...
  8. Replies
    0
    Views
    275

    Does load variables cache data somehow?

    I'm trying to read two variables from a .php file with laodVariables.

    But variables change constantly

    Reading works fine, but occasionally it seems to cache the results somehow (in other...
  9. Replies
    1
    Views
    419

    Load Variables gives me false results

    Why on earth:

    trace (Number(this.card1Rank));

    returns 12 out of this (I am using loadVariables):

    &card1Suit=4&card1Rank=5&card2Suit=3&card2Rank=14&card3Suit=3&card3Rank=3

    and (just for...
  10. Replies
    4
    Views
    2,453

    Very well

    Thank you very much for your kind help. I'm pretty sure this does the trick.

    — Harry S
  11. Replies
    4
    Views
    2,453

    and that should be equal to writing: ...

    and that should be equal to writing:

    http://www.something.net/admin/begin.txt?action=startclean

    to the url field of a browser, right ?
  12. Replies
    4
    Views
    2,453

    Loading URL without window

    I would like to send a simple url-command like this:

    http://www.something.net/admin/begin.txt?action=startclean

    How to send it via Flash, without opening a window and actually displaying the...
  13. Thread: sharing things

    by haseppa
    Replies
    2
    Views
    387

    T H A N K Y O U

    THANK YOU!! ... and some more !!!


    You really saved my day (and how fast, you did that !)


    - Harry S
  14. Thread: sharing things

    by haseppa
    Replies
    2
    Views
    387

    sharing things

    I can't figure out the meaning of shared library documents provided with flash MX.

    If I want to have the same MovieClip to appear on two different swf:s, without loading it twice, then what do I...
  15. Replies
    2
    Views
    405

    Many thanks

    Thanks man.

    I'd say I owe you one, but there's propably not much I can help you with :)

    - Harry S
  16. Replies
    2
    Views
    405

    GetProperty with a string

    I'm having problem with this:

    if (getProperty(_parent.loadUI.content, _totalframes) >0) {
    trace("bla bla");
    }

    _parent.loadUI.content is a string-variable that contains the name of the movie...
  17. Replies
    1
    Views
    547

    Changing registration point dynamically ?

    I Couldn't find the answer from the previous questions and I'm way too stupid to use Flash native help file.. so here goes for all the gurus out there:

    Is there a way to change registration point...
  18. Replies
    2
    Views
    501

    Thanks

    Dang... Should have been more careful searching the answer for that on the Macromedia site. Anyways many thanks for help.. That will propably help a great deal.

    - Harry S
  19. Replies
    2
    Views
    501

    Plugin checker ?

    I've read all the tutorials here in flashkit about checking if the viewer has the flash plugin or not. None of those tutorials tell me how to proceed from there. I now know how to check it, but what...
  20. Thread: Fullscreen

    by haseppa
    Replies
    4
    Views
    589

    You've done more than enough. Thanks once more. ...

    You've done more than enough. Thanks once more.

    - Harry S
  21. Thread: Fullscreen

    by haseppa
    Replies
    4
    Views
    589

    thank you

    Many thanks. That was great help.

    I really think I've seen sites (can't remember any at the moment) that open up in fullscreen straight away. That would be like the Absolut-site, but even without...
  22. Thread: Fullscreen

    by haseppa
    Replies
    4
    Views
    589

    Fullscreen

    Hello there.

    Would anybody know the following:

    I'm trying to create a flash site that would open up in as big window as possible (depending on viewers resolution). So as soon as you type the...
  23. Replies
    0
    Views
    372

    I've wrote a simple script in flash MX for...

    I've wrote a simple script in flash MX for dragging two MC:s containing buttons (and stop dragging when mouse button is released).

    It seems to me, that I can't drag one clip over another because...
  24. Replies
    1
    Views
    413

    I have created an array like this: myArray[0]...

    I have created an array like this:

    myArray[0] = "January"
    myArray[1] = "February"
    myArray[2] = "March"
    myArray[3] = "April"

    Now I would like to know the array position where, say, "March"...
  25. Replies
    0
    Views
    359

    for some reason I'm not able to find a way to...

    for some reason I'm not able to find a way to create multiple curves by using variables.

    So:

    curveTo (x,y,xx,yy) works correctly

    but if I then, say, increase y by 10, then how to leave the...
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center