A Flash Developer Resource Site

Search:

Type: Posts; User: daarboven

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    21
    Views
    58,909

    Sorry to dig out this old thread but I banged my...

    Sorry to dig out this old thread but I banged my head on this the whole morning so I thought I'd share my solution to help you out maybe:

    As a long time user of proxy.exe I went to open a bunch of...
  2. Replies
    2
    Views
    626

    In my (AS 1/2) projects i had to put the...

    In my (AS 1/2) projects i had to put the component in the library of the loading(main) movie to have it displayed in any other swf that uses the component and which i loaded at runtime. This is some...
  3. Replies
    1
    Views
    666

    if you make clever use of the AS soundObject, you...

    if you make clever use of the AS soundObject, you would attach your sound to two soundobjects and have them playing at different times...

    something like

    mySound=new Sound();
    myEcho=new...
  4. Replies
    2
    Views
    589

    this can be achieved with javascript controlling...

    this can be achieved with javascript controlling flash, but is kind of tricky to operate in different browsers.
    easier imho would be different swf movies in one page communicating via...
  5. _parent did the trick. thanks a load! :)

    _parent did the trick. thanks a load! :)
  6. asfunction doesn't work with textarea component?

    hi,
    in my current project i make extensive use of the mx pro textarea component, but today i found out it seems to not support
    asfunction like the standard dynamic textfield does.
    if i use:
    ...
  7. Replies
    10
    Views
    800

    use setInterval to let the slideshow run...

    use setInterval to let the slideshow run automatically, and use clear interval on your buttons. don't forget to use setInterval after clearing it again so the auto-function is triggered again.
  8. Replies
    2
    Views
    697

    a good thread on using external applications with...

    a good thread on using external applications with flash

    http://www.flashkit.com/board/showthread.php?threadid=519274&highlight=exec
  9. Replies
    1
    Views
    510

    if you used import to library, drag it on the...

    if you used import to library, drag it on the stage. if that does not work, pls. post an example.fla
  10. Replies
    2
    Views
    467

    the Flash Local Shared Object stores data the way...

    the Flash Local Shared Object stores data the way a cookie would do, so if you need to keep record of a users input for later use, that's the way to go. all other methods require backend third party...
  11. Replies
    2
    Views
    522

    scenes are crap, don't use them, but anyway: ...

    scenes are crap, don't use them, but anyway:

    on the first frame of your scene, make a label (click into the first timeline frame and in your property inspector on the left field called label,...
  12. Replies
    2
    Views
    621

    did you mean creating a font with a font cration...

    did you mean creating a font with a font cration tool like fontographer or did you mean to add a font family to the library of your flash movie to apply a style?
  13. Replies
    3
    Views
    4,782

    do a shape tween on both parts of the flame, for...

    do a shape tween on both parts of the flame, for more accuracy, use shape hints
    ...
  14. Replies
    8
    Views
    656

    you could transform them to .flv format with...

    you could transform them to .flv format with flash and then play them from every location they are stored in, and in comparison to embedded video its better due tue possible different frame rates on...
  15. Replies
    2
    Views
    590

    indeed can it be done with a localSharedObject...

    indeed can it be done with a localSharedObject and the date Object-both flash-standalone.
    first:check for your localSharedObject on the users computer. if none exists, prompt him with a form for new...
  16. Replies
    2
    Views
    479

    Re: movie clip load question

    why not just:

    on(release){
    _root.container.gotoAndPlay("some_label")
    }


    ???

    or is there another reason for reloading than change of the desired starting frame?
  17. Replies
    2
    Views
    515

    build a html page containing a meta refresh tag...

    build a html page containing a meta refresh tag after lets say 5 seconds to your plain html content and a flash movie on the same page with a getURL action to the page with flash content. if the user...
  18. Replies
    1
    Views
    547

    if you use the getURL command in flash, the...

    if you use the getURL command in flash, the specified file will be opened or downloaded depending on the file association the user made or the browser he uses....
  19. Replies
    5
    Views
    784

    ps the .txt file needs to be modified:...

    ps the .txt file needs to be modified:
    &questions=who is einstein?@what is relativity?@does god throw dices?&loaded=true&

    (wonder stimes where i got my mind...)
  20. Replies
    5
    Views
    784

    my bad, it has to be questionlist[counter]. ...

    my bad, it has to be questionlist[counter].

    furthermore, there has to be a loop checking if the variables loaded.

    and last i build in a checker on the button to detect the end of the list and...
  21. button in movie_b controls movie_a ...

    button in movie_b controls movie_a


    on(release){
    _parent.nextFrame();
    }
  22. Replies
    3
    Views
    547

    two possible solutions: 1.use a cookie which is...

    two possible solutions:
    1.use a cookie which is read before either the flashpage with intro or without intro is loaded.
    2.use the localSharedObject in Flash to determine if the user has seen your...
  23. Replies
    2
    Views
    511

    as i tried with a jpg which i split and lassoed,...

    as i tried with a jpg which i split and lassoed, i had 37kb before and after splitting-no change at all. you can always see the filesize of your swf when checking bandwith profiler on the view menue...
  24. Replies
    3
    Views
    450

    like this? number_of_buttons=12;...

    like this?

    number_of_buttons=12;
    for(i=0;i<number_of_buttons;i++){
    current=eval("_level0.b"+i )
    current.enabled= false;
    }
  25. Replies
    4
    Views
    651

    target=_blank

    target=_blank
Results 1 to 25 of 218
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center