Skip to content

Instantly share code, notes, and snippets.

@fpinzn
Created September 27, 2012 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fpinzn/3791413 to your computer and use it in GitHub Desktop.
Save fpinzn/3791413 to your computer and use it in GitHub Desktop.
Erroneus Vimeo Embed code
<object type="application/x-shockwave-flash"
id="player41071413_2041039309"
name="player41071413_2041039309"
class=""
data="http://a.vimeocdn.com/p/flash/moogaloop/5.2.39/moogaloop.swf?v=1.0.0"
width="100%"
height="100%"
style="visibility: visible; ">
<param name="allowscriptaccess" value="always">
<param name="allowfullscreen" value="true">
<param name="scalemode" value="noscale">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#000000">
<param name="flashvars" value="server=vimeo.com
&player_server=player.vimeo.com
&cdn_server=a.vimeocdn.com
&embed_location=http://subdomain.bitremix.com/apply/3
&force_embed=0
&force_info=0
&moogaloop_type=moogaloop
&js_api=1
&js_getConfig=player41071413_2041039309.getConfig
&js_setConfig=player41071413_2041039309.setConfig
&clip_id=41071413
&fullscreen=1
&js_onLoad=player41071413_2041039309.player.moogaloopLoaded
&js_onThumbLoaded=player41071413_2041039309.player.moogaloopThumbLoaded">
</object>
@fpinzn
Copy link
Author

fpinzn commented Sep 27, 2012

In line #20 the embed_location is wrong. It should be "http://subdomain.lvh.me:3000/apply/3".

@fpinzn
Copy link
Author

fpinzn commented Sep 27, 2012

In line #20 the embed_location is wrong. It should be "http://subdomain.lvh.me:3000/apply/3".

@fpinzn
Copy link
Author

fpinzn commented Sep 27, 2012

In line #20 the embed_location is wrong. It should be "http://subdomain.lvh.me:3000/apply/3".

@fpinzn
Copy link
Author

fpinzn commented Sep 27, 2012

Line #20 should be "&embed_location=http://subdomain.lvh.me:3000/apply/3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment