BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 HTML Cards
 Displaying the files/links in the Trailer area

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
nehickel Posted - 03 Feb 2013 : 02:25:13
Would it be possible to display the files or links stored within the Trailer area. There are generally more than 1 link or file stored within that area but you can't play them all without going into the Add/Edit Movie window.

Thanks,
Norm

BTW: The HTML Card I'm using is movie_bigcover.htm
2   L A T E S T    R E P L I E S    (Newest First)
Alessio Viti Posted - 03 Mar 2013 : 05:30:04
Hello Norm,

Sorry for delay!

Please send to me the modified HTML Card, I will take a look.

Ale
nehickel Posted - 04 Feb 2013 : 04:56:14
Never Mind, I've written the code and inserted it into the HTML Card. It adds another menu item in the boxes that displays the first 4 items in the Trailers area. It could use a little tweaking by someone with HTML experience so that it only displays the number of items in the Trailers area and stops when it hits an empty slot.
Any ways, here's the code I wrote.

<noscript>NH---Added Additional COntent Tab to boxed Menu Items on main page</noscript>
<li class="fsize1"><a href="#add_info_tabs_trailer"><script>document.write(l('Additional Content'))</script></a></li>
<noscript>NH---End of added code for Trailers Menu item noscript>

<noscript>NH---Added code to list first 4 items in the Trailer area </noscript>
<div id="add_info_tabs_trailer" class="tab_div fsize1">
<table id="table_Trailer" width="95%" border="0" class="fsize1" cellpadding="1" cellspacing="1" >
<tr>
<td><b><a>Additional Content: (Trailers, Deleted Scenes, Commentary, Features, Audio, Behind the Scenes, etc...)</a></b> 
<a href="_MOVIE_TRAILERFILE1_" class="active">_MOVIE_TRAILERFILE1_</a> <br>
<a href="_MOVIE_TRAILERFILE2_" class="active">_MOVIE_TRAILERFILE2_</a> <br>
<a href="_MOVIE_TRAILERFILE3_" class="active">_MOVIE_TRAILERFILE3_</a> <br>
<a href="_MOVIE_TRAILERFILE4_" class="active">_MOVIE_TRAILERFILE4_</a> <br> </td>
</tr>
</table>
</div>
<noscript>NH---End of code to list out all Trailers files</noscript>


Any input on tyhe code would be greatly welcomed.

Thanks,
Norm

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.18 sec. Powered By: Snitz Forums 2000 Version 3.4.07