How to Make an Embeddable Code

104 26
    • 1). Open your FTP client and connect to your Web server. Upload the media file you want to embed by dragging the file from the local computer side of the FTP client to the live Web server side, and dropping it. Wait for it to upload.

    • 2). Open the HTML source file of the webpage you want to embed the object on using your preferred plain text or HTML editor. Locate the place where you wish to embed the media. Click to move the cursor to this place.

    • 3). Type "<embed" (without quotation marks) to open the embed tag.

    • 4). Type (src="http://URL.com/example.swf") without the parentheses to define the URL of the media you want to embed. Replace "http://URL.com/example.swf" with the URL of the media you want to embed in the webpage.

    • 5). Type "/>" without the quotation marks to close the embed tag.The completed tag should look like: <embed src="http://URL.com/example.swf" />

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.