You should include the path to the xml via the flashvars area of swfobject. Then from there, you need to pull in the flash vars with your actionscript.
-----Original Message----- From: Jitendra <[email protected]> Date: Mon, 26 Apr 2010 11:00:28 To: SWFObject<[email protected]> Subject: [SWFObject] How to define absolute path of xml, images folder and main swf path in this swf object code? How to define absolute path of xml, images folder and main swf path in this swf object code? <script type="text/javascript"> var flashvars = {}; var params = {}; var attributes = {}; swfobject.embedSWF("loader.swf", "flash-banner", "920", "320", "9.0.0", "expressInstall.swf", flashvars, params, attributes); </script> This is structure. loader.swf main.swf main.xml images ---1.jpg ---2.jpg ---3.jpg -- 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.
