A Flash Developer Resource Site

Search:

Type: Posts; User: FlashKit#C5

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How to do scripting for streaming or progressive video?

    Flash Video FLV files usually start loading into their container SWF files as soon as a webpage is loaded. Since this consumes a lot of bandwidth when a webpage is loaded, how can I script the SWF...
  2. Progressive video vs. Streaming video. How to?

    Hello all,

    I was wondering how to have a video (flv file) load and play only when the 'play' button is pressed, as opposed to the the video file loading when the page loads. I dealt with this...
  3. What I have right now is a movie clip (mcMovie)...

    What I have right now is a movie clip (mcMovie) whose alpha fades up or down when pressing mcButton. mcMovie is an embedded video clip which has sound. So I'm wondering how I would fade the sound...
  4. Still working on solving the problem.

    Still working on solving the problem.
  5. Replies
    3
    Views
    2,290

    Hi Dan, I have only tried it with Myspace. ...

    Hi Dan, I have only tried it with Myspace.

    This is what I first thought too, that is was a Myspace thing. I can only tell you that every other Flash object I have embedded in a Myspace page over...
  6. Thanks for the response. I tried setting

    Thanks for the response. I tried setting <param name="allowScriptAccess" value="true" />. Unfortunately that did not work.

    It would seem to me that video.swf would probably know to use...
  7. Hi, I don't have any problems when I do a test...

    Hi, I don't have any problems when I do a test movie, I can see the skin. In fact even when I upload all the files to, say, the video directory on my web server, and access the files from a browser,...
  8. Replies
    3
    Views
    2,290

    The case of the Disappearing Skins

    Hello, After trying for days and searching the forum, I still can't find a fix for this very bizarre problem.
    Regarding skins and FLV, has anyone ever had a problem getting the skin (controls) to...
  9. I am having a somewhat similar problem. Using...

    I am having a somewhat similar problem. Using Flash CS3 Pro, and using the FLVPlayback component, I select a certain skin. I can view the skin when testing the movie. I can even view it when I upload...
  10. Replies
    1
    Views
    533

    FLV Skinning Problem

    After trying for days and searching the forum, I still can't find a fix for this.
    Regarding skins and FLV export, has anyone ever had a problem getting the skin (controls) to show up after export?...
  11. Replies
    0
    Views
    668

    Using Flash Media Server (FMS3)

    Hello Everyone,

    I didn't know where to post this question. Basically, Using Flash Media Streaming Server 3 in conjuction with Flash Media Encoder 2.5, I just want to stream some live Flash...
  12. Replies
    11
    Views
    977

    I realized there are some who will only "click"...

    I realized there are some who will only "click" the button (because that's what they're programmed to do with Flash buttons) rather than pressing and holding the button, thereby opening the...
  13. Thank you. I wasn't sure whether to post this in...

    Thank you. I wasn't sure whether to post this in Newbies or Actionscript (which I'm starting to learn now), but having a piece of example code will be nice.

    Rob
  14. [F8] How to control sound/volume of Movie Clip?

    Been searching through the forum posts looking for an answer to this. If I embed a video (with sound) in a MovieClip, say "mcMovie," how would I go about controlling the volume of mcMovie...
  15. Replies
    11
    Views
    977

    Works poifect.. Thank you! So essentially...

    Works poifect.. Thank you!

    So essentially the 'delete this.onEnterFrame' is clearing the function once the alpha reaches 100, and visa versa? I know I ask a lot of questions but I like to learn...
  16. Replies
    11
    Views
    977

    One movie is an FLV that is progressively...

    One movie is an FLV that is progressively download from a server and has it's own FLVplayback component (no skin or controls). mcMovie (the one I'm fading) is an imported video that is on its own...
  17. Replies
    11
    Views
    977

    By doing some digging and searching I've replaced...

    By doing some digging and searching I've replaced the previous code with:


    mcMovie._alpha = 0;

    mcButton.onPress = function() {
    mcMovie.onEnterFrame = function() {
    ...
  18. Replies
    11
    Views
    977

    Just thought I'd mention, what I'm attempting to...

    Just thought I'd mention, what I'm attempting to do is fade mcVideo slowly from 0 to 100 when when mcContainer is pressed. And have it go immediately back to 0 when mcContainer is released.
  19. Replies
    11
    Views
    977

    I've been trying to call a function on an...

    I've been trying to call a function on an Interval. Only problem is, it doesn't seem to work and I don't know why.


    mcVideo._alpha = 0;
    var nInterval:Number;


    mcContainer.onPress =...
  20. Replies
    11
    Views
    977

    Fade alpha of Movie Clip

    Greets all,

    I'm trying to do some actionscript that will fade the alpha value of a movie clip (which contains a video). Right now my mouse events only set the alpha to 100% and 0%.

    ...
  21. Replies
    8
    Views
    5,839

    Use a SWF Decompiler program. It will decompile a...

    Use a SWF Decompiler program. It will decompile a swf file then you can save it as an FLA file... when you open it in flash the video assets should be in there. Also check out some of the tools on...
  22. Thanks again whispers. What you're telling me is...

    Thanks again whispers. What you're telling me is right now about 50% intelligible and 50% greek to me, but I get the jist and will understand it better soon :) I will also change the function to Init...
  23. Thanks whispers... I guess when I heard the sound...

    Thanks whispers... I guess when I heard the sound of hooves in the forest, I was imagining a zebra instead of a horse. IOW I thought it would be more complicated. BTW I swear that, with a bit of...
  24. HAHAHAHA!!! I got it! Here's what I added: ...

    HAHAHAHA!!! I got it! Here's what I added:


    // Hide movieClip during load
    myListener.onLoadStart = function (target_mc:MovieClip) {
    container._visible = false;
    }

    // Reveal movieClip after...
  25. LOL I've been looking at the code so hard I...

    LOL I've been looking at the code so hard I already took two advil over an hour ago. I realize this is a learning experience and I'm learning which is good.

    I am appreciating all the advice and...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center