Welcome, Guest
Username Password: Remember me

Passing Vimeo Parameters to AVR
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Passing Vimeo Parameters to AVR

Passing Vimeo Parameters to AVR 02 Jul 2010 16:59 #2341

Can anyone tell me how to modify AVR to have Vimeo videos default to SD? I found the following parameter to add to the embed, but am not sure how to implement it in the AVR PHP so it works with the pop up.

right after EACH instance (there are two) of "server=vimeo.com&" simply insert "hd_off=1&".



It seems Vimeo hasnt gotten around to a default, and it leaves it up to cookies. Unfortunately, they limit the number of HD views. There is a big thread on their forums, and the above code supposedly works, but because I am using a pop up player, there is no where to put it.


Thanks

Re:Passing Vimeo Parameters to AVR 02 Jul 2010 17:54 #2343

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
Perhaps you can add it to the mediacode? {vimeo hd_off=1}fileid{/vimeo} ??
"You shall know the truth and the truth shall set you free." JC

Re:Passing Vimeo Parameters to AVR 02 Jul 2010 20:18 #2344

Ken Mcdonald over on the JoomlaCode forums was kind enough to help me out:

In AVR Manage Players edit the Vimeo player and add the code in bold below:

<script type="text/javascript">
swfobject.embedSWF('www.vimeo.com/moogaloop.swf?clip_id=@COD...;autoplay=@AUTOSTART!d@&fullscreen=@USEFULLSCREEN!d@&hd_off=1','@DIVID@','@WIDTH@','@HEIGHT@','9.0.28',@XPINST@,
false,{wmode:'@WMODE@',allowfullscreen:'true',scale:'showall',bgcolor:'@BGCOLOR@',menu:'@MENU@'},{id:'p_@DIVID@',styleclass:'@AVCSS@'});
</script>
Last Edit: 02 Jul 2010 20:21 by Mark Selph.
  • Page:
  • 1
Time to create page: 0.52 seconds