A Flash Developer Resource Site

Search:

Type: Posts; User: jbearclaw

Search: Search took 0.02 seconds.

  1. Dan, I was wondering if you have any knowledge...

    Dan,
    I was wondering if you have any knowledge of Streaming Servers? I am thinking of implementing one to show this video. I have briefly researched the FMS and the QTSS (Darwin). My question is...
  2. Hey Dan, Thanks for the quick reply. I will...

    Hey Dan,
    Thanks for the quick reply.

    I will try the single pass encode and compare the results.

    My video size is quite large at 800x600. Within QuickTime I have resized the video to 640x480...
  3. Not to sound redundant...but did you check the...

    Not to sound redundant...but did you check the video path if you have one?
  4. Is it a Linux server? i.e. case sensitive?

    Is it a Linux server? i.e. case sensitive?
  5. compressing Quick Time movies for streaming on the web?

    I was wondering if anyone could help me out with compressing Quick Time movies for streaming on the web? I am using QT pro to compress my movies. I wanted to use the new feature of playing QT files...
  6. yeah they are .flv's nice work! its very close...

    yeah they are .flv's

    nice work! its very close to what i am looking for. what i want i guess would be a "menu" where you would select what chapters to play. from there have the chapters play...
  7. [MX04] multiple videos in 1 video player

    Hello All!,

    So I have 13+ minute “movie” broke down into chapters, 9 all together. As of right now each chapter is in its own separate movie file. I want the option of being able to turn on...
  8. Replies
    9
    Views
    416

    hey Dawson and Scott thanks for all your help so...

    hey Dawson and Scott thanks for all your help so far but i seem to still be running into a snag.

    I went to setup an example .fla to post on the thread to show you guys and example of what I was...
  9. Replies
    9
    Views
    416

    the code dawson supplied (thank you) stoped the...

    the code dawson supplied (thank you) stoped the flickering problem but didnt gotoAndPlay frame 3.

    hey Scott
    I cant make it a button at all because i have a code that lets me pan and zoom the...
  10. Replies
    9
    Views
    416

    If only I could…lol. Unfortunately that is not...

    If only I could…lol. Unfortunately that is not possible this is part of a much LARGER project that due to a pan and zoom clip cannot convert to a button that is why I have the mc posing as a...
  11. Replies
    2
    Views
    388

    you will have to create a dynamic text box so the...

    you will have to create a dynamic text box so the .txt file will know where to load. make sure you give it a var name too! then just put this code on your button.

    on(press){
    txt=this["txt1"];}
    ...
  12. Replies
    9
    Views
    416

    MX[04] help with onClipEvent

    hello all,

    I have a movie clip that acts like a button and inside the movie clip I have 2 frames. The code I have given the mc is:

    onClipEvent (enterFrame) {
    if (this.hitTest(_root._xmouse,...
  13. here is the uploaded file

    here is the uploaded file
  14. [04] button to tell a dynamic text box to go to specific section

    I am going to have a web page that will have a lot of content on it and I wanted to create descriptive sub-buttons that would be able to tell a dynamic text box to scroll to that specific section of...
  15. [MX,04] Is there a way I can tell a button to go to a certain area on a web page?

    Is there a way I can tell a button to go to a certain area on a web page? I am trying to mimic a web page that has a list of lets say questions and each question has a long answer about a paragraph....
  16. I have a question for you silentweed. If I add...

    I have a question for you silentweed. If I add the code inside the movie clip it works great, but if I add the code on the main timeline it doesn’t, do I need to call the _root of the mc? I have...
  17. Replies
    7
    Views
    531

    you could also paste: stop(); tempInt =...

    you could also paste:

    stop();
    tempInt = setInterval(function(){clearInterval(tempInt);play();}, 4000);

    on all of your root mc's in frame 1. just a thought, may not be pretty but effective!
  18. thanks weed that helps alot! incase you were...

    thanks weed that helps alot! incase you were interested, you could just shorten the code to:
    stop();
    tempInt = setInterval(function(){clearInterval(tempInt);play();}, 3000);

    -and you could just...
  19. [MX,04] Help! pausing a movie clip for x amount of seconds.

    Hello all,
    Looking for a quick script to pause a movie clip for about 3 second, afterward it would resume playing.

    Thanks for the help!
  20. [MX,04] MediaPlayback component fuction inside director

    Hello all,

    i have some .flv's that i want to play using Flash's MediaPlayback component inside of director. Personal preference i like the look and function better then Director's, plus i like the...
  21. thanks for the help and input! truley appreciated.

    thanks for the help and input! truley appreciated.
  22. [MX, 04] how to reset a zoom, and pan movie clip???

    Hello all,
    i have a movie clip that i can zoom and pan, but i am trying to make a reset button that goes to my default position of the mc. I'm thinking about telling the button to place the mc at...
  23. Thread: brain_fart

    by jbearclaw
    Replies
    0
    Views
    340

    brain_fart

    hello all, this is my first post so please have patients as I attempt to explain my delema. so this is what I got…….
    TRADE_ROUTES_BTN.onRelease = function() {
    if (TRADE_ROUTES_ON._visible ==...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center