Author Topic: Remove Embed Option  (Read 1923 times)

Roo

  • Lurker
  • *
  • Posts: 1
Remove Embed Option
« on: 13 de July de 2009, 12:49:24 AM »
Thanks for a quick and easy plugin. One question though, is there a way to remove the Embeded option when you finish the video. I do not want users to see tha paths, just watch the videos.

Thanks

carflob

  • Lurker
  • *
  • Posts: 2
Re: Remove Embed Option
« Reply #1 on: 23 de August de 2009, 11:49:36 PM »
Thanks for a quick and easy plugin. One question though, is there a way to remove the Embeded option when you finish the video. I do not want users to see tha paths, just watch the videos.

Thanks
Ok, First excuseme for my english no is good, now to solutions this. Search in the module directory "mod_mediaplayer" the directory "tmpl", Edit the file default.php and modify the line where say
Code: [Select]
s1.addParam('allowscriptaccess','allways'); subs "allways" for "never" Ejm.:
Code: [Select]
s1.addParam('allowscriptaccess','never'); and ready.

cybercon

  • Lurker
  • *
  • Posts: 1
Re: Remove Embed Option
« Reply #2 on: 10 de January de 2010, 04:23:57 AM »
Excellent Plugin- but how in the plugin do I remove the embed option. I only want to play video. I tried to change the swfobject file, but that did not work. I do not wish to use the module, can you assist me please.

ryansosodef

  • Lurker
  • *
  • Posts: 2
Re: Remove Embed Option
« Reply #3 on: 04 de February de 2010, 04:11:57 AM »
Can you please give instructions on how to REMOVE the embed feature for the PLUGIN.

dishy

  • Lurker
  • *
  • Posts: 1
Re: Remove Embed Option
« Reply #4 on: 16 de March de 2010, 03:02:22 PM »
When you use Mediaplayer as a module, you can remove embed function as described above.
When you use Mediaplayer as a plugin within the editor, change

s1.addParam("allowscriptaccess","always");

to

s1.addParam("allowscriptaccess","never");

in the file /plugins/content/mediaplayer.php