| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| HiPeople Registriert seit: Apr 2002
Beiträge: 135
| mp3 stream
hallo, kann mir mal jemand sagen warum das hier nicht geht, wenn im onEnterFrame bereich ein trace machen will, erhalte ich immer 'undefined'. mein pfade sind doch alle richtig, ODER ? Code: _root.createEmptyMovieClip('loop',100);
_root.loop.onLoad=function()
{
this.s=new Sound();
this.s.loadSound('mp3/loop.mp3',true);
this.s.dur=this.s.duration;
this.s.pos=this.s.position;
}
_root.loop.onEnterFrame=function()
{
trace(this.s.pos);
} danke |
| | |
| | #2 (permalink) |
| HiPeople Registriert seit: Apr 2002
Beiträge: 135
| der code
_root.createEmptyMovieClip('loop',100); _root.loop.onLoad=function() { this.s=new Sound(); this.s.loadSound('mp3/loop.mp3',true); this.s.dur=this.s.duration; this.s.pos=this.s.position; } _root.loop.onEnterFrame=function() { trace(this.s.pos); } |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |