-
1. Re: Better to load videos with AS or place videos on frames?
Ned Murphy Mar 29, 2010 1:01 PM (in response to sebrame)It would be wasteful to place video players in every frame for different videos. You make it sound like creating a menu (buttons?) is your problem, so all you really need to know is how to have a button tell an FLVPlayer component to change its source and play a new video instead of using gotoAndPlay/Stop commands. If you look up the FLVPlayback component in the AS3 help documentation, all of its properties, methods, and events are listed and explained, and there are likely examples of how to use the code.
-
2. Re: Better to load videos with AS or place videos on frames?
sebrame Mar 29, 2010 1:13 PM (in response to Ned Murphy)My problem isn't loading a video into a player with a simple button, I am quite familiar with that process. It's the building of a drop down menu for every project that I do, each with a different look and feel. That's why the canned ones are so attractive (time-wise).


