A Flash Developer Resource Site

Search:

Type: Posts; User: android6011

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    733

    bump

    bump
  2. Replies
    3
    Views
    733

    heh, ive tried that but i dont exactly have a...

    heh, ive tried that but i dont exactly have a "fast" connection at home so it lags way to much
  3. Replies
    3
    Views
    733

    stream webcam

    I want to set up a private page on my server, that allows me to stream from my webcam, just so i can check up on things etc. I have no idea where to begin on this. can someone point me in the right...
  4. heh sweet. that did it. is there anyway to edit...

    heh sweet. that did it. is there anyway to edit the publish settings so i dont need all that extra? because i have an mp3 player that i am embedding in page with other things so I would like to keep...
  5. then what should I do?

    then what should I do?
  6. that didnt do it either, i used flash 8 a while...

    that didnt do it either, i used flash 8 a while ago, and the same code worked, im just trying to make a new player this code works as AS2 i just dont want a preset file name

    sound=new Sound();...
  7. AS2 should I use AS3?

    AS2 should I use AS3?
  8. how to get variable when in form *.swf?var1=OMG

    before I would just use code like this

    sound=new Sound();
    sound.loadSound(var1);

    and it worked, but now that I am using CS3 and such, its not working. how do i get the var1 variable?
  9. steam and play audio, not load then play

    I have a ghetto mp3 player put together, the only problem is that i want the audio to play immediately, but right now it loads the whole audio file then plays, which takes way to long. any...
  10. Replies
    2
    Views
    433

    well I can go to that url and it will...

    well I can go to that url and it will automatically let me download the flv, then I can embed it after i download it. so i dont know if thats it
  11. Replies
    2
    Views
    433

    video player

    I have an flvplayer that is controlled by a variable for the video source. If i use a source like omg.flv it will load fine. But if I use a source like ...
  12. control flvplayer video source with actionscript

    the solution i am currently using is I added a new video then use the following code to control the source. I was wondering how I can do the same thing but to the flvplayer built into flash 8


    ...
  13. Replies
    0
    Views
    348

    controlling mediaDisplay

    I was wondering how I can add a volume bar and seek bar and such to control my mediadisplay component. the only commands I have now are

    rewind_btn.onRelease = function(){
    // send the playhead...
  14. Replies
    3
    Views
    565

    I browsed those pages, and I would like to avoid...

    I browsed those pages, and I would like to avoid having to use javascript, and putting the variables in the source. I would like to just use a few lines of actionscript to actually grab the variable...
  15. script dies, causes browser to temporarily lock up

    First I would like to thank the users here who have helped me to get this far. The script I am about to show you works fine with small videos (tested with like 30 seconds fine) but larger videos...
  16. Replies
    0
    Views
    4,784

    make video full screen

    Ok, so I followed a tutorial that showed how to make a flv media player. It works by selecting a video from a list and making it the source of a componenet called video1. If I try to make the player...
  17. Replies
    3
    Views
    565

    get playlist name from url

    So I created an flv media player, but currently I have the playlist name built in. I want to know how to grab a playlist name from the url. Id rather not get it from the embed tag but if it would be...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center