|
|
 |
Re: FN-FORUM: Flash streaming problem
date posted 30th January 2006 15:00
Like Mike says it could be that you're using components but you may
also be exporting MCs for AS, in which case it needs to download
before the first frame. I'd say this is the most likely cause in
which case you're best off using a holder and preloading. BTW you can
simulate downloads from within Flash by CTRL + ENTER > View > Simulate
Download. You can also set our download settings to emulate 56K etc.=20
Doing it this way means you can debug using traces ie. showing
_root.getBytesLoaded() etc to work out what the problem is. As an
alternative I like this:
http://www.airtightinteractive.com/photos/
All the code is here:
http://www.airtightinteractive.com/simpleviewer/
hth
Paul
|
 |
|