Flash

Locked
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Flash

Post 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?
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Post 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:
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Post by corpse »

Yeah thanks. I thought because it was coded into the html page that it might not need it.
Locked