Re: [Flashcoders] video weirdness

2006-02-19 Thread quinrou .
I finally managed to fix that weird bug. All it was was that the instances
of NetConnection and NetStream were not declared as class variable but as a
local function variable. As son as I declared them as class vars the problem
was fixed.

On 2/11/06, quinrou . [EMAIL PROTECTED] wrote:

 well i'd like to share the link with the list but I affraid that my
 bandwidth is going to go over the roof... What I described above is what
 happens, as in:

 the video starts streaming but as soon as I get the mouse out of the
 thumbnail image the video stops streaming without broadcasting any event
 like flush or stop...

 this is very weird...


 On 2/8/06, John Giotta [EMAIL PROTECTED] wrote:
 
  I wouldn't be the Delegate class.
 
  I'd like to help, but do you have something I can visualize?
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] video weirdness

2006-02-11 Thread quinrou .
well i'd like to share the link with the list but I affraid that my
bandwidth is going to go over the roof... What I described above is what
happens, as in:

the video starts streaming but as soon as I get the mouse out of the
thumbnail image the video stops streaming without broadcasting any event
like flush or stop...

this is very weird...


On 2/8/06, John Giotta [EMAIL PROTECTED] wrote:

 I wouldn't be the Delegate class.

 I'd like to help, but do you have something I can visualize?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] video weirdness

2006-02-08 Thread quinrou .
John,

The streaming stops when the onRollOut event is invoked which happens when I
rollout of the thumbnail images.
When I noticed that i tried to desable the onRollOut event that i had on the
thumbnail images to see if the same thing was happening with the onRollOver
event.
And yes the same thing is happening... when I rollover a new thumbnail image
the movie stops streaming... Arrrgh... I don't get it

there's nothing in the onRollOut or onRollOver event that trigger anything
on the video. the only thing that they both have in commun is the use of the
delegate class... But I am pretty sure that's not it as I have been using
this class in many project and it always did what it had to do wihtout
messing stuff..

HELP...!



On 2/8/06, John Giotta [EMAIL PROTECTED] wrote:

 Are you holding the mouse down and moving... like a onReleaseOutside
 event is stopping the stream?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] video weirdness

2006-02-08 Thread John Giotta
I wouldn't be the Delegate class.

I'd like to help, but do you have something I can visualize?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders