Anyone here good with FTP?

Anyone here good with FTP?

Made a flash animated/interactive website, well messed with a bunch of stuff and threw one together but for the life of me can’t host it.. I know how to host HTML sites using godaddy and filezilla, basically my question: is there any trick to hosting flash sites?

No. No tricks involved in the hosting part.

Just embed the swf into html and upload all the files. (Flash has the option to create the html automatically, or you can swfobject).

Does everything work when hosted on your computer? Does your hosting provider support flash? I think different hosting providers have different levels of hosting, some of which don’t support flash. Your not trying to view it on your iPhone are you? :slight_smile:

i don’t get what this has to with File Transfer Protocol?

+1 on embedding in html page

I think he’s looking for a free hoster.

theoretically you could upload the swf file and embed its new online url in the html, then upload the html file and link to it. but I think spending a couple of bucks on a hosting service is definitely the better alternative :smiley:

FTP is sometime a synonym for FTP site. :wink:

Flash is executed client side. (opposed to PHP, Asp, .net, java etc. which is run on the host (and therefore will need a host supporting the specific scripting language)). So for flash the host will only need to host the file and serve the html. Hence all hosts that allows you to upload files (that’d be just about all, never heard of one that doesn’t since that’d be kind of pointless).

Go to hostgator, buy a cheap server, embed the .swf in a html file, and upload the html file as index.html to the root folder or base folder of the server using filezilla. Easy stuff! :smiley:

get opera web browser and get the web server add on, only works when opera is running though…

But then the domain is an issue and the speed will suck… Just pay the $7 a month that it will cost you with hostgator or godaddy…

i wasn’t being serious, maybe you haven’t seen the new addition at the top of my sig?

First question, which has been asked before:

Have you made only swf files? or is it embedded in html?

Second question, which has been asked before too:

Do you have a web space? HTML, Javascript and swf files are no problem for the every hoster.

Do you need help with this html stuff?

Regards
Christian

I’m currently on my blackberry at a doctors appointment so can’t answer all questions but can elaborate my situation by explaining that I infact have bought hosting with godaddy a 10gig package good for 1 year & would be very pissed if that was limited to hosting html sites…

Iv rendered my website from Adobe flash cs and it gives me a bunch of files including a internet explorer icon that opens my site and is fully functional, iv uploaded all the files into godaddy just as I have for html sites but I still get the godaddy generic website in progress jpeg when I go to my domain.

I just asked cause I used all my mental energy creating the site but should be refreshed enough to jump on getting it hosted when I get back home, thanks for the help. - stephen

delete index.html from the root folder and rename your “file with the explorer icon” to index.html - should solve the problem.