PDA

View Full Version : how to upload pictures


scottydoo123
02-12-2005, 01:32 AM
hello, i have made a website and would like to make it more interesting by adding flash movies and pictures on to it. can you please help me.

www.gunsandguns.teach-nology.com

_Aerospace_Eng_
02-12-2005, 01:37 AM
thats a pretty vague request, well you upload pictures the same way you got that page on there, you can use the image tag to display a picture
<img src="yourimage.jpg">
and you can use this to put flash on your page, assuming you have the flash files to use
<object type="application/x-shockwave-flash" data="yourflash.swf" width="xx" height="xx">
<param name="movie" value="yourflash.swf">
<param name="quality" value="high">
</object>

scottydoo123
02-12-2005, 01:41 AM
thats a pretty vague request, well you upload pictures the same way you got that page on there, you can use the image tag to display a picture
<img src="yourimage.jpg">
and you can use this to put flash on your page, assuming you have the flash files to use
<object type="application/x-shockwave-flash" data="yourflash.swf" width="xx" height="xx">
<param name="movie" value="yourflash.swf">
<param name="quality" value="high">
</object>
i used a fre web host for my webpage

_Aerospace_Eng_
02-12-2005, 01:48 AM
dont start a new thread if u dont have to, you see where it says data="yourflash.swf" that is where you put the location of your flash file and you also put it in the movie value= like i said assuming you have the flash files, but if you are wanting to learn flash you are moving way to fast seeing as you are a beginning, you may want to check out this site http://www.w3schools.com and learn the basics, does your free host help page tell you how to upload files?

scottydoo123
02-12-2005, 01:52 AM
no it duznt you have to pay heaps please help me

_Aerospace_Eng_
02-12-2005, 01:52 AM
there is only so much i can do here read this page http://www.gunsandguns.teach-nology.com/cgi-bin/show_me?page=hosting_fm

rmedek
02-12-2005, 02:43 AM
Hi Scotty,

You upload an image file the same way you upload your html files. If you have a free host chances are there is some built in "file manager" where you transfer files from your computer to the website.

Once you move on from a free host you can start looking at things like FTP programs. But for now, if you want us to help you, give us as much information as you can, such as:

Have you uploaded your own web pages yet?
Is your site online? If so, what's the link?
Who is your free host?
Is it just one or two images you are having trouble with?

Etc. Hope this helps,

Rich

I'm an idiot... I completely missed the link you gave. Looks like you are starting from the beginning! The link to upload your photos is there on your homepage, just under "Build Your Website Now." For learning how to do just that, check out the link Aero gave you, or this one, which seems to be pretty newbie-friendly:

http://htmldog.com

Cool? Cool.

scottydoo123
02-12-2005, 03:16 AM
thx for the tips guys i will contact u if there is nethin else i need