Super...einen Schritt weiter. Ich habe nun eine mediabox_src.js gefunden.
In Zeile 81-91 habe ich folgendes gefunden:
Code:
// Global media options
scriptaccess: 'true', // Allow script access to flash files
fullscreen: 'true', // Use fullscreen
fullscreenNum: '1', // 1 = true
autoplay: 'true', // Plays the video as soon as it's opened
autoplayNum: '1', // 1 = true
autoplayYes: 'yes', // yes = true
volume: '100', // 0-100, used for NonverBlaster and Quicktime players
medialoop: 'true', // Loop video playback, true / false, used for NonverBlaster and Quicktime players
bgcolor: '#000000', // Background color, used for flash and QT media
wmode: 'opaque', // Background setting for Adobe Flash ('opaque' and 'transparent' are most common)
Hier sollte man den Autoplay und Loop für den Film doch ausschalten können...
Ändere ich
autoplay: 'true' > autoplay: 'false'
medialoop: 'true' > medialoop: 'false'
autoplayYes: 'yes' > autoplayYes: 'no'
und lade die Datei nochmals hoch...geht immer noch nichts...Sprich Film startet automatisch und läuft durch inkl. Loop
Gandalf