Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Fwd: failure notice

Fwd: failure notice

2004-02-25       - By gilles BERTRAND

 Back
>
> Nope  it just stays on a time and bounce back to it each time.
>
> please Urgent
> Le 25-f=E9vr.-04, =E0 16:13, Mike West a =E9crit :
>
>> This is a guess, but try larger intervals -2, -5?
>>
>> On Feb 25, 2004, at 12:39 AM, gilles BERTRAND wrote:
>>
>>> Could some body help me i'm working on a small flv player for an
>>> elarning app and i don't understand why
>>>
>>> this doesn't seem to work
>>>
>>> my_ns =3D new NetStream();
>>> netConn =3D new NetConnection();
>>> netConn.connect(null);
>>> my_ns =3D new NetStream(netConn);
>>> maVideo.attachVideo(my_ns);
>>> my_ns.onMetaData =3D function(obj)
>>> {
>>>   trace(obj.duration);
>>>   //trace(obj.videodatarate);
>>>   //trace(obj.audiodatarate);
>>>   fullLength =3D obj.duration;
>>> };
>>> my_ns.play("essai.flv");
>>> function rewind()
>>> {
>>>   my_ns.seek(my_ns.time-1);
>>> }
>>>
>>> rw.onPress =3D function()
>>> {
>>>   rew_int =3D setInterval(rewind, 100);
>>> };
>>> rw.onRelease =3D function(){
>>> clearInterval(rew_int);
>>> }
>>>
>>> it'seems to stay at the same place
>>>
>>> PS: Sorry for my pour e,glish i'm from belgium (french);
>>> BERTRAND Gilles
>>>
>>>
>>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> -=20=
>
>>> -
>>> Supported by Fig Leaf Software
>>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> -=20=
>
>>> -
>>> Be sure to check the archives and the wiki:
>>> http://chattyfig.figleaf.com/
>>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> -=20=
>
>>> -
>>> http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:105162
>>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> -=20=
>
>>> -
>>> To unsubscribe send a blank e-mail to: Normal Mode: =20
>>> flashcoders-unsubscribe@(protected)
>>> Digest Mode: flashcoders-digest-unsubscrive@(protected)
>>>
>>
>>
>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>> Supported by Fig Leaf Software
>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>> Be sure to check the archives and the wiki:
>> http://chattyfig.figleaf.com/
>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>> http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:105218
>> =
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>> To unsubscribe send a blank e-mail to: Normal Mode: =20
>> flashcoders-unsubscribe@(protected)
>> Digest Mode: flashcoders-digest-unsubscrive@(protected)
>>
>>
>
>
> --Apple-Mail-19-647440954
> Content-Transfer-Encoding: quoted-printable
> Content-Type: text/enriched;
>   charset=ISO-8859-1
>
> Nope  it just stays on a time and bounce back to it each time.
>
>
> please Urgent
>
> Le 25-f=E9vr.-04, =E0 16:13, Mike West a =E9crit :
>
>
> <excerpt>This is a guess, but try larger intervals -2, -5?
>
>
> On Feb 25, 2004, at 12:39 AM, gilles BERTRAND wrote:
>
>
> <excerpt>Could some body help me i'm working on a small flv player for
> an
>
> elarning app and i don't understand why
>
>
> this doesn't seem to work
>
>
> my_ns =3D new NetStream();
>
> netConn =3D new NetConnection();
>
> netConn.connect(null);
>
> my_ns =3D new NetStream(netConn);
>
> maVideo.attachVideo(my_ns);
>
> my_ns.onMetaData =3D function(obj)
>
> {
>
>   trace(obj.duration);
>
>   //trace(obj.videodatarate);
>
>   //trace(obj.audiodatarate);
>
>   fullLength =3D obj.duration;
>
> };
>
> my_ns.play("essai.flv");
>
> function rewind()
>
> {
>
>   my_ns.seek(my_ns.time-1);
>
> }
>
>
> rw.onPress =3D function()
>
> {
>
>   rew_int =3D setInterval(rewind, 100);
>
> };
>
> rw.onRelease =3D function(){
>
> clearInterval(rew_int);
>
> }
>
>
> it'seems to stay at the same place
>
>
> PS: Sorry for my pour e,glish i'm from belgium (french);
>
> BERTRAND Gilles
>
>
>
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>
> Supported by Fig Leaf Software
>
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>
> Be sure to check the archives and the wiki:
>
> http://chattyfig.figleaf.com/
>
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>
> http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:105162
>
> =3D-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
> --
>
> To unsubscribe send a blank e-mail to: Normal Mode:
> flashcoders-unsubscribe@(protected)
>
> Digest Mode: flashcoders-digest-unsubscrive@(protected)
>
>


=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:105241
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)




Earn $52 per hosting referral at Lunarpages.