Can any one of you Flash aficionados please recommend a clean, simple, straight forward, uncluttered, unjunky, non-funky embedded Flash player? The only ones I seem to be finding are anything but the above.
I am far from being an afficinado but here is a reply I got from an On2 service rep back in January.
"You can obtain a SWF-player for FLV files from the internet. Go to one of these web sites, download and install the files. Then copy the required files up to your ISP.
I followed the instructions for the Flowplayer and got it working. The one thing to be aware is the plugin has to be in the same directory as your flash file.
I can't get the autoplay variable to work. I do not want it to start playing immediately. So here's what I have:
<param name="autoPlay" value="false" />
But it isn't working.
<EDIT>
Okay, I figured out what I was doing wrong. It's working.
Former user
wrote on 5/9/2007, 6:00 PM
It's a little tricky, but I fought my way through it. All of the information is on the how to pages, they are just spread out and for flash aficionados I think.
By far the easiest way to do it is just use the code generator http://freevideocoding.com/here[/link]. It's simple as pie: you just put the flv file on your site, run the code generator, input the address of your flv file, generate the code, and embed the code it generates onto your web page. It links back to a player on their site, so you don't even have to bother with messing with the player at all. It's an early version of the jeroenwijering player by the way. It works great.
Thanks for link, Laurence. That didn't quite suit what I was looking for. Using my web editor, I can insert Flash without any problem. But I wanted more control than was offered.