I'm trying to have a flash embed as well as an iframe embed be on the same line -


alright, want embed twitch.tv video feed chat embed side side. thing i'm trying make video automatically re-sizes based on browser resolution.

so, first off re-sizing issue, i've changed width='100%' takes care of that, i've researched , tried implementing (min/max height, percentages, etc) none of seems work. possible have height scale width (ie 1980 width = 1080 height, 16:9, 16:10, 4:3 based on browser)? if not, think might fine having @ 400 height.

onto current issue. i've looked around one. i've been able research div, span, inline , works fine , text, can't of work both embeds. thing add, in post on joomla although i've taken out tinymce , other editors make sure html , code isn't interrupted. changed username staff member.

<p>   <object id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=thegunrun" type="application/x-shockwave-flash" width="100%" height="400">     <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&amp;channel=thegunrun&amp;auto_play=true&amp;start_volume=25" />   </object>   <a class="trk" href="http://www.twitch.tv/thegunrun" style="padding: 2px 0px 4px; display: block; width: 345px; font-weight: normal; font-size: 10px; text-decoration: underline; text-align: center;">watch live video thegunrun's channel on www.twitch.tv</a>   <iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=thegunrun&amp;popout_chat=true" height="500" width="350"></iframe> </p> 

i appreciate assistance. time.

thank miko code edit.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -