A Flash Developer Resource Site

Page 20 of 26 FirstFirst ... 10161718192021222324 ... LastLast
Results 381 to 400 of 519

Thread: [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [

  1. #381
    Junior Member
    Join Date
    Apr 2002
    Posts
    24
    Humble appologies for anyone who wasted any time on this. Especially those at Macromedia who certainly have better things to do.

    I will keep my foot in mouth.

    Thanks you, and again I am an idiot.

  2. #382
    Junior Member
    Join Date
    Apr 2002
    Posts
    10
    Originally posted by oldnewbie
    The bug's in the player! And the player is free!

    Just a thought!
    good thinking!!

  3. #383
    Junior Member
    Join Date
    Apr 2002
    Posts
    10
    Originally posted by rev_nort
    you press the button and execute this script
    second frame:

    // How much is loaded
    this.play();

    _root.cStatus = "buffering";

    goPoint = .3;

    if (Math.abs(this._framesloaded/this._totalframes)>=goPoint) {
    this.gotoAndPlay("audio start");
    } else {
    this.nextFrame();
    }

    third frame:
    this.prevFrame();

    when the .3 of the file has loaded it should skip scenes and play the audio.
    I wouldn't use prevFrame and nextFrame actions in loops but gotoAndPlay instead

  4. #384
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    despite a serious deviation from the task at hand....



    BUMP

  5. #385
    Senior Member
    Join Date
    Jun 2000
    Posts
    120
    ok, tryna keep trak of this thread on the streaming thing, am and a little confused.
    my movie has dynamic text, and several reasonable sized
    .swf files that are movie files (ranging from 100 - 300k) that get loaded into a different instance of the same movie clip, (different instance in each scene, using the loadmovie target script - so theorectically each time a new movie starts to load it should stop the previous) sometimes it takes ages for the dynamic text to show, sometimes it shows not at all, same goes for the movies i am trying to loadin. there is no consistency about whether they show or not it seems. do you think this is related to this bug?

    the movie in the first scene is big 250k or so, and the dynamic text in that scene loads, but basically anything after that is seemingly random as to whether it will show up or not. so i am thinking that even though you have moved scenes, and a new movie should be loading, the first movie is still coming down, and even the other dynmic text doesnt show up cos of this?
    (the site is still being built as you can see, but is very simple in layout, each main section a new scene, with a movie in it and a some text, can be seen at http://www.2leggeddogs.com)

    interesting thing is that pc version is bad (explorer 5, no text to see after first scene, but mac (9.2 explorer 5.1) seems to handle it much better. is that cos i have missed something in this thread in that the mac browser doesnt have the same bug?
    cheers for any clarity on this (excuse novella)
    ss


  6. #386
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Just quickly tested your link on my P4 & IE...
    Everything seems to be workin' fine!

  7. #387
    Senior Member
    Join Date
    Oct 2000
    Posts
    310
    Originally posted by secondsign
    is that cos i have missed something in this thread in that the mac browser doesnt have the same bug?
    cheers for any clarity on this (excuse novella)
    ss

    yes, it only affects ie on windows.

    mike chambers

    mesh@macromedia.com

  8. #388
    Sleepy
    Join Date
    Apr 2001
    Location
    Tallahassee, FL
    Posts
    498
    any word on when we can expect the updated player? this sure is taking a long time to do QA

  9. #389
    Senior Member
    Join Date
    Oct 2000
    Posts
    310
    Originally posted by Gary022576
    any word on when we can expect the updated player? this sure is taking a long time to do QA
    http://www.macromedia.com/v1/handler...ue&Cache=False

    mike chambers

    mesh@macromedia.com

  10. #390
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    bumpity bumpity bump.


    After this lengthy wait I really hope they sort it properly.

  11. #391
    Junior Member
    Join Date
    Dec 2000
    Posts
    1

    well well

    well well today is 29th of april, i.e. ten days after the 19th of april and the player version to be downloaded at the macromedia site is 6.0.23.

    this is sad

    but as I'm french I guess I should worry about other much more important things than a flash player version (It would have made my day sunnier somehow though)

  12. #392
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    for some reason I was expecting it this Friday,
    but your absolutely right,
    according to the tech note linked above today is D day.

    get ready for download



  13. #393
    flashing since v3
    Join Date
    Jan 2002
    Posts
    401
    is it 9am (start of the working day) in america (or whatever country MM is in) now?

    im a brit... and the time is 11:30am

  14. #394
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    10 WORKING DAYS guys! That leads us to next Friday, May 3rd!
    Sorry!

  15. #395
    Junior Member
    Join Date
    Apr 2002
    Posts
    24
    I would think that until this got fixed every day would be a buisness day!

  16. #396
    flashing since v3
    Join Date
    Jan 2002
    Posts
    401
    Originally posted by oldnewbie
    10 WORKING DAYS guys! That leads us to next Friday, May 3rd!
    Sorry!
    boll*cks lol
    damn.... couldnt they just impress us and release it now?

  17. #397
    OK so when this new BUG FREE (ha ha) version of flash player 6 comes out on Friday....

    whats the best way to check for this new version 6.0.25 (or what ever it will be) rather than just v6.

    using javascript?
    or flash itself...?
    i use javascript at the moment to check for v6.
    works fine...





  18. #398
    Senior Member
    Join Date
    Oct 2000
    Posts
    310
    Originally posted by spamjavelin
    OK so when this new BUG FREE (ha ha) version of flash player 6 comes out on Friday....

    whats the best way to check for this new version 6.0.25 (or what ever it will be) rather than just v6.

    using javascript?
    or flash itself...?
    i use javascript at the moment to check for v6.
    works fine...
    http://www.macromedia.com/go/16267

    mike chambers

    mesh@macromedia.com

  19. #399
    Junior Member
    Join Date
    Mar 2002
    Posts
    25
    I found the following on another thread http://board.flashkit.com/board/show...hreadid=303593

    NetStream.prototype.close
    NetStream.prototype.attachAudio
    NetStream.prototype.attachVideo
    NetStream.prototype.send
    NetStream.prototype.publish
    NetStream.prototype.play
    NetStream.prototype.receiveAudio
    NetStream.prototype.receiveVideo
    NetStream.prototype.pause
    NetStream.prototype.seek

    the first thing "NetStream.prototype.close". Could this help? I don't know the usage and don't have anything streaming to test it with..

  20. #400
    Senior Member
    Join Date
    Oct 2000
    Posts
    310
    no, they are not releated.

    mike chambers

    mesh@macromedia.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center