Incompatibility with AS 2.0 /Player7
Brought to you by:
mamayama
The script does not work when published in MX2004 as
AS2.0 / FlasPlayer 7 Movie. There is a solution posted on
http://www.ssdesigninteractive.com/blog/archives/2004/11/yamzbrowser_for.html
Just keep in mind to use the same settings for your
component as in th eprovided example. The upload script
also has a bug and has to be rewritten. To enable all
kind of uploads justcomment out the whole script and
just use the lines
copy($fichier, $dirname."/".$fichier_name);
$status=0;
echo
"<HTML><BODY>SCHALLA!<script>window.top.upLoadEnd('$browseLC',$status,'$fichier_name','$dataLC')</script></HTML>";
I know this is not secure, but at least it works. Feel
free to add your own security ;)