Page 1 of 1

Flash

Posted: Wed Apr 20, 2005 6:53 am
by corpse
I'm sure this is a stupid question, but here goes.

I have finished a flash movie, saved as a .swf file. It does not show up on the page it should be on.

I did not upload the .swf file along with the .html files and the image file. Do I need to do that and if so, where does it go.

Just in with the public.html stuff where the other files were uploaded to?

Posted: Wed Apr 20, 2005 3:11 pm
by Tormentius
Well it stands to reason that the only way it will play is if its on the webserver you uploaded the other files to, right? It can't load and play the file if the file isn't there or linked to. As for the exact path it needs to be in relative to your HTML files that depends on how you called it in your webpage code.

:icon6:

Posted: Fri Apr 22, 2005 12:56 am
by corpse
Yeah thanks. I thought because it was coded into the html page that it might not need it.