login  Naam:   Wachtwoord: 
Registreer je!
 Forum

onclick="PlayMedia()" in FireFox (Opgelost)

Offline IndexS - 06/11/2007 11:33
Avatar van IndexSMySQL interesse Ik gebruik in IE onderstaande samen met de onclick functie.
Deze werkt prima, maar werkt dit ook in FF??
  1. function PlayMedia(url)
  2. {
  3. var player = document.getElementById('player1');
  4. player.URL = url;
  5.  
  6. }


Kan het nog niet aan de praat krijgen  

8 antwoorden

Gesponsorde links
Offline delta_004 - 06/11/2007 11:42
Avatar van delta_004 Onbekend Je kan het tog ook zelf proberen:)? Maar het zou moeten werken jah;) Maar waarscheinlijk is player.URL (URL=Invallid)
Offline IndexS - 06/11/2007 11:49
Avatar van IndexS MySQL interesse Ik heb al meerdere malen geprobeerd, maar op 1 of andere manier wil de embed mediaplayer geen variabele accepteren. Als er een vaste src staat dan werkt mediaplayer wel, maar zodra ik bovenstaande wil gebruiken doet ie niks. Er gebeurd gewoon niks.
Offline CDNC - 06/11/2007 21:01
Avatar van CDNC PHP ver gevorderde .url => .src ?
Offline IndexS - 08/11/2007 09:47 (laatste wijziging 13/11/2007 21:48)
Avatar van IndexS MySQL interesse ik neem aan dat je bedoelt dat ik de .url moet vervangen door .src.
Heb ik geprobeerd, maar dan werkt het ook niet meer in IE.  
Iets anders misschien????
Offline kjarli - 13/11/2007 21:58
Avatar van kjarli Nieuw lid hoe zie je embed er dan uit?
Offline IndexS - 14/11/2007 15:35
Avatar van IndexS MySQL interesse @kjarli : bedankt voor je reactie

Staat in dit topic:

http://www.site...ayer_in_FF

Offline kjarli - 14/11/2007 18:58
Avatar van kjarli Nieuw lid Als je het mij vraagt moet je eens kijken hoe en wat een object/embed doet...
Je hebt uberhaupt nog geen default link.

zie:

Required attributes

The following attributes are required within the object and/or embed tags when adding a Flash movie to an HTML page:
Both object and embed:

* width - Specifies the width of the movie in either pixels or percentage of browser window.
* height - Specifies the height of the movie in either pixels or percentage of browser window.

object tag only:

* classid - Identifies the ActiveX control for the browser. (See example code in TechNote tn_4150 for the correct value.)
* codebase - Identifies the location of the Flash Player ActiveX control so that the browser can automatically download it if it is not already installed. (See example code in TechNote tn_4150 for the correct value.)
* movie (param) - Specifies the location (URL) of the movie to be loaded.

embed tag only:

* src - Specifies the location (URL) of the movie to be loaded.
* pluginspage - Identifies the location of the Flash Player plug-in so that the user can download it if it is not already installed. EMBED only. (See example code in TechNote tn_4150 for the correct value.)

http://kb.adobe...d=tn_12701

// Store the sample playlist object in a variable.
var pl = Player.playlistCollection.getByName("Sample Playlist").item(0);

// Store the first media item from the sample playlist.
var media = pl.item(0);

// Change the URL property of the player to the URL of the media item.
Player.URL = media.sourceURL;

// Play the media item.
Player.controls.play();

http://msdn2.mi...62749.aspx
Offline IndexS - 15/11/2007 11:49
Avatar van IndexS MySQL interesse Bij default bedoel je waarschijnlijk dat als er een link niet bestaat deze wordt geladen. Bij value staat nu niks omdat er default niks geladen moet worden. Pas als er op een link geklikt wordt moet een stream adres afgespeeld worden in WMP. Als ik op internet zoek vind ik steeds voorbeelden waarbij de value ook leeg is.
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.216s