Hello, I am designing a template for my file hosting site.
The site uses flash uploader and i want to place an image over it or call it through javascript onclick (using an image). this is my flash content. view it here: http://pastebin.com/m60549f49 or this is the code <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,0,0" WIDTH="32" HEIGHT="32" id="flashUpload" ALIGN=""> <PARAM NAME=movie VALUE="{swf_upload_url}?UploadSession= {upload_session}&AccessKey={AccessKey}&ServerID={ServerID} &ShowTopBtn=1&TopBtnIcon={SKIN_DIR}/images/a.png"> <PARAM NAME=quality VALUE=high> <PARAM NAME=allowScriptAccess VALUE=always> <PARAM NAME=bgcolor VALUE=#000000> <PARAM NAME=wmode VALUE=transparent> <EMBED src="{swf_upload_url}?UploadSession={upload_session}&AccessKey= {AccessKey}&ServerID={ServerID}&ShowTopBtn=1&TopBtnIcon={SKIN_DIR}/ images/a.png" quality=high bgcolor=#000000 WIDTH="32" HEIGHT="32" NAME="flashUpload" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> Thought this code has a option for &TopBtnIcon it doesnt work. Clicking on the flash button opens up a file select box (similar to browser button in input type=file). Please help me in replacing it with image because it doesnt look good with flash currently embbed, as it just shows a white box. Thank You. Regards, Shishant Todi. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
