A Flash Developer Resource Site

Search:

Type: Posts; User: somnamblst

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    960

    Has anyone streamed video from Akamai?

    I think I am close. No AS errors but I am getting an Error opening URL for a file I know is there. I am using an absolute path to the FLV on Akamai that I was told by another dev is the correct path...
  2. FLV never reaches end, autorewinds, doesn't trace

    import mx.video.*;
    var listenerObject:Object = new Object();
    listenerObject.complete = function():Void {
    _root.gotoAndPlay("frame3");
    trace(this);
    };
    my_FLVPlybk.addEventListener("complete",...
  3. so I exported my FLA as quicktime but...

    I am very interested in exploring what I can achieve for web video using Flash as a starting point. I have read Adobe's Migrating Flash Projects to Video
    ...
  4. Looking for tips or tutorials for utilizing Flash exported Quicktime in Avid

    My Flash Quicktime export looks great but Avid said it was the wrong kind of quicktime file. Doesn't give me alot to go on.
  5. Replies
    23
    Views
    6,297

    What is the path to the file?

    What is the path to the file?
  6. Replies
    23
    Views
    6,297

    What is the solution?

    What is the solution?
  7. I have one that the video production company...

    I have one that the video production company removed the black and it still won't get to the end to trigger the listenerObject. I even tried chopping the video before the logo thinking the alpha...
  8. Drives me crazy too. Any black even the...

    Drives me crazy too. Any black even the beginnings of a fade to black does this. Well sometimes you can cut the black off sometimes you can't like when the audio continues to the very end. I have one...
  9. issue with listenerObject not "hearing"

    I have been using the following actionscript for awhile now.

    import mx.video.*;
    var listenerObject:Object = new Object(); listenerObject.complete = function():Void { _root.gotoAndPlay("frame3");...
  10. FLV with black at end doesn't appear to reach listenerObject.complete

    I had a particular FLV that was not returning to the Flash timeline. On the off chance it was the brief black at the end of the video I reencoded the video trimming off the black and the...
  11. Thanks. OK to recap I see you got rid of the...

    Thanks.

    OK to recap I see you got rid of the on release goToAndStop I had on the btn on frame 1 that advances to frame 2 and replaced it with this AS:

    stop ();
    mc.onPress = function ()
    {...
  12. I feel like it is close to working, but the end...

    I feel like it is close to working, but the end of the FLV does not go to frame 3 that has the label frame3

    http://kids-voting.org/fla/willisFeatureFLV3_300x250.fla


    Movie Explorer:
    Scene 1...
  13. I haven't tried it yet as I am probably wrong on...

    I haven't tried it yet as I am probably wrong on the ("parent.(3)") part as I am essentailly an AS newb that copies and pastes AS and asks our JS programmer when I try to modify AS. That of course...
  14. I just found this: var myCuePointListener =...

    I just found this:

    var myCuePointListener = new Object();
    myCuePointListener.cuePoint = function(eventObject){
    //trace("heard " + eventObject.type + ", " + eventObject.target);
    if...
  15. Need to use a cue point in FLV to goToAndPlay(3)

    I am using F8 and the Flash video component

    I have successfully created a mock of the FLVPlayback component on frame1 with a button that advances to frame 2 where the FLV actually starts playing....
  16. Learning Interactions scoring control AS help needed

    I am using a learning interactions quiz at the end of an animated movie. Because it is entertaining I would rather not launch as a standalone quiz. Everything works perfectly when the quiz is on its...
  17. Here is an example of the MX 2004 video player...

    Here is an example of the MX 2004 video player with a different (mov) file embedded.

    http://www.cincinnati.com/sponsors/vids/springerstudents_300x250.html

    There is a still image movie clip on...
  18. Still image on frame1 in Flash 8 Media Playback component

    I have been using an actionscript FLA for MX 2004 that has the video embedded on the Scene1 timeline. This allowed me to use still images on frame 1 and copy movie clips that urged people to some...
  19. Pages opening and closing effect: need help

    My brain is fried I can't take it anymore. The effect I am working on involves 4 pages that open revealing a page below. The pages also close revealing the previous pages. So there are 4 open MCs, 4...
  20. Help with scrolling text using scrollbar component

    Using Flash MX 2004 with ellipsis update. I have a flash movie for a song parody I wrote. There will be an audio file but I want the lyrics to be available for reading for those who want to read...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center