Pure ASP Upload 2 Support Product Page

This topic is locked
This topic was archived

Can't copy flash file-progress animations

Reported 30 Jun 2002 19:43:25
1
has this problem
30 Jun 2002 19:43:25 Andy Swingler posted:
I have 2.09 installed and working.
If I use either the 'File Copy' or 'DHTML' progress bars everything is fine.
However, if I try and use any of the Flash progress bars, I get a message of the format 'File Copy Failed! File YellowProgress.htm'.
The 'Preview' button works fine, and I checked that the files exist in the relevant folder. I created a new Flash progress bar by copying an existing bar and I was able to see it in the drop-down list, but it too exhibits the same behaviour. Any ideas anyone?

Replies

Replied 30 Jun 2002 21:52:41
30 Jun 2002 21:52:41 George Petrov replied:
So you dn't get any YellowProgress.htm in your current site? Look to see it there is one in the configuration folder - where you put your new one.

Which UD/DMX version you use? And could you choose another flash progress?

George

-----------------------------------------------
George Petrov - Co-Founder, www.UDzone.com
The site for Macromedia
Dreamweaver UltraDev Developers!
-----------------------------------------------
Replied 30 Jun 2002 21:56:25
30 Jun 2002 21:56:25 Andy Swingler replied:
George,
That's correct - the extension wasn't able to copy either yellowflashprogress.htm or yellow_progress.swf from the configuration folder (Configuration\shared\UDzone\Pure Upload\Progress Bars) to the site.
This also appears to be the case for all flash progresses.
I'm using DreamWeaver MX.
Replied 30 Jun 2002 22:22:19
30 Jun 2002 22:22:19 George Petrov replied:
Damn I see that for the red, green and yellow flash progress bars - the file names are wrong... like in RedFlashProgress.htm there is:

<pre id=code><font face=courier size=2 id=code>
function getProgressWindowFiles() {
return "RedProgress.htm,red_progress.swf";
}
</font id=code></pre id=code>

should be:

<pre id=code><font face=courier size=2 id=code>
function getProgressWindowFiles() {
return "Red<b>Flash</b>Progress.htm,red_progress.swf";
}
</font id=code></pre id=code>

The Blue one is ok. I will fix this in the next update.

Greetings,
George

-----------------------------------------------
George Petrov - Co-Founder, www.UDzone.com
The site for Macromedia
Dreamweaver UltraDev Developers!
-----------------------------------------------
Replied 30 Jun 2002 22:29:37
30 Jun 2002 22:29:37 Andy Swingler replied:
George,

That fixed it! Thanks for the quick response!

Regards, Andy.

Reply to this topic