A Flash Developer Resource Site

Search:

Type: Posts; User: Hoolio

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,486

    With flash player 5 you could fake the video with...

    With flash player 5 you could fake the video with jpg sequences. You could still do that if you want. Export from quicktime pro to jpg sequeces and import them. Then import the audio and you're set....
  2. Thread: Hilarious Video

    by Hoolio
    Replies
    5
    Views
    1,298

    The proxus folkes said I could use thier design...

    The proxus folkes said I could use thier design but I wrote the brains behind it. It was a progressive loaded flv.
  3. Thread: Hilarious Video

    by Hoolio
    Replies
    5
    Views
    1,298

    Hilarious Video

    NT support dropped.... This was a sneaked link that was sent to me.

    http://www.novell.com/linux/windowstolinux/publicservice/

    Enjoy!

    Jake
  4. Replies
    16
    Views
    6,878

    Ok.. one more try :-) That if statement should...

    Ok.. one more try :-)

    That if statement should have been this:

    if (myInputStream.time < endtime) {


    when I cut and pasted it into the window it got rid of my code.

    Here it is again:
  5. Replies
    6
    Views
    2,387

    Like I said above... you will need to set the...

    Like I said above... you will need to set the audio quality to be what you want it to be. If you leave it at the default then it won't be as high quality as it could be. So no.. the flash comm server...
  6. Thread: dammed...

    by Hoolio
    Replies
    1
    Views
    1,609

    write the scores to a db. That should solve your...

    write the scores to a db. That should solve your problem.
  7. Replies
    1
    Views
    1,340

    The flash comm server can only stream flv files...

    The flash comm server can only stream flv files currently. Sorry.
  8. Replies
    6
    Views
    2,387

    I haven't had real quality problems streaming...

    I haven't had real quality problems streaming audio. Have you tried tweaking the audio rate? If you are using an external mic to pick up the speakers audio just do something like this:
    ...
  9. Replies
    16
    Views
    6,878

    I haven't had any problems with it restarting. It...

    I haven't had any problems with it restarting. It has been working well for me... sorry. :)
  10. Replies
    4
    Views
    2,435

    True psychlonex it is possible. I'll give you my...

    True psychlonex it is possible. I'll give you my slant on it. Whether you have pre-recorded or live audio/video stream you can control each of these the same in respect to audio/video source.
    ...
  11. Replies
    2
    Views
    1,602

    Answer

    To answer your question.. yes this can be done. You would use the server Shared object to allow for multi player interaction. And then with the server create different instances of the game to allow...
  12. Replies
    1
    Views
    1,414

    stream stream

    The client side flash should be able to determine if you have a suitable video input to stream. It would do this automatically. You could always run this script to inform you of all of your possible...
  13. Thread: http ?

    by Hoolio
    Replies
    1
    Views
    2,295

    http.. no go

    The flash server can only run, for the time being, on a windows server.(soon they will have it for linux) With this in mind you would need to actually install the flash comm server on the windows box...
  14. Replies
    16
    Views
    6,878

    Buffering the video

    I have succesfully done this without much hassel. The Odopod example has some typos in it as well as some structural things that don't work. I think the article was just written quickly and without...
  15. Thread: Streaming issue

    by Hoolio
    Replies
    2
    Views
    1,355

    Answer....

    Ok all.. I found my answer. When you create a folder under the application folder on the flash comm server you need to have a separate folder called streams. Inside of that you need a folder called...
  16. Thread: Streaming issue

    by Hoolio
    Replies
    2
    Views
    1,355

    Streaming issue

    I have a simple flv file set up to stream. I have coded my client side flash like so:

    connection = new NetConnection();
    connection.connect("rtmp://localhost/stream");
    subscribeStream = new...
  17. Replies
    3
    Views
    1,756

    No open standard

    Flash uses a streaming protocol: RTMP (Real Time Messaging Protocol) developed by Macromedia. It isn't open. You will need the Flash comm server to do real streaming otherwise you are stuck with...
  18. Replies
    3
    Views
    1,883

    What I am trying to do won't be in real time......

    What I am trying to do won't be in real time... Just sort of a re-broadcast of a previously recorded audio piece. What format would this audio need to be in? FLV? SWF? or can it handle mp3?
  19. Replies
    3
    Views
    1,883

    Just wondering if anyone has set up the comm...

    Just wondering if anyone has set up the comm server to stream just audio... no video. How is this different from the video method? Any suggestions would be much appreciated.
  20. Thread: string.slice

    by Hoolio
    Replies
    3
    Views
    493

    Thanks etcettra, That works great! Appreciate...

    Thanks etcettra,
    That works great! Appreciate the help.
  21. Thread: string.slice

    by Hoolio
    Replies
    3
    Views
    493

    Thanks etcettra, That works great! Appreciate...

    Thanks etcettra,
    That works great! Appreciate the help.
  22. Thread: string.slice

    by Hoolio
    Replies
    3
    Views
    493

    I'm trying to cut the first part of a sring off....

    I'm trying to cut the first part of a sring off. In the actionscipt help it mentioned this slice funcion but I can't seem to get it to work. Any tricks or ideas?

    Thanks
  23. Replies
    1
    Views
    415

    I've not heard of a solution to this issue i'm...

    I've not heard of a solution to this issue i'm having and have tried to cover my butt so I don't seem like a....well...you know what. Anyway, I want to check if a certain file exists in the same...
  24. Thread: code?

    by Hoolio
    Replies
    1
    Views
    374

    Just go into your publish settings and make sure...

    Just go into your publish settings and make sure your height and width is set to 100%. Then when you publish your set. Good luck
  25. Thread: Size of movie?

    by Hoolio
    Replies
    2
    Views
    378

    All you need to do is go into your publish...

    All you need to do is go into your publish settings and make sure your movie width and height is set to 100%. It's all in the properties. And then when you publish it should be just fine. Good luck.
Results 1 to 25 of 58
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center