home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Support for a site request thread
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="doskabouter" data-source="post: 536044" data-attributes="member: 98267"><p>I don't quite understand it.</p><p>As far as I can see, there is only one hard-coded hash in the current southparkde.cs, and I only changed some url parts to match the southpark.nl site.</p><p>These two sites have almost identical html (only some words are translated to english (episoden->episodes)), so I find it hard to believe that the southpark.nl uses other "tricks" as the southpark.de site.</p><p></p><p>So (I hope) the only thing I need is to get the nl-variant of the hash you hard-coded. How did you get this hash?</p><p></p><p>I digged a little deeper into the html of the page with the flash player on it, and there are some differences:</p><p>Southpark.de:</p><p>[CODE]</p><p>var flashvars = {</p><p>mode : "fe",</p><p>autoPlay : "true"</p><p>};</p><p></p><p>var params = {</p><p>allowFullScreen : "true",</p><p>allowScriptAccess : "always",</p><p>enablejavascript : "true",</p><p>swLiveConnect : "true",</p><p>quality : "high",</p><p>bgcolor : "#000000",</p><p>align : "middle",</p><p>name : "ump",</p><p>pluginspage : "http://www.macromedia.com/go/getflashplayer"</p><p>};</p><p>var attributes = {</p><p>id : "mtvnPlayer",</p><p>type : "application/x-shockwave-flash"</p><p>};</p><p>swfobject.embedSWF("http://media.mtvnservices.com/mgid:hcx:content:southparkstudios.de:4653989b-84e6-4cc5-ad28-608532bb065d", "mtvnPlayer", "100%", "100%", "9.0.0", false, flashvars, params, attributes);</p><p>[/CODE]</p><p></p><p>Southpark.nl:</p><p>[CODE]</p><p>var flashvars = {</p><p>soWmode: "window",</p><p>autoPlay: "true",</p><p>soTargetDivId: "video_player_box"</p><p>};</p><p>var params = {</p><p>allowscriptaccess: "always",</p><p>allowfullscreen: "true",</p><p>wmode: "transparent"</p><p>};</p><p>var attributes = {</p><p>id : "mtvnPlayer",</p><p>type : "application/x-shockwave-flash"</p><p>};</p><p>swfobject.embedSWF("http://media.mtvnservices.com/mgid:hcx:item:southparkstudios.nl:d9c31a54-ef68-4d54-9336-d5412645982f", "clips_player_swf", "480", "400", "9.0.115", "http://www.southparkstudios.com/clips/expressInstall.swf", flashvars, params, attributes);</p><p></p><p>[/CODE]</p><p></p><p>Does this help?</p><p></p><p>If this is working, then I may make a generic "southpark class" with configurable parameters for each country through the config</p></blockquote><p></p>
[QUOTE="doskabouter, post: 536044, member: 98267"] I don't quite understand it. As far as I can see, there is only one hard-coded hash in the current southparkde.cs, and I only changed some url parts to match the southpark.nl site. These two sites have almost identical html (only some words are translated to english (episoden->episodes)), so I find it hard to believe that the southpark.nl uses other "tricks" as the southpark.de site. So (I hope) the only thing I need is to get the nl-variant of the hash you hard-coded. How did you get this hash? I digged a little deeper into the html of the page with the flash player on it, and there are some differences: Southpark.de: [CODE] var flashvars = { mode : "fe", autoPlay : "true" }; var params = { allowFullScreen : "true", allowScriptAccess : "always", enablejavascript : "true", swLiveConnect : "true", quality : "high", bgcolor : "#000000", align : "middle", name : "ump", pluginspage : "http://www.macromedia.com/go/getflashplayer" }; var attributes = { id : "mtvnPlayer", type : "application/x-shockwave-flash" }; swfobject.embedSWF("http://media.mtvnservices.com/mgid:hcx:content:southparkstudios.de:4653989b-84e6-4cc5-ad28-608532bb065d", "mtvnPlayer", "100%", "100%", "9.0.0", false, flashvars, params, attributes); [/CODE] Southpark.nl: [CODE] var flashvars = { soWmode: "window", autoPlay: "true", soTargetDivId: "video_player_box" }; var params = { allowscriptaccess: "always", allowfullscreen: "true", wmode: "transparent" }; var attributes = { id : "mtvnPlayer", type : "application/x-shockwave-flash" }; swfobject.embedSWF("http://media.mtvnservices.com/mgid:hcx:item:southparkstudios.nl:d9c31a54-ef68-4d54-9336-d5412645982f", "clips_player_swf", "480", "400", "9.0.115", "http://www.southparkstudios.com/clips/expressInstall.swf", flashvars, params, attributes); [/CODE] Does this help? If this is working, then I may make a generic "southpark class" with configurable parameters for each country through the config [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Support for a site request thread
Contact us
RSS
Top
Bottom