edit: I solved the problem with so_tester.fla by upgrading to Macromedia Flash 8, but I would still like to know how I can change the interface of the Flash player.
I have a lot of swf and flv files on a web server, and I can show them with the standard Flash player (using your javascript, thanks!), but I would like to change the buttons and stuff. For example, in default mode, the button interface (play, volume, etc) seems transparent and I can see the movie through it. If you look at for example YouTube, there is a well defined player interface with nice clear buttons. How does that work?
I think it's possible to make a player swf that shows another swf or fla through it, so with the javascript and html-code you always define the same movie name (the swf player) but then you also pass along some id-value for the movie to be played. I've been trying to find a tutorial on this, but so far without success.
I want to do similar thing as Bobb. What I want to achieve is to have the embeded player to display the control panel icons (e.g. the play/pause icons) like the NBC and SCIFI site below:
Their video player is very nice. The switch in/out of full screen mode is also seamless. I digged into their html source code and it looks like the they are also using SWFObject, but the SWFObject example on this site doesn't show the control panel icons.
So is it possible to do what they are doing with SWFObject? If yes, what else do I need? Is it possible to provide an example? I think many people wants this feature.
I've found some interesting tutorials at http://www.gotoandlearn.com/ called "Video basics". I think I'll start from there.
There is also a tutorial at ultrashock.com about: "Working With FP 8 FLVPlayback Component". I have no idea what's best for me but I'll get back with results when I've been experimenting for a while.