Good day.

I am currently trying to update From 2.1.0 to 2.2.0 Beta 4. I changed the html on my page to allow for the button and tried to run it but it wouldn't work. I tried using one of the samples and it worked fine. I put both into debug mode and noticed that the one I tried to update didn't seem to intialize the swf properly. Here is the output from the debug.

---SWFUpload Instance Info---
Version: 2.2.0 Beta 3
Movie Name: SWFUpload_0
Settings:
upload_url: ./MyUpload.aspx
flash_url: swfupload.swf
use_query_string: false
requeue_on_error: false
http_success:
file_post_name: Filedata
post_params: [object Object]
file_types: *.jpg;*.jpeg;*.mpg;*.mpeg;*.mp3
file_types_description: Media
file_size_limit: 10GB
file_upload_limit: 0
file_queue_limit: 0
debug: true
prevent_swf_caching: true
button_placeholder_id: spanButtonPlaceholder
button_image_url:
button_width: 160
button_height: 22
button_text: Browse
button_text_style: color: #000000; font-size: 16pt;
button_text_top_padding: 1
button_text_left_padding: 5
button_action: -110
button_disabled: false
custom_settings: [object Object]
Event Handlers:
swfupload_loaded_handler assigned: false
file_dialog_start_handler assigned: false
file_queued_handler assigned: true
file_queue_error_handler assigned: true
upload_start_handler assigned: true
upload_progress_handler assigned: true
upload_error_handler assigned: true
upload_success_handler assigned: true
upload_complete_handler assigned: true
debug_handler assigned: true

Also the swf movie on the webpage is created but the text is not created either. It's just a blank white area.

Any idea's? Thanks for the help.