Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  0] [ 1]  / answers: 1 / hits: 25767  / 12 Years ago, sun, january 20, 2013, 12:00:00

I'm really puzzled how this is not working, but the video just wont auto start for some reason, am I doing something wrong? the embedded code is for flash playback



<object width=600 height=409>

<param name=movie value=http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf></param>
<param name=flashvars value=src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>></param>
<param name=allowFullScreen value=true></param>
<param name=allowscriptaccess value=always></param>
<param name=autoPlay value=true></param>

<embed src=http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf
type=application/x-shockwave-flash allowscriptaccess=always allowfullscreen=true autoPlay=true
width=600 height=409 flashvars=src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>>
</embed>

</object>

More From » flash

 Answers
13

Try to put autoPlay=true in the flashvars param to send this param to swf file:



<param name=flashvars value=src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>&autoPlay=true></param>


I have tested, it's work.



Remember to change the flashvars attribute in <embed> tag, too =)


[#80744] Friday, January 18, 2013, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nadiatristinl

Total Points: 151
Total Questions: 116
Total Answers: 108

Location: Japan
Member since Tue, Jul 26, 2022
2 Years ago
nadiatristinl questions
Tue, Mar 15, 22, 00:00, 2 Years ago
Wed, Dec 29, 21, 00:00, 2 Years ago
Thu, Dec 17, 20, 00:00, 4 Years ago
Sat, Jul 11, 20, 00:00, 4 Years ago
Wed, Apr 29, 20, 00:00, 4 Years ago
;