Link to home
Start Free TrialLog in
Avatar of sivkh
sivkh

asked on

Runtime loaded images dosn't show inside an html

Hey
My runtime loaded images in a swf dosent show when i put the file inside a html page. But it works perfektly when i open it localy outside Dreamweaver. When i test my file localy from Dreamweaver i just se the boks and whats drawn directly on the sceen in flash, not the loaded images. But when i try to open it from the server, i just dont see anything. Nothing at all..

 I also can not open the directly from its position on the server ina browser.
Avatar of Aneesh Chopra
Aneesh Chopra
Flag of India image

Try follwoing tips:

1.
external images which Flash is loading, should be on same server, and use relative path for loading instead of complete absolute path.

2.
Keep SWF and html both in same folder.
when you embed SWF which is not in html folder, SWF folder reference changes to html folder.. hence to avoid confusion, keep SWF and HTML in same folder.


-------------------
Aneesh Chopra
-------------------
Avatar of sivkh
sivkh

ASKER

Thank you, now it works localy. But i still can't see anything on the web. Do you have any clue way that is? I implementet the swf file into the html whit the regular insert flash content in Dreamweaver.
ASKER CERTIFIED SOLUTION
Avatar of Rouchie
Rouchie
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sivkh

ASKER

Thanks, but it was a stupid mistake from my side. I did'nt se that Dreamweaver generated a jacascriptfile when i inserted the flash content, and because of that did not upload it to my server... Sorry! Now it works.
Avatar of sivkh

ASKER

But i also got it working whit som older codes, in combination whit what rouchie said about urls and image folder, so i'm giving the points to him. Thanks!