04-27-06 11:47 AM
I played with that example a while back and found it buggy as well. I
don't remember all the details, but some of the stuff I recall was:
* adding a NetConnection onStatus handler (really a must for any
FMS app, you'll never figure out what's happening otherwise)
=09
* adding trace() statements in the onStatus events for streams
as well as the new NetConnection handler.
=09
* cleaning up some really odd ActionScript (like the
ns.connect() call, an non-existing function)
* adding a "snapshottime" attribute to the file XML, as the
start frame of most videos is a pretty useless thumbnail (how many black
screens or copyright notices do you want to see?)
I think the overall concept of that example is good, but I have to admit
I was disappointed at the quality of the code, lack of testing and how
unreliable the app ran. Our examples and technical articles should work
better.
I sorry but I can't post the fixed source as it's morphed into another
project and would take too much time to extract.
- Dave Simmons
Adobe Engineering
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of John
Rauchert
Sent: Monday, April 24, 2006 9:39 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] RE: Dynamic Playlist with XML generated thumnails
We have been trying to use it for a piece we are doing as well and have
run into some problems.
The first issue was that it was opening 5 connections automatically per
user and then fluctuated between 6 and 7 connections when playing back
the video.
After awhile the connections on the video clips would drop out
unexpectedly (similar to what someone was reporting earlier).
We removed the thumbnail functionality and that cleaned up our number of
connections, but we are still experiencing connections dropping suddenly
on vide clips.
Any suggestions on what might be happening would be appreciated. I have
not yet gotten around to checking the log files but will do so this
week.
The original article is here.
http://www.macromedia.com/devnet/fl..._player.html=20
Thanks in advance
-----Original Message-----
Message: 8
Date: Sun, 23 Apr 2006 19:31:52 -0700
From: Asai <Asai-GXSq7f5MMRaMoCwsdGbDa77nWZmokUtd@public.gmane.org>
Subject: [FlashComm] Dynamic Playlist with XML generated thumnails
To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@publi
c.gmane.org>
Message-ID:
<6.2.3.4.2.20060423192016.03b0ceb0- C5v0Q9nL4ij58NQu0lqr2OOqBgL1YeyqHZ5vskTn
x
NA@public.gmane.org>
Content-Type: text/plain; charset=3D"us-ascii"; format=3Dflowed
I've been working with the newly updated Lisa Larsen article in the=20
FMS Dev Center. She gives an example of generating a playlist=20
dynamically with and XML file and custom component. I'm trying to=20
take this and adapt it to a site I'm currently working on. The=20
problem is is that it only seems to work half the time. That is, the=20
thumbnails only render one out of every three four times and they're=20
all inconsistent. It also seems that the thing is causing FMS to=20
crash sometimes. When I point the XML file to my local streams, it=20
seems to jam up and stop delivering any stream, even though the=20
console says it's working fine. Does anyone have any experience with
this?
thanks guys
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
[ Post a follow-up to this message ]
|