Jump to content
Search Community

Search the Community

Showing results for tags 'video loading'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. hi, a can't play the videoLoader while the video is loading. I have something like this var video:VideoLoader; var src:String = "video/mVideo.mp4"; var thisCache:Boolean = true; var thisWidth:Number 800; var thisHeight:Number = 600; var estimatedBytes:Number = 75000; video = new VideoLoader(src,{name:"video",container:this,autoPlay:false,noCache:thisCache, checkPolicyFile:true, width:thisWidth, height:thisHeight, autoAdjustBuffer:true, bufferTime:10, scaleMode: "proportionalInside", onInit:loadInit, onProgress:loadProgress, onComplete:loadComplete, onError:objNotLoad, estimatedBytes:estimatedBytes}); video.addEventListener(VideoLoader.PLAY_PROGRESS,mPlaying); video.addEventListener(VideoLoader.VIDEO_COMPLETE,mComplete); video.load(); The "on" functions are very simple functions. Well, when i try to play the video with "ideo.playVideo()" it doesn't start before the video is completely loaded. Where do i wrong? Could you help me? Thank you on advance and best regards. Mario
×
×
  • Create New...