Copy link to clipboard
Copied
I made a swf that works perfectly on my computer.
The swf does not load the images, cal with the buttons, when I use the swf on the web.
I think the problem is due to the fact that the web changes the path of the file, that is called with the following variable:
var ImmageUrl: String = "MyFolder2 /" + MynamePic + ".jpg";
The path is C:/MyFolder1 "(with the swf)" /MyFolder2 "(with the pics)"
Any hint ?
Thank you.
Copy link to clipboard
Copied
When you place an swf in a web page, any files that the swf loads have to be targeted as if the swf is sitting in the same folder as the html page. If you have the swf in a different folder than the html page, then you need to adjust the paths for the files it loads so that it acts as if it is in the html page's folder.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now