argus.antony 0 Posted November 16, 2006 Report Share Posted November 16, 2006 I needed to put up my provider's swf files. I put them in different folders that is not a sub-folder to the ASP file that embed the flash. I try many ways to load the flash (swf) up but fail except 2 times.I could load the flash in 2 case:1) put the HTM file in the same folder2) use HTML tag <BASE> to change to the folder that contains the swf file, but this cause my ASP doesn't work. After I load the flash the search form in the page fail. Is there any tag or attribute in <OBJECT> or <EMBED> to make the current folder to be changed. I did try the following but fail:1) <object ....><param name="base" value="http://mywebsite...">2) <object ... base="http://....."...>3) <embed ... base="http://...." ..>4) use all aboveCould anyone help me? Quote Link to post Share on other sites
smiles 7 Posted November 17, 2006 Report Share Posted November 17, 2006 I am not familiar with the code "base"why dont use "loader" and just change it "source parameter" Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.