Search the Community
Showing results for tags 'flv'.
-
Hello. I've been searching for an answer to this problem but to no avail. I'm simply testing the LoaderMax and I haven't customized anything to fit my stage. I only want to load a video (flv file) and see that it plays. import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; import com.greensock.loading.*; import com.greensock.loading.display.*; import com.greensock.events.LoaderEvent; ... var video:VideoLoader = new VideoLoader("flv/loader.flv", {name:"myVideo", container:this, width:400, height:300, scaleMode:"proportionalInside", bgColor:0x000000, autoPl
- 1 reply
-
- videoloader
- loadermax
-
(and 3 more)
Tagged with:
-
I'm using loadermax to load a combination of flv's and f4vs. The flv's are used because they have an alpha channel. However, the alpha channels of the flv's are not working. Instead of seeing transparency, I get black. Is this because loadermax uses StageVideo? Or is there another reason? And more importantly, is there a workaround for this? I mean I suppose I could embed the flv's in swfs and load those, but I'm hoping for something more elegant. I love using loadermax to load this stuff. I hope there is a way I can make this work. Thanks in advance.
-
I've come across and issue which I have found a work around. I am loading and playing external FLVs from a different server from where my SWF is located. When published locally and pulling in the FLVs, everything worked fine. When placing the SWF online, it wouldn't load the FLVs. After a day of troubleshooting and using crossdomain policies, I've narrowed it down to the loading procedure used. My findings are below. Please feel free to comment or let me know if I missed something that would have prevented me from wasting a day. I have done the following: 1. added crossdomain.xml to the s