SWFUpload v2.1.0 Release and Site Changes

gyphie's picture

SWFUpload v2.1.0-Core has been released. From here out we will be releasing the SWFUpload Core (JS and SWF files) separately from the Demos and Samples.

We hope this will allow us to build demos and templates that are better suited to getting started SWFUpload. In future bringing up sites based on SWFUpload faster will be easier and faster.

Changes: (changelog.txt)

The SWFUpload v2.1.0-Samples will be released soon and updated at demo.swfupload.org. Stay tuned!

You can also expect to see some changes around the SWFUpload website.

Line 13 Error:"SWFUpload" undefined

I have updated to the newest v2.1.0 version,but get that error.My demo site is:

http://dev.webking.cn/swf/applicationdemo.net/

I have copied Flash8/swfupload_f8.swf and Flash9/swfupload_f9.swf,put a swfupload.js into each place,but no luck.

btw:is it impossible to automatically determine the swf version should be used?

gyphie's picture

swfupload.js: 404 Not Found

That's because your URL for swfupload.js is returning a 404 not found. You've got a problem in your SCRIPT tag.

It is possible to automatically determine the swf version needed by using something like SWFObject, however, since swfupload for Flash 8 has significantly different features from swfupload for Flash 9 you need to determine in you need the features in Flash 9 (POSTing additional values and retrieving server data). If you don't need the Flash 9 features then always use the Flash 8 version. The Flash 8 version works in Flash 8 and above (all version of 8 and 9).

The Flash 9 version only works in Flash v9.0.28 and above.

You are my hero!

My SCRIPT tag points a error "src=".

How about my this question:
http://www.swfupload.org/forum/generaldiscussion/522

great!

Thanks for adding the destroy function Smiling