|
-
budakpantai.com
Hi there!
Glad to say I've just completed this band site at : http://www.budakpantai.com
Tell me what you think? Love or hate it? 
It's built in AS3. I did mainly the integration and programming, while illustrations are done by my other colleagues.
-
Senior Member
I think it is creative and totally awesome! The videos didn't play very well for me but everything else worked perfect. Great work.
-
thanks lot man, i think that has to do with some pausing that i had in mind that yet to be implemented.
not sure what's wrong, at first I thought that it would stop the video from playing if I do something like...
Code:
loader.addEventListener(Event.INIT, initloader)
function initloader(e:Event):void {
e.target.content.gotoAndStop(1)
}
-
Senior Member
what format do you have it in? flv? there are plenty of ways to load some video/audio and make it stream. the wost is when you load a video and it lags.
-
i tried flv and it doesn't seem to fit the outcome i want and i ended up embedding the flv into a flash file and export as a .swf instead.
i think currently is the best tradeoff i can get with the performance on the background, couldn't think of any other way though, previously the whole background was animated individually and it took up much resources than the average computer can handle
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|