Bungie.net Community
This topic has moved here: Subject: HTML for Bungie Rendered Video
  • Subject: HTML for Bungie Rendered Video
Subject: HTML for Bungie Rendered Video

Halo Waypoint Superintendent // Forger // Junior Games & Web Developer.

Halo4ger.com - Founder/Admin.

@DerFlatulator

Reaching Perfection || Blueprint -- Action Sack Lead

Not really sure where to post this, because I'm not sure whether the problem is Bungie related or just my lack of knowledge of HTML.

Ok, What I'm trying to do, is embed a Bungie rendered video to my blog. Copy and pasting the <iframe> code from youtube works perfectly, but the code copied from my Rendered video, results in a link that when clicked, opens the video on a new page.

heres an anchored link to the issue.

the html code used was thus:
<iframe src="http://www.bungie.net/Silverlight/bungiemediaplayer /embed.aspx?fid=18249219" scrolling="no" style="padding:0;margin:0;border:0;" width="640" height="360" ></iframe>
Any help would be appreciated.

  • 07.03.2011 12:05 AM PDT

I wear the cheese, it does not wear me.

This account is now retired due to WLID changing. Webteam needs to fix that, seriously >.>

I'm not very good with html code, but I went digging through some old updates and found one with a silverlight embed and took a look at the source. There are some minor differences between it and your code, mostly in where things are placed... Dunno if it'll help, but I hope it does!

<iframe width="640" scrolling="no" height="360" style="padding: 0pt; margin: 0pt; border: 0pt none;" src="http://www.bungie.net/Silverlight/bungiemediaplayer /embed.aspx?fileId=98021921"></iframe>

  • 07.03.2011 12:38 AM PDT

Halo Waypoint Superintendent // Forger // Junior Games & Web Developer.

Halo4ger.com - Founder/Admin.

@DerFlatulator

Reaching Perfection || Blueprint -- Action Sack Lead


Posted by: Blue Jesse
I'm not very good with html code, but I went digging through some old updates and found one with a silverlight embed and took a look at the source. There are some minor differences between it and your code, mostly in where things are placed... Dunno if it'll help, but I hope it does!

<iframe width="640" scrolling="no" height="360" style="padding: 0pt; margin: 0pt; border: 0pt none;" src="http://www.bungie.net/Silverlight/bungiemediaplayer /embed.aspx?fileId=98021921"></iframe>
Thanks, but unfortunately it didn't help :(
What im thinking at the moment is that Wordpress is parsing the iframe...

  • 07.03.2011 1:08 AM PDT