Hi all,
I've embedded a video to my web site, but when you open the page in which video in you have:
- video auto-started
- high audio volume
I would like to:
- having not auto start
- tuning volume as i need
This is code i put inside:
<object width="318" height="258">
<param name="movie" value="http://www.xxxx.it/xxxxxxx/swf/player.swf" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=www.xxxx.it/xxxxxxx/videos/xxxxxxx.flv&autostart=true" />
<embed src="http://www.xxxx.it/xxxxxxx/swf/player.swf" type="application/x-shockwave-flash" flashvars="file=file=www.xxxx.it/xxxxxxx/videos/xxxxxxx.flv&autostart=true" allowscriptaccess="always" allowfullscreen="true" width="318" height="258"></embed>
</object>
Ciao and thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
you will have to re-encode your videos with lower audio levels.
did you try &autostart=flase? or just leaving it out?--
"a lot of people are better dead" - prisoner KSC2-303 -
If your web FLV player supports it (it is an option in JW FLV Player), you could add e.g. &volume=25 to the flashvars (scale is 0–100).
Similar Threads
-
Want to download Embedded Video from a Site !
By augustya in forum Software PlayingReplies: 4Last Post: 8th Jul 2011, 03:14 -
Joining video files, fine tuning gets annoying
By Anonymous4442 in forum EditingReplies: 4Last Post: 13th May 2011, 10:57 -
Problem with embedded video
By brainsmith in forum Newbie / General discussionsReplies: 5Last Post: 25th Jan 2010, 15:57 -
Finding source URL of an embedded video
By planetx in forum Video Streaming DownloadingReplies: 5Last Post: 16th Mar 2009, 11:54 -
I have an embedded video on my website..
By KameronK in forum Newbie / General discussionsReplies: 1Last Post: 7th May 2008, 07:24