Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

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.

text navigation plays multiple movies (swf)

Featured Replies

SITE: http://www.nicolaibrix.dk

 

QUESTION: I have a simple HTML site, a text navigation and a slideshow (slideshowpro.net). I want to play my multiple movies (.swf) inside of a simple HTML index page using the text navigation, instead of opening a different page for each of my movies (.swf). That's what I have now. Is that possible?

 

DETAILS: This is what I have now:

 

 

// in the first frame

dados = function (valorMenu) {

enviandoDados = new LocalConnection();

enviandoDados.send("conexao", "valor", valorMenu);

trace(valorMenu);

};

 

I need to do something similar with my text navigation. If the navigation buttons were in flash:

 

//btn1

on (release) {

_root.dados("slideshow/slideshow.swf");

}

 

//btn2

on (release) {

_root.dados("slideshow2/slideshow2.swf");

}

 

//btn3

on (release) {

_root.dados("slideshow3/slideshow3.swf");

}

 

//btn4

on (release) {

_root.dados("slideshow4/slideshow4.swf");

}

 

//btn5

on (release) {

_root.dados("slideshow5/slideshow5.swf");

}

 

// inside of the SlideShow, I just use that in the first frame apenas coloque no primeiro frame:

 

recebendoDados = new LocalConnection();

recebendoDados.connect("conexao");

recebendoDados.valor = function(menuArquivo) {

loadMovieNum (menuArquivo,0);

};

Create an account or sign in to comment

Account

Navigation

Search

Search

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.