Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

SQL Result in einen FLV Player

Empfohlene Antworten

huhu, ich hab eine tabelle wo dateinamen drin stehen ****.mp4 und lese die werte mittels einem sql query bei einer auswahl eines dropdown menü´s aus. Den Dateinamen möchte ich nun in eine Variable speichern und dann in Javascript übergeben. Damit ich dann

<p id='preview'>The player will show in this paragraph</p>

<script type='text/javascript' src='player/swfobject.js'></script>

<script type='text/javascript'>


var s1 = new SWFObject('player/player.swf','player','400','300','9');

s1.addParam('allowfullscreen','true');

s1.addParam('allowscriptaccess','always');

s1.addParam('flashvars','file=../filme/[COLOR="Red"]VARIABLE[/COLOR].');

s1.write('preview');

die variable die den dateinamen beinhaltet dort reinschreiben kann.

kann mri da jemand helfen?

danke

Bearbeitet von Hyäne

kann erstmal außer acht gelassen werden.

hab es jetzt so gemacht:

<? $film = "zoom_Rostow.mp4"; ?>

<p id='preview'>The player will show in this paragraph</p>

<script type='text/javascript' src='player/swfobject.js'></script>

<script type='text/javascript'>

var s1 = new SWFObject('player/player.swf','player','400','300','9');

s1.addParam('allowfullscreen','true');

s1.addParam('allowscriptaccess','always');

s1.addParam('flashvars','file=../filme/<? echo $film; ?>');

s1.write('preview');

</script>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

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.