HTML Page code on one line.
3 posters
Page 1 of 1
HTML Page code on one line.
I have 2 codes... from twitch.tv, I want to embed the live player and chat on the same line, at the monet they are showing as the live player on top and the chat below it.... how do I do this?
Here are the codes...
Here are the codes...
- Code:
<object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a>
- Code:
<iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe>
Last edited by Adam360 on August 12th 2014, 11:47 am; edited 1 time in total
Re: HTML Page code on one line.
Try this:
- Code:
[table][tr][td]<object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a>[/td]
[td] <iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe>[/td]
[/tr]
[/table]
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: HTML Page code on one line.
Where are you adding these?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: HTML Page code on one line.
Into a brand new HTML page... here... http://www.hit-alliance.com/h4-featured
Re: HTML Page code on one line.
Ok then try this one:
- Code:
<table><tr><td><object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a></td>
<td> <iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe></td></table>
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: HTML Page code on one line.
since this topic was marked solved I'll move this to the archives
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum