hosting images/swf on my homepage

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 :-}

Quote · 18 Feb 2013

anyone help lol

Quote · 18 Feb 2013

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
Quote · 18 Feb 2013

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"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
border="0" width="734" height="94">
    <param name="movie" value="images/NUBANNERAD2.swf">
    <param name="quality" value="Best">
    <param name="wmode" value="transparent">
    <embed src="images/NUBANNERAD2.swf"
 pluginspage="http://www.macromedia.com/go/getflashplayer"
 type="application/x-shockwave-flash" name="obj1" width="734" height="94"
 quality="Best" wmode="transparent"></object>

 

to place a picture <p><img border="0" src="http://www.YOURSITE.COM/templates/base/images/YOURPHOTO.PNG "></p>

hope this helps

Quote · 18 Feb 2013

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

Quote · 18 Feb 2013

can i create another folder under images named homeimage and put my images in that folder in the base section.

Quote · 18 Feb 2013

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

Quote · 18 Feb 2013

Cool thanks just tested it works great thanks.

Quote · 18 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.