- Posts: 4
COMMUNITY FORUM
How to get autostart to work?
- bensontel2
-
Topic Author
- Offline
- New Member
Less
More
17 years 9 months ago #4487
by bensontel2
How to get autostart to work? was created by bensontel2
First, thank you for this impressive plug in. I love it. I have it working here:
www.slowdownnow.org/content/view/54/88/
but I can't see how to get my Google video to play on page load. I checked the box to have it start automatically, but I think that is only if you are hosting the file locally.
Please advise. I did look for the answer before posting (I may be slow, but I am not very smart).
Thanks,
Christopher
www.slowdownnow.org/content/view/54/88/
but I can't see how to get my Google video to play on page load. I checked the box to have it start automatically, but I think that is only if you are hosting the file locally.
Please advise. I did look for the answer before posting (I may be slow, but I am not very smart).
Thanks,
Christopher
Please Log in or Create an account to join the conversation.
- iasonnas
-
- Offline
- New Member
Less
More
- Posts: 10
17 years 9 months ago #4488
by iasonnas
Replied by iasonnas on topic Re: How to get autostart to work?
you can go to mambots/content/plugin_jw_allvideos.php and edit the parameters of each video server
for example for youtube videos you can replace the parameter
autoplay=0 to autoplay=1 (that's about line 150)
for google video you must change the parameter autoPlay=false to autoPlay=true (that's about line 130)
On this way you can change all the servers you use :)
for example for youtube videos you can replace the parameter
autoplay=0 to autoplay=1 (that's about line 150)
for google video you must change the parameter autoPlay=false to autoPlay=true (that's about line 130)
On this way you can change all the servers you use :)
Please Log in or Create an account to join the conversation.
- bensontel2
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
17 years 9 months ago #4489
by bensontel2
Replied by bensontel2 on topic Re: How to get autostart to work?
Thanks. I did a search within the file for autoplay but couldn't find anything to do with google (where my video is hosted).
Here is the line to do with google, but I don't see a way to change the autoplay.
"google" => array("<embed style=\"".$width." ".$height."\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"video.google.com/googleplayer.swf?docId=***code***&hl=en\">", "#{google}(.*?){/google}#s") ,
Any help appreciated. Thanks.
Here is the line to do with google, but I don't see a way to change the autoplay.
"google" => array("<embed style=\"".$width." ".$height."\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"video.google.com/googleplayer.swf?docId=***code***&hl=en\">", "#{google}(.*?){/google}#s") ,
Any help appreciated. Thanks.
Please Log in or Create an account to join the conversation.
- iasonnas
-
- Offline
- New Member
Less
More
- Posts: 10
17 years 9 months ago #4490
by iasonnas
Replied by iasonnas on topic Re: How to get autostart to work?
here it is how mine looks like..
"google" => array("<embed FlashVars=\"autoPlay=true\" style=\"width:520px; height:400px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=***code***&hl=en\"></embed>", "#{google}(.*?){/google}#s") ,
Please Log in or Create an account to join the conversation.
- bensontel2
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
17 years 9 months ago #4491
by bensontel2
Replied by bensontel2 on topic Re: How to get autostart to work?
Thanks again. I am using the latest version of the plugin. Maybe you aren't?
Please Log in or Create an account to join the conversation.
- iasonnas
-
- Offline
- New Member
Less
More
- Posts: 10
17 years 9 months ago #4492
by iasonnas
Replied by iasonnas on topic Re: How to get autostart to work?
i do but i have done some modifications, to cover my needs :D
did it finally work ?
did it finally work ?
Please Log in or Create an account to join the conversation.
- bensontel2
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
17 years 9 months ago #4493
by bensontel2
Replied by bensontel2 on topic Re: How to get autostart to work?
Thanks. It works a treat www.slowdownnow.org/content/view/54/88/
I was not very confident altering a php file. I know enough only to be dangerous.
I appreciate it.
I was not very confident altering a php file. I know enough only to be dangerous.
I appreciate it.
Please Log in or Create an account to join the conversation.