A Flash Developer Resource Site

Search:

Type: Posts; User: Tillthen

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. function gonextyear(e:MouseEvent):void{...

    function gonextyear(e:MouseEvent):void{
    if(videoAvailable == true) {
    if(MovieClip(this).contains(videoHolder)){
    removeChild(videoHolder);
    }
    SoundMixer.stopAll();
    }
    gotoAndPlay("f4");
    }
  2. [RESOLVED] Need help rewriting " If " statement

    The following coding works fine when the Child is present on the stage.

    However there are times when the Child is not on the stage. Under those circumstances when then function is called I get...
  3. The code in bold red is what was missing ...

    The code in bold red is what was missing


    if(videoAvailable == true) {
    removeChild(videoHolder);
    SoundMixer.stopAll();
    }//if{}
  4. [RESOLVED] video is gone, but the audio remains !!

    Is there anyone that can help me with this sample fla.

    I need to get the video audio track to stop playing when you click the button for page 2 or page 3. At present the video is removed but the...
  5. Here is the solution to my problem from Kirupa...

    Here is the solution to my problem from Kirupa forums. I post it just so that anyone with a similar problem can see where I was wrong.

    note: This is an adjustment on the corrected sample fla,...
  6. Sorry I had a bad line of code in the model. It's...

    Sorry I had a bad line of code in the model. It's corrected now

    This is the simplest way of me presenting the delima (you have to do is have a flv named mainpagevid.flv waiting to be called up in...
  7. This sample fla is a simplified mock-up of my...

    This sample fla is a simplified mock-up of my problem.
    Just put a small flv named mainpagevid.flv in the folder that you publish the swf to, and you will see my problem.

    I can't get the video to...
  8. var videoHolder:Video = new Video(650, 490); ...

    var videoHolder:Video = new Video(650, 490);

    didn't I do that when I called up the video with the line above?
  9. Ooops, sorry for being so thick! But the problem...

    Ooops, sorry for being so thick! But the problem that remains is where to put the coding. I still get a undefined property error when I stick it on the scene 1. button ClICK functions, or when I...
  10. Here is my coding to call up the .flv var...

    Here is my coding to call up the .flv


    var myVideo:NetConnection = new NetConnection();
    myVideo.connect(null);
    var newStream:NetStream = new NetStream(myVideo);

    var videoHolder:Video = new...
  11. in the meantime I have taken the code out of the...

    in the meantime I have taken the code out of the button CLICK function and just placed it in a actions frame on each page that I want it removed from
    and still the same error
    undefined property...
  12. Thanks for the help but I have a little problem...

    Thanks for the help but I have a little problem implementing it
    here is my menubutton CLICK function, that sends viewer to the next page

    function goevents(e:MouseEvent):void
    {...
  13. [RESOLVED] Best way around removeChild problem

    Scene 1 has my menu buttons that switch pages.
    On scene 1 I have symbol12.mc that (in part) dynamically loads .flv onto the stage with addchild.

    When I click a menubutton I want to also execute...
  14. What it is the preffered preloader method

    Situation:
    Main page of the website has a large filesize video. As I see it since the video/flv is external. I can

    1) Have a preloader on my root timeline that pulls up the flvplayback. (a...
  15. must have be some funky glitch i renamed the .mov...

    must have be some funky glitch i renamed the .mov and made the fps = to that of my site Flv. Cranked it out on the flash video converter at On2 Vp6 @ 700kbps, and somehow it works.

    I can't explain!
  16. must have be some funky glitch i renamed the .mov...

    must have be some funky glitch i renamed the .mov and made the fps = to that of my site Flv. Cranked it out on the flash video converter at On2 Vp6 @ 700kbps, and somehow it works.

    I can't explain!
  17. must have be some funky glitch i renamed the .mov...

    must have be some funky glitch i renamed the .mov and made the fps = to that of my site Flv. Cranked it out on the flash video converter at On2 Vp6 @ 700kbps, and somehow it works.

    I can't...
  18. Okay, thanks it is the case, that the Flv's don't...

    Okay, thanks it is the case, that the Flv's don't have video. I will post the settings of my flash video converter to make sure that the are fine?
  19. I will post my flash video converter settings...

    I will post my flash video converter settings even though I have varied the settings each time
  20. I've tested the flv's and none of the flv's have...

    I've tested the flv's and none of the flv's have video, just the audio.
  21. [RESOLVED] All sound and no video plz help

    I created FLV from functioning mpegs, mov and avi's.

    each time when I import the resulting.flv into the website. I get sound but no video.

    I have imported by the "import video button" the...
  22. [RESOLVED] All sound and no video plz help

    I created FLV from functioning mpegs, mov and avi's.

    each time when I import the resulting.flv into the website. I get sound but no video.

    I have imported by the "import video button" the...
  23. [RESOLVED] All sound and no video plz help

    I created FLV from functioning mpegs, mov and avi's.

    each time when I import the resulting.flv into the website. I get sound but no video.

    I have imported by the "import video button" the...
  24. video troubleshooting all sound & no picture

    :crazy:
  25. I just changed the gotoAndPlay to gotoAndStop,...

    I just changed the gotoAndPlay to gotoAndStop, and everything works fine!
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center