Embed Code

The embed code is located at templates\_files\view\_video_embed_code.tpl

<div><b>Embed: </b><input type="text" class="text" onclick="am_highlight(this)" readonly="true" value="<?php echo am_h(str_replace(array("\n", "\t"), '', $playerHtml)) ?>" /></div>

This is controlled via css in the folder css/view.css (line 74)

#file_info .embed div {
    padding:0pt 0pt 5px;
}

Using css, you can move or adjust the position, to completely change the look.

Comments

Packaging Error - Read this

Though the package won't come with the file named "_video_embed_code.tpl" but "video_embed_code.tpl".
So if you want to have the ebedcode on your site, just add a "_" (no quotation) in front of the name and the code will show itself.

Re: Packaging Error - Read this

That's pretty strange, that you have "video_embed_code.tpl" instead of "_video_embed_code.tpl", because we never had "video_embed_code.tpl" file.

Anyways, if you saved original zip archive with AttachMax version, that you are using now, then please post this file name here. So, AttachMax buyers, who are reading this topic, will have more information about "video_embed_code.tpl" issue.

jinterfas wrote:
Though the package won't come with the file named "_video_embed_code.tpl" but "video_embed_code.tpl". So if you want to have the ebedcode on your site, just add a "_" (no quotation) in front of the name and the code will show itself.