I placed a flash video in a web site. The site URL is:
When visiting the site the video should play immediately, but it doesn't. Instead just a picture displays and the video does not play unless the page is refreshed.
Here is the code I've used:
<tr>
<td align="center" valign="top" height="178" width="230">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="224" height="176" >
<param name="movie" value="webSiteFilm7.swf">
<PARAM NAME=PLAY VALUE=true>
<PARAM NAME=LOOP VALUE=false>
<PARAM NAME=MENU VALUE=false>
<PARAM NAME=QUALITY VALUE=Autohigh>
<PARAM NAME=SCALE VALUE=showall>
<PARAM NAME=ALIGN VALUE=center>
<EMBED SRC="webSiteFilm7.swf" QUALITY=Autohigh WIDTH=224 HEIGHT=176 scale=showall align=center swLiveConnect=false NAME=movie PLAY=true LOOP=false MENU=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="
</td></tr>
If you refresh your browser and the movie plays it will work every time thereafter if you don't clear your cache because the movie is cached.
Any help would be appreciated.
When visiting the site the video should play immediately, but it doesn't. Instead just a picture displays and the video does not play unless the page is refreshed.
Here is the code I've used:
<tr>
<td align="center" valign="top" height="178" width="230">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="224" height="176" >
<param name="movie" value="webSiteFilm7.swf">
<PARAM NAME=PLAY VALUE=true>
<PARAM NAME=LOOP VALUE=false>
<PARAM NAME=MENU VALUE=false>
<PARAM NAME=QUALITY VALUE=Autohigh>
<PARAM NAME=SCALE VALUE=showall>
<PARAM NAME=ALIGN VALUE=center>
<EMBED SRC="webSiteFilm7.swf" QUALITY=Autohigh WIDTH=224 HEIGHT=176 scale=showall align=center swLiveConnect=false NAME=movie PLAY=true LOOP=false MENU=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="
</td></tr>
If you refresh your browser and the movie plays it will work every time thereafter if you don't clear your cache because the movie is cached.
Any help would be appreciated.