A Flash Developer Resource Site

Search:

Type: Posts; User: stoem

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    2,587

    sorry but no, remote SWFs cannot access local...

    sorry but no, remote SWFs cannot access local content, including FLV files
  2. Replies
    3
    Views
    1,013

    hi Steven, ns.time-2 won't work if you only call...

    hi Steven,
    ns.time-2 won't work if you only call it once (as it will evaluate only once).

    You could try a loop of some sort whereby you grab the current ns.time, then feed that into a loop which...
  3. Replies
    2
    Views
    851

    nice work! I don't know why your seek doesn't...

    nice work!

    I don't know why your seek doesn't work reliably (and I couldn't test it, I didn't see how to seek in your app) but there could be 2 reasons:
    - maybe your actual code is wrong and the...
  4. Replies
    7
    Views
    9,638

    like so:...

    like so:
    http://www.flashcomguru.com/index.cfm/2006/7/31/snapshottersources
  5. yep, you could write some classes (serverside AS1...

    yep, you could write some classes (serverside AS1 style classes using prototyping) and then instantiate them when needed.

    also if all your clients need to be able to call these functions then you...
  6. Replies
    1
    Views
    707

    a) dunno b) live flash video (through Flash...

    a) dunno
    b) live flash video (through Flash Media Server) uses Spark, prerecorded flash video can use Spark or VP6
    c) live flash: Nellymoser, prerecorded: Nellymoser or mp3

    HTH

    stoem
  7. Replies
    7
    Views
    9,638

    What I'm doing is converting the flv video...

    What I'm doing is converting the flv video recording (the flv file) to jpg on the serverside.
  8. Replies
    7
    Views
    9,638

    I got one too...

    I got one too
    http://www.flashcomguru.com/apps/snapshotter/

    :-)
  9. thsi program...

    thsi program http://www.softcab.net/soft/Utilities/FileManagement/TotalVideoConverter.html
    also seems to accomplish Nellymoser flv conversion - not sure how as I doubt they've paid Nellymoser...
  10. Replies
    2
    Views
    4,201

    shameless plug: if it helps you could spend $79...

    shameless plug:
    if it helps you could spend $79 on the chat app I sell on my site, it may teach you a few common tricks.

    stoem
  11. it's not really possible right now due to the...

    it's not really possible right now due to the stupid 'I-lock-you-in' Nellymoser codec. We've got to wait until the promised converter shows up on labs...
  12. Thread: Best book?

    by stoem
    Replies
    1
    Views
    1,079

    this is the only dedicated FCS book:...

    this is the only dedicated FCS book:
    http://www.oreilly.com/catalog/progflashcs/

    I highly recommend it.

    stoem
  13. Replies
    2
    Views
    2,304

    this should be really easy, your new player just...

    this should be really easy, your new player just needs to pick up the variables that you are passing in such as autoStart and file and use those to decide if and what to play...

    stoem
  14. Replies
    1
    Views
    2,173

    I've never tried this in Final Cut but could you...

    I've never tried this in Final Cut but could you use the video eoncoder that ships with flash8, just to see if that's any better?

    Sorenson Squeeze works well for me.

    stoem
  15. are you using FLVPlayback to play the video?

    are you using FLVPlayback to play the video?
  16. Replies
    4
    Views
    4,357

    this is not something I had heard of before. Are...

    this is not something I had heard of before. Are you sure the metadata info is valid?

    There is another way of getting the width and height. Say your videoobject on stage (to which you attach the...
  17. Replies
    3
    Views
    1,819

    actually this example may help you, it shows how...

    actually this example may help you, it shows how to use timecodes to sync captions to a video. Source files are posted.
    http://www.flashcomguru.com/index.cfm/2006/4/4/filtercaptions

    stoem
  18. Replies
    3
    Views
    1,153

    sorry to butt in here but shouldn't that syntax...

    sorry to butt in here but shouldn't that syntax be
    my_so = SharedObject.getRemote("somename", nc.uri, true);

    Otherwise it's not a remote SO right?
  19. Replies
    3
    Views
    1,819

    yeah absolutely, Flash Video supports several...

    yeah absolutely, Flash Video supports several types of cue points. Some are 'baked' into the video (a cue point produces a keyframe) whereas others are independent from the video file.

    If you open...
  20. Replies
    1
    Views
    757

    check out the server side documentation on...

    check out the server side documentation on Client.call

    stoem
  21. Thread: stream or embed

    by stoem
    Replies
    4
    Views
    1,319

    external flv gives you more flexibility that's...

    external flv gives you more flexibility that's for sure. If you can go with Flash8 and the new codec then you can achieve decent quality at tiny bitrates. I did have a 56kbps video clip somewhere......
  22. Replies
    1
    Views
    1,006

    yeah, you can use something like this inside an...

    yeah, you can use something like this inside an interval until .width and .height are != 0



    // we listen to the width and height of the videoobject. This is
    // broadcast in the first...
  23. Replies
    2
    Views
    909

    yes Player 7 only supports Spark. To use ON2 VP6...

    yes Player 7 only supports Spark. To use ON2 VP6 your users need player 8.

    stoem
  24. Replies
    2
    Views
    1,403

    Jay's right of course. So yeah I use just 1...

    Jay's right of course.

    So yeah I use just 1 remote sharedobject and each letter has a data slot. Once released I send x and y coords to Flashcom and capture that data again inside the SO.onsync on...
  25. Replies
    6
    Views
    1,872

    contact me on stefan AT flashcomguru DOT com if...

    contact me on stefan AT flashcomguru DOT com if you are still interested. I got one or two chat apps on the shelf

    stoem
Results 1 to 25 of 52
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center