relative path
it is located in the jsp files directories itself
Main Topics
Browse All Topicshi guys,
i got a flash swf file embeded in my jsp. The flash files reads a xml file and displays a chart based on values retrieved from xml file.
This procedure works fine when accessed from any machine on my local network.
BUT, the flash file doesnt load the xml file to display chart when accessed from a machine in the external network.
Please suggest.
This is how i embed the flash file in my jsp :
<object classid="clsid:D27CDB6E-AE
<param name="movie" value="chart.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<embed src="chart.swf" width="100%" height="100%" quality="high" pluginspage="http://www.ma
</object>
urgent....i got a demo and i cant show this to my client.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: blue-geniePosted on 2005-03-04 at 05:02:36ID: 13458388
are u using an absolute or relative path to your xml?