This is a question for the uploadify guys - SWFObject does not deal with or do anything to the url/hash/window title. The closest the library comes to is reading the query-string values from a url for passing data into a swf, but you have to call the api method specifically and it is read only.
Aran On Tue, Jul 26, 2011 at 1:37 PM, Felony <[email protected]> wrote: > hello...I am using uploadify which is using ur swfobject , so for some > reason when i run uploadify , the hash value in the url is changed to > the window title , i searched uploadify javascript for location or > hash or title but there is nothing so i suspect its swfobject , and > its only in IE 9...here is what i do for uploadify > > $('#fuFiles').uploadify({ > 'uploader': '../Flash/uploadify.swf', > 'script': '../GenericHandlers/ChangeIcon.ashx', > 'cancelImg': '../img/cancel.png', > 'auto': 'true', > 'multi': 'false', > 'buttonText': 'Browse...', > 'fileExt': '*.bmp;*.jpeg;*.tiff;*.jpg;*.gif;*.png', > 'queueSizeLimit': 1, > 'simUploadLimit': 1, > 'sizeLimit': 100000000, > 'fileDesc': '3adaseh Allowed Image Files > (.JPG, .GIF, .PNG , .BMP , .TIFF)', > 'onAllComplete': function (event, data) { > > CallWCFService(); > } > > }); > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
