Jump to content
  • 0

Флеш баннер в Html


money121
 Share

Question

Такая загвоздка! Нужно поставить флеш баннер на сайт.

Что мне прописать в html коде чтобы он отображался на сайте?

И как мне его поставить в определенное место на странице?

Если кто знает расскажите а то я новичек в этом деле!!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Такая загвоздка! Нужно поставить флеш баннер на сайт.

Что мне прописать в html коде чтобы он отображался на сайте?

И как мне его поставить в определенное место на странице?

Если кто знает расскажите а то я новичек в этом деле!!!

Каждая программа создающая флеш объект имеет такую опцию как Export as это сохранить как,сохраняете в папку www, там где располагается ваш html файл затем при помощи каково нибудь html редактора вставляете в нужное место страницы/

Link to comment
Share on other sites

  • 0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Вставка флешь</title>
<script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','303','height','219','src','ПУТЬ К ВАШЕМУ ФЛЕШ РОЛИКУ','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','ПУТЬ К ВАШЕМУ ФЛЕШ РОЛИКУ' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="303" height="219">
<param name="movie" value="ПУТЬ К ВАШЕМУ ФЛЕШ РОЛИКУ" />
<param name="quality" value="high" />
<embed src="ПУТЬ К ВАШЕМУ ФЛЕШ РОЛИКУ" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="ВАШИ ЗНАЧЕНИЯ ШИРИНЫ" height="ВАШИ ЗНАЧЕНИЯ ВЫСОТЫ"></embed>
</object></noscript>
</body>
</html>

Edited by marrone-art
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