A Flash Developer Resource Site

Search:

Type: Posts; User: thomasoe

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    8,395

    Download and install red5 on your server, and you...

    Download and install red5 on your server, and you do not need FMS
  2. Replies
    8
    Views
    8,395

    Here you have LIVE stream, record and append...

    Here you have LIVE stream, record and append possibilities:

    http://osflash.org/red5
  3. Replies
    0
    Views
    2,289

    capture 1 frame from FLV

    Hi, I was wondering it is possible to capture 1 frame from an flv externally ? Say you had a flashplayer, and wanted to capture i.e. frame number 20 of an external FLV, would that be possible ?
    ...
  4. Replies
    4
    Views
    438

    I mean if you can trigger a function when the...

    I mean if you can trigger a function when the cursor has not moved in say 15 seconds. Anyone ?
  5. // FLASH DETECTION targetVersion = new...

    // FLASH DETECTION

    targetVersion = new Array(9,0,28,0); //define target version arrays

    flashVersion = System.capabilities.version; // output: WIN 8,0,1,0
    flashVersion_A = flashVersion.split("...
  6. Replies
    4
    Views
    438

    Action when cursor stops moving

    Hi

    I have seen flashsites where it seems that menus you have clicked at dissapear when the cursor has not moved for a while, is there anyone that knows how this is done ?

    Thanx :)
  7. Select and copy form content automatically

    Hi, is there a way to select all (ctrl+a) the content and copy it (ctrl+c) automatically? Like if i have a form with text, I would like to select all and copy the content from a button called "Copy...
  8. Replies
    0
    Views
    1,032

    mouse pointer scrubber seek

    Hi

    I have a scrubber similar to the one at gotoandlearn.com., a playerhead you can press and scrub forward and backwards with. What I would like to add to this, is if I put my mouse pointer any...
  9. Replies
    0
    Views
    679

    FLV will not stop and close

    Hi, I have exported a wmv-slideshow in Sorenson Squeeze 4.2 to FLV, and loaded it into my player. There i have the function:

    if(info.code == "NetStream.Play.Stop") {
    ns.close();
    }

    What...
  10. Adding name in Flash Player Settings menu

    When u right click a flashmovie, you can see properties like zoom etx., but how can you add text to this menu ? I have seen this done, but cannot find it.

    Thanx
  11. Replies
    47
    Views
    14,143

    How do you put this up in the html and flash...

    How do you put this up in the html and flash source ?
  12. Replies
    0
    Views
    555

    Preload stops movie and do not stream

    Hi

    I am preloading an external swf movie, but it seems that the movie is loaded in the browser cache before it starts playing. It to supposed to preload for a while, then start to play the movie...
  13. Replies
    8
    Views
    1,134

    Thanx, how will this look like if I wantet to...

    Thanx, how will this look like if I wantet to load external swf files into the mainfile ?
  14. Replies
    8
    Views
    1,134

    I want a preloader that works in realtime, that...

    I want a preloader that works in realtime, that it starts playing after perhaps 10 % of the movie is loaded. This means that when the movie is in the browser cache, it does not have to load again.
  15. Replies
    8
    Views
    1,134

    this is not a real preloader, it loads even if...

    this is not a real preloader, it loads even if the loaded file is in the cache.
  16. Replies
    8
    Views
    1,134

    I would like it to start playing after a little...

    I would like it to start playing after a little preload, så that it starts to play the already loaded frames, instead of playing after the whole file is downloaded.
  17. Replies
    8
    Views
    1,134

    Streaming, loading | downloading ext. files

    Hi

    I built a player for a year ago, loading external swf movies into a movieclip in a movie. Recently i have discovered that the browser (Firefox, IE) loads the movie, before it loads into my...
  18. Replies
    0
    Views
    377

    Task Scheduler

    Hi, I`d like to make a task scheduler, that trigger certain events, perhaps "get url" or start an mp3 player/playlist, on a specific, date, time, week etc. What i want to make, is a "radio", a...
  19. Replies
    6
    Views
    406

    thanx allot, it works

    thanx allot, it works
  20. Replies
    6
    Views
    406

    Ok it works now, but what if i want to reverse...

    Ok it works now, but what if i want to reverse it, that if the textfield has some tekst or numbers in it, what then shall i do ?
  21. Replies
    6
    Views
    406

    nope, it didnt work, the button is still visible...

    nope, it didnt work, the button is still visible even though the value of the variable is none.
  22. Replies
    6
    Views
    406

    visibility changing on loaded variables

    Hi, im loading some variables in my file from a textfile, and i want a button to be visible if there is a value in the variable, and not visible of theres no value of the variable. Can any1 help ?...
  23. Replies
    6
    Views
    749

    In fact so messy that i'll let it rest for a...

    In fact so messy that i'll let it rest for a while, thanx for the input.
  24. Replies
    6
    Views
    749

    Thats what im trying to to, i have a pointer, it...

    Thats what im trying to to, i have a pointer, it follows from start to finish in my design as the stiched files plays, and ends neatly when they all have finished where its supposed to end. The...
  25. Replies
    6
    Views
    749

    i have trouble connecting it with my stiched...

    i have trouble connecting it with my stiched files.
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center