A Flash Developer Resource Site

Search:

Type: Posts; User: MethodAir

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    791

    daveweckl.com

    Legendary drummer Dave Weckl's e-catalog site. 100% client built using High Rise interactive technology, from Electric Mountain Studios. Flash interface with HTML viewing options.
    ...
  2. Replies
    119
    Views
    233,320

    Sticky: QT Sorenson, high quality and loads fast on...

    QT Sorenson, high quality and loads fast on broadband. 25fps, PAL.

    http://www.electricmountain.com/html/electricVideos.html

    Phil
    www.electricmountain.com
  3. Replies
    1
    Views
    806

    Works now... "UPDATE forumThreads SET replies...

    Works now...

    "UPDATE forumThreads SET replies = replies + 1


    MethodAir
  4. Replies
    1
    Views
    806

    PHP/Flash Guestbook w/LoadVars()

    I'm rewriting the guestbook from the Foundation PHP Flash book as a component and I have a problem with updating 'thread replies' based on the $threadID variable from 'postreply.php'.

    The first...
  5. Monkeypants, as you didn't provide a Flix example...

    Monkeypants, as you didn't provide a Flix example in your comparison, I just wanted to point out your Flix file size seemed strangely high considering the quality of the video. I encoded the audio in...
  6. "The playback was at a full 12fps, and actually...

    "The playback was at a full 12fps, and actually looked like video. I endcoded the same .mov file several times in Flix, and had to get up to a 2.1meg file"

    I've encoded 30 second .mov files in...
  7. Replies
    20
    Views
    2,796

    If you look at other video compression products,...

    If you look at other video compression products, you'll notice there is an array of choices, even if you are simply encoding in a format such as QT or MPEG. Feature sets, pricing and encoding speed...
  8. Replies
    3
    Views
    814

    I'm on windows NT, it doesn't play for me. ...

    I'm on windows NT, it doesn't play for me.

    MethodAir
    http://www.electricmountain.com/home.htm
  9. '...this preloader does not wait until the entire...

    '...this preloader does not wait until the entire movie has finished loading.'

    As with any .swf you are loading, you can preload as much or as little content as you want.

    MethodAir...
  10. Replies
    7
    Views
    722

    Hi, ...

    Hi,

    code:--------------------------------------------------------------------------------if (_parent.container._currentframe==_parent.container._totalframes) {
    tellTarget ("_root") {
    ...
  11. Replies
    7
    Views
    722

    I double checked this one...if you wish to use...

    I double checked this one...if you wish to use scenes in this manner, assign 'scene2 frame 1' a frame label (ie. next) in order to address it, rather than using the previous syntax, such as:

    ...
  12. Replies
    7
    Views
    722

    You could create an MC with a two frame loop that...

    You could create an MC with a two frame loop that checks the current frame of the load movie 'container' which resides on the main timeline:

    //frame1:

    currentFrame =...
  13. Replies
    13
    Views
    1,027

    Thanks guys, for the positive feedback. "Is...

    Thanks guys, for the positive feedback.

    "Is that draggable player a single SWF?"

    Duir, in that example, I'm loading the .swf movie player into a target MC, which then loads the Flix encoded...
  14. Replies
    13
    Views
    1,027

    Yea, I have a scaleable, draggable video on my...

    Yea, I have a scaleable, draggable video on my site, click the reverse button and you'll see the video option.

    MethodAir
    http://www.electricmountain.com/home.htm



    [Edited by MethodAir...
  15. Replies
    13
    Views
    1,027

    The best thing to do is look at the movie shell...

    The best thing to do is look at the movie shell tutorials on the Flix site, and adapt the scripts to your own needs. For play, stop and rewind functions, you are looking at very basic...
  16. Rush made it about as clear as anyone could have...

    Rush made it about as clear as anyone could have made it in creating a functional video player. If you need help above and beyond this, perhaps you should pick up, 'ActionScript--The Definitive...
  17. Thread: Smart Clips

    by MethodAir
    Replies
    0
    Views
    371

    I've got a smart clip with scrolling and toggling...

    I've got a smart clip with scrolling and toggling functions that loads an external text file. I want to be able to not only load an external text file, but also load different .swf files (image...
  18. Thanks Rush. Just gonna check that now. ...

    Thanks Rush. Just gonna check that now.

    MethodAir
  19. I got some of the functionality of the bar loader...

    I got some of the functionality of the bar loader working, but how do I match the dynamic text percentage from the frames loaded movie clip with the progress of the loader bar? I believe it has...
  20. Rush Preloader Bar Loader Question

    In checking out Rush's preloader shell and trying to adapt it to the movie below, I could not get the percentage bar loader to work. If the movie dimensions are 100 x 80, do I have to change any...
  21. Advance to next track action script

    I'm making an MP3, video jukebox, with 4 tracks. Each track has a button that you select with a variable name track and a value of 1 for the first track, 2 for the second etc. After the track is...
  22. Replies
    24
    Views
    2,343

    In this case, the timeline I'm targetting, with...

    In this case, the timeline I'm targetting, with the variables is one level up from where the FF button is. I tried something like this:

    on(release) {
    if (_parent.track == 1) {
    ...
  23. Replies
    24
    Views
    2,343

    Is there a more concise way to code that, Rush?...

    Is there a more concise way to code that, Rush? Kind of like that current frame + or - 1 code, except in this case substituting the track variable?

    MethodAir
  24. Replies
    24
    Views
    2,343

    Yep, that's cool. It's working now. I got the...

    Yep, that's cool. It's working now. I got the movie clips a little better organized, added the tell target code, and bingo.

    There are a few features I would like to add to the interface: if the...
  25. Replies
    24
    Views
    2,343

    Rush, Ok, so far I have set the variables...

    Rush,

    Ok, so far I have set the variables for the track numbers, and I have the dynamic text display working.

    But when I go to press the play button, nothing happens ;). The timeline that...
Results 1 to 25 of 75
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center