A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: So stuck. Cant loop Imported MP4 in flash

  1. #1
    Senior Member
    Join Date
    Jan 2006
    Location
    Seattle, Washington
    Posts
    221

    So stuck. Cant loop Imported MP4 in flash

    So i animated a simple header banner in after effects. When i export as swf the file is to large so i exported as a h.264 MP4 and imported that into flash and exported as a swf. Which leaves a great file size and great quality

    Now i cant for the life of me figure out how to make it loop..! Iv been trying for literally 4 hours and im about to throw my laptop out of a window lol

    I uploaded a zip with the fla and video file here if anyones willing to help and send it back to me: http://portalpacific.co.nf/flash/Needstoloop.zip

    Thanks for any help! Im so done/frustrated
    The Nikon Alliance Show those 'Canon' nerds who's boss, join today!

  2. #2
    Senior Member
    Join Date
    Jan 2006
    Location
    Seattle, Washington
    Posts
    221
    The Nikon Alliance Show those 'Canon' nerds who's boss, join today!

  3. #3
    Senior Member
    Join Date
    Jan 2006
    Location
    Seattle, Washington
    Posts
    221
    Wow this community is useless. What a waste of bandwidth. I wont be returning.
    The Nikon Alliance Show those 'Canon' nerds who's boss, join today!

  4. #4
    Senior Member realMakc's Avatar
    Join Date
    Oct 2002
    Posts
    927
    Quote Originally Posted by Veggie1232 View Post
    Wow this community is useless. What a waste of bandwidth. I wont be returning.
    not the kind of comment you'd expect from someone with

    Quote Originally Posted by board
    Join Date: Jan 2006
    but then, you would expect them to know how to loop swf, too.
    who is this? a word of friendly advice: FFS stop using AS2

  5. #5
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    The files you provided are done in CC, which isnt a problem but I dont have it,

    The flv linkage is incorrect, content path C:\Users\Jeanna\Desktop\FINAL.mp4

    when it should be looking for mojobanner.m4v and you also need to change the encoding to *.f4v or it doesn't play

    and then you can try to use an AS3 event listener, such as
    PHP Code:
    myVideo.addEventListener(VideoEvent.COMPLETEcompletePlay);

    function 
    completePlay(e:VideoEvent):void
    {
        
    //play video again code

    good luck, maybe try it out and wait for responses...
    Last edited by fruitbeard; 10-13-2013 at 01:56 PM.

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