Jump to content
  • 0

Как заменить фрагмент html кода (ссылку на стиль плейера) в зависимости от разрешения эрана


deFISH
 Share

Question

Как заменить фрагмент html кода (ссылку на стиль плейера) в зависимости от разрешения эрана?


<div class="block2"> <object width="100%" object height="100%" align="top" id="videoplayer162">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://nikapress.myds.me/structure/uppod.swf" />
<param name="flashvars" value="st=http://nikapress.myds.me/structure/style/2560_player.txt&pl=http://nikapress.myds.me/playlist.txt" />
<embed src="http://nikapress.myds.me/structure/uppod.swf" width="100%" type="application/x-shockwave-flash" height="100%" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" flashvars="st=http://nikapress.myds.me/structure/style/2560_player.txt&pl=http://nikapress.myds.me/playlist.txt" align="top"></embed> </object>
</div>

т.е. заменить нужно "2560_player.txt" на "1440_player.txt" например. Если ширина экрана - от 1280 до 1440 пикселей.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Яваскриптом определить размер окна браузера и, в зависимости от этого заменить flashvars.

у меня фон/размер дивовов через media queries изменяются (разные стили загружаются в зависимости от ширины экрана). не хочется js подмешивать к этому (боюсь как они подружатся + js не знаю практически). может быть можно подругому?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy