Jump to content
  • 0

Условия открытия страницы без флеш


aquapasha
 Share

Question

9 answers to this question

Recommended Posts

  • 0

На странице без флеш добавбье флеш с таким кодом на ActionScirpt 3:

var url:URLRequest = new URLRequest("Страница_с_флеш.html");navigateToURL(url);

По умолчанию открывайте страницу без флеш, если флеш поддерживается, то она перенаправит на страницу с флеш.

Link to comment
Share on other sites

  • 0

На странице без флеш добавбье флеш с таким кодом на ActionScirpt 3:

var url:URLRequest = new URLRequest("Страница_с_флеш.html");navigateToURL(url);

По умолчанию открывайте страницу без флеш, если флеш поддерживается, то она перенаправит на страницу с флеш.

<!DOCTYPE html><html><head><meta charset="utf-8"><title>Главная</title><link href="favicon.ico" type="image/x-icon" rel="icon"><link href="favicon.ico" type="image/x-icon" rel="shortcut icon"><link href="css/class.css" type="text/css" rel="stylesheet"><link href="css/style.css" type="text/css" rel="stylesheet">    <script type="application/x-shockwave-flash"> var url:URLRequest = new URLRequest("flash/index.html");navigateToURL(url);    </script> </head>

сделал так, не работает (я не шарю в AS) что не так?

Link to comment
Share on other sites

  • 0

AS надо писать во флеше, а не в HTML.

я полагаю там надо еще че то качать и компилировать, а не просто создать файл текстовой и дописать, можете файлик дать swf с этим кодом, у меня такая структура файлов

/index.html - без флеша

/flash/index.html - с флешем

если не сложно

Link to comment
Share on other sites

  • 0

самый простой вариант на мой взгляд - заюзать SWFObject там есть два нужных вам параметра: xiRedirectUrl и redirectUrl.

Там ещё можно определить версию Flash, если возвращается 0, то Flash не установлен.

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