Hi how do i put a swf/flash file or image file on my homepage , the html editer has no upload option just past link.
Please anyone have a step by step guide. THANKYOU :-}
Hi how do i put a swf/flash file or image file on my homepage , the html editer has no upload option just past link.
Please anyone have a step by step guide. THANKYOU :-} |
anyone help lol |
You need to put the whole container thing like you would do if using the old embed code from a video sharing site. If this is your own swf/flash file, you upload the bits to a directory; and then you paste them into the html block. The same for an image; you will place the image in a directory on your site and then paste in the image tag with the source pointing to the file. Do you know html? Geeks, making the world a better place |
the code below will place a video file on page you will need to adjust size and replace your file url marked in red place into html box upload your swf file to a folder on server <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
to place a picture <p><img border="0" src="http://www.YOURSITE.COM/templates/base/images/YOURPHOTO.PNG "></p> hope this helps |
hi can i create a new image folder for my homepage images, if yes can you show me a screenshot of were i can put this folder on my server please , many thanks |
can i create another folder under images named homeimage and put my images in that folder in the base section. |
You can make as many folders as you like and put them where you like perhaps it would be a better neater less complicated way to just use media/images and media/video files so you do not end up with files everywhere |
Cool thanks just tested it works great thanks. |