Skocz do zawartości
View in the app

A better way to browse. Learn more.

Max3D.pl

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Napisano

Witam chciałbym zrobić tak aby w menu podręcznym (tym po naciśnieciu prawym przyciskiem) był jakiś mój napis ale zęby po naciśnięciu na niego się nic nie działo robię wszystko według tego

 

1. Otwieramy Flash CS3

2. Wybieramy Plik Flash (AS2)

3. Robimy to co chcemy

4. Tworzymy nową warstwę dodajemy jej kod:

var mnu:ContextMenu = new ContextMenu();

mnu.hideBuiltInItems();

function goTo() { getURL("http://Link"); };

mnu.customItems.push(new ContextMenuItem("Twoj Tekst",goTo));

this.menu = mnu;

5. Testujemy Filmik klikamy prawy klawiszem i oglądamy nasze menu.

 

Co trzeba zmienić bo narazie po naciśnieciu na link swój wchodzi na stronke "http://Link"

  • Odpowiedzi 2
  • Wyświetleń 1,2k
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Napisano

zrobić pustą funkcję:

var mnu:ContextMenu = new ContextMenu();
mnu.hideBuiltInItems();
function goTo(obj, item) {  };
mnu.customItems.push(new ContextMenuItem("Twoj Tekst",goTo));
this.menu = mnu;

 

Jakby co to wal na IRC'a tam postaram się pomóc.

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Powiadomienie o plikach cookie

Wykorzystujemy cookies. Przeczytaj więcej Polityka prywatności

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.