To: clubbuilder
OK I have this code on my website:
<object id="player1" type="application/x-shockwave-flash" data="OakVideo.swf" width="350" height="262">
<noscript><a href="http://www.dvdvideosoft.com/converter/video/3gp-video-converter.htm">3gp converter</a></noscript>
<param name="movie" value="OakVideo.swf" />
<param name="allowFullScreen" value="true" />
<param name="autoplay" value="0" />
<param name="FlashVars" value="configxml=get_video.xml" />
</object>
All I have uploaded is the .swf file of OakVideo.swf and the video does play. But it auto plays and there are no buttons to control the video. I want a play button in the middle of the video with stop, pause, etc like the video shows.
According to these instructions:
http://www.dvdvideosoft.com/guides/dvd/free-SWF-FLV-video-converter-convert-video-to-SWF-FLV.htm It says to upload these files:
"Upload the following files to the same folder as your web page:
player_flv_maxi.swf,
start_frame.jpg,
get_video.flv and get_video.xml"
Here are more instructions:
"Upload the following files from the folder C:\dvd to your server: player_flv_maxi.swf, start_frame.jpg, get_video.flv, get_video.xml. You must place all these files to one folder."
The problem with these instructions are that I do not have a C:/dvd folder! I cannot find the start-frame.jpg or any of the other files that the website recommends. When I converted the .vob to .swf I only got one output file of OakVide.swf.
Any suggestions? I don't want this to auotstart and I want the viewers to have some controls.