A Flash Developer Resource Site

Search:

Type: Posts; User: dan_hin

Page 1 of 14 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    2,630

    what format are they stored in?

    what format are they stored in?
  2. Replies
    4
    Views
    4,202

    Except that that's about the most unreliable way...

    Except that that's about the most unreliable way to check the time of something in Flash. Cuepoints are the way to go...

    Dan
  3. Replies
    2
    Views
    3,094

    what is this for? I would say no....but I reckon...

    what is this for? I would say no....but I reckon you could simulate this by dynamically muxing the video and audio stream using ffmpeg prior to playback.

    if you want something that works like...
  4. you sound like you need to nest your text...

    you sound like you need to nest your text animation in a movieclip.

    then you can simply add some lines of code to the handler which deals with the "click on button" functionality, eg
    ...
  5. Replies
    4
    Views
    3,504

    Nope. There's literally nothing you can do to...

    Nope. There's literally nothing you can do to stop the most determined pirates. Even if you stopped people from jacking your streaming stuff, they could still record the screen with screen capture...
  6. Replies
    11
    Views
    7,863

    agreed, pot. now stop calling the kettle black!

    agreed, pot. now stop calling the kettle black!
  7. Eh? are you using flash 8 or below? On the...

    Eh? are you using flash 8 or below?

    On the timeline (in a locked layer name AS, gotta get those code conventions correct) in a frame which contains your flvplayback component.

    If you're not...
  8. sounds like you need smoothing on. I think it's...

    sounds like you need smoothing on. I think it's something like myFLVPlaybackComponent.smoothing=true but you'll have to check livedocs or flash help for that. it should sort the issues you've been...
  9. Replies
    2
    Views
    3,530

    to add to what the previous poster says: you can...

    to add to what the previous poster says: you can add cuepoints at rendertime and access them by creating a listener for the cuepoint metadata event.

    you can pause() a netstream object, and...
  10. Replies
    5
    Views
    3,774

    ah yes, I see what you mean. some jaggies on the...

    ah yes, I see what you mean. some jaggies on the v.

    have you tried rasterising your text at the "right" size in the source programme?
  11. Replies
    7
    Views
    4,500

    It's a function of streaming delivery. the AMS...

    It's a function of streaming delivery. the AMS minisite will explain it far better than I ever could :)

    Dan
  12. Replies
    8
    Views
    5,273

    you can use a program called handbrake...

    you can use a program called handbrake which is free and will encode to .mp4.

    Dan
  13. Replies
    5
    Views
    3,774

    well, my draconian firewall still won't let me...

    well, my draconian firewall still won't let me see it. doh.

    Despite the fact that I have yet to see your video, I can suggest a number of options:

    - increase the bitrate;
    - use a constant...
  14. Replies
    8
    Views
    5,273

    encode to .mp4. It's a different container but...

    encode to .mp4. It's a different container but quicktime can play it back as well as an .mov.

    Dan
  15. Replies
    18
    Views
    3,742

    change the container format from .mov to .mp4...

    change the container format from .mov to .mp4 (you'll need to reencode your source) and make sure you're exporting for and testing with flash player 9 and above.

    Dan
  16. Replies
    1
    Views
    2,883

    I think you are looking for some code which will...

    I think you are looking for some code which will control the scaling of the stage. Unfortunately (as far as I'm aware) this means that you will need to use two layered swfs.

    have a look at the as3...
  17. Replies
    7
    Views
    4,500

    You need to use a streaming media server. The...

    You need to use a streaming media server. The industry standard is Flash Media Server

    Dan
  18. Replies
    2
    Views
    3,882

    Finally. Someone has actually noticed...

    Finally. Someone has actually noticed...
  19. Thread: H264 codec

    by dan_hin
    Replies
    2
    Views
    3,199

    handbrake (http://handbrake.fr/) is open source...

    handbrake is open source (free) and delivers great results if you know how to use an encoder properly (i.e. aren't afraid to wait!!).
  20. have you got scaling or smoothing enabled for the...

    have you got scaling or smoothing enabled for the player? when you say import the videos to the stage, are you actually bringing the video in and embedding it in the timeline, or are you using the...
  21. Replies
    5
    Views
    3,774

    I'll check this when I get in from work as I'm...

    I'll check this when I get in from work as I'm not allowed on your server. Is it actually pixellated? or is the issue compression artifacts?

    Dan
  22. Replies
    2
    Views
    7,152

    add them with actionscript. It would probably be...

    add them with actionscript. It would probably be prudent to make some kind of API in order to make this sort of job more painless to do in future!

    Check the cuepoints listings in the AS3 livedocs,...
  23. Replies
    3
    Views
    2,507

    no probs, happy to help

    no probs, happy to help
  24. Replies
    3
    Views
    2,507

    you might like to listen for a load of netstream...

    you might like to listen for a load of netstream events that get fired at certain points and debugging from there:



    package {
    import flash.display.Sprite;
    import flash.events.*;
    ...
  25. Replies
    1
    Views
    2,081

    do you know how to use the timeline? I'm not...

    do you know how to use the timeline?

    I'm not being harsh, but this is a really simple issue. It will help you be a better programmer/designer if you can solve problems yourself:

    1. check if the...
Results 1 to 25 of 348
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center