Vertaling van "ProLoader" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Removes a child of this ProLoader object that was loaded by using the load() method.
Supprime un enfant de l'objet Loader chargé à l'aide de la méthode load().
You can also use a ProLoader instance "offlist," that is without adding it to a display object container on the display list.
Vous pouvez également utiliser une occurrence de Loader sans l'intégrer à un conteneur d'objet d'affichage de la liste d'affichage.
The child is not necessarily destroyed because other objects might have references to it; however, it is no longer a child of the ProLoader object.
L'enfant n'est pas nécessairement détruit, car d'autres objets risquent de s'y référer. Il n'est cependant plus un enfant de l'objet Loader.
When you use this method, consider the Flash Player security model, which is described in the ProLoader class description.
Si vous utilisez cette méthode, tenez compte du modèle de sécurité de Flash Player, expliqué dans la description de la classe Loader.
The value of the parameters property is null for ProLoader objects that contain SWF files that use ActionScript 1.0 or 2.0.
La valeur de la propriété parameters est null pour les objets Loader qui contiennent des fichiers SWF qui utilisent ActionScript 1.0 ou 2.0.
Creates a ProLoader object that you can use to load files, such as SWF, JPEG, GIF, or PNG files.
Crée un objet Loader qui permet de charger des fichiers (SWF, JPEG, GIF ou PNG).
Throws SecurityError - Only content in the ProLoader object's sandbox can set this property.
SecurityError - Seul le contenu dans le sandbox de l'objet Loader peut définir cette propriété.
Call the load() method to load the asset as a child of the ProLoader instance.
As the ProLoader object can contain only a single child, issuing a subsequent load() request terminates the previous request, if still pending, and commences a new load.
Puisque l'objet Loader ne peut contenir qu'un seul enfant, générer une nouvelle requête load() met fin à la requête précédente si elle est en attente et démarre un autre chargement.
A SWF file or image loaded into a ProLoader object inherits the position, rotation, and scale properties of the parent display objects of the ProLoader object.
Un fichier SWF ou une image chargé(e) dans un objet Loader hérite des propriétés position, rotation et scale (échelle) des objets d'affichage parent de l'objet Loader.