Adding videos in Expression Web 4
-
quarta-feira, 22 de fevereiro de 2012 08:42
Hi
I am new to Expression Web 4; I have inserted a wmv file into a page and it plays Ok online but all you see is black box till you click on the play button. I have set the video to not start on it is own; I want the viewer to click the play button first for it to start playing; but by doing this, you do not see the image of the video unless you hit the play button. How can I have it where it shows the video; like you can see the speaker for example, then you need to click on the play button for it to play. Thanks
Todas as Respostas
-
quarta-feira, 22 de fevereiro de 2012 09:33
Add the following parameter:
<param name="transparentStart" value="true"/>
This should show the first frame of the video.
HTH
Ian Haynes
EW - V4 Add-Ins
EW - Resources, hints and tips
EW - Design for the Mobile Web- Sugerido como Resposta Ian Haynes quinta-feira, 23 de fevereiro de 2012 09:02
- Não Sugerido como Resposta Ian Haynes quinta-feira, 23 de fevereiro de 2012 09:04
-
quinta-feira, 23 de fevereiro de 2012 04:38
Hi Ian
Thanks for your help. In my case I do not see this parameter transparentStart to turn true or false. However, I right clicked the video in my page and got to the Active XControl Properties; there under "Advanced" tab there is an option to set the frame to 0 or more under "Current Position" and by adding 1 and unchecking the box for "AutoStart" under "Playback Options" on the "General" tab the video now plays the way I want it. You do the see first frame online and it does not play untill you click on play button. Your suggestion did help me. Thanks
- Sugerido como Resposta Ian Haynes quinta-feira, 23 de fevereiro de 2012 09:02
- Não Sugerido como Resposta Ian Haynes quinta-feira, 23 de fevereiro de 2012 09:02
-
quinta-feira, 23 de fevereiro de 2012 04:50
M Y K,
Just FYI, Ian posted code. You'd type that in yourself, in Code View, not expect to see it in options.
You can look in your Code View and see if that is now in there, or if your method set other parameters. :)
-
quinta-feira, 23 de fevereiro de 2012 16:23Thank you; I noticed that later. I am not used to working with code; however, I added that one line in the code later. All works OK now. Thanks again.

