BinaryWorks.it Official Forum
Home
|
Profile
|
Active Topics
|
Members
|
Search
|
FAQ
All Forums
eXtreme Movie Manager (Rel. 7), No More Updates
Suggestions / New Features
Number of Varibales for Cover, Backcover, Fanart
Note:
Only the poster of this message, and the Moderator can edit the message.
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
And here is the HTML code. It's not tested in any MovieCard but only in this dummy! *edit* Another suggestion on database structure: why storing the name of back cover and fanart instead of a boolean flag? Would save a little bit of memory and .mdb capacity. Only difference between them and the "normal" cover name is the _back/_fanart in name. */edit* [code]<html> <head> <title>Test</title> </head> <body> <script> // script has to go where the img should be shown: // <img src="G:\XMM\Movies_V7\JD_V7_cover2\1-Niagara_poster.jpg" alt="Movie Poster" onError="this.src='G:/XMM/Movies_V7/JD_V7_cover2/1-Niagara.jpg';" /> // var cover = "_MOVIE_COVER_"; var cover = "G:/XMM/Movies_V7/JD_V7_cover2/1-Niagara.jpg"; var file=(/(\w+\.\w+)\s*$/.exec(cover))[1]; var file_no_ending = file.match(/([^\/]+)\.\w+$/)[1]; var apos = file_no_ending.search("_"); if (apos != -1) { file_no_ending = file_no_ending.substring(0, apos); } var mposter = cover.replace(file_no_ending, file_no_ending+"_poster"); var mystring = '<img src="' + mposter + '" alt="Movie Poster" onError="this.src='; // mystring = mystring + "'_MOVIE_COVER_'"; mystring = mystring + "'G:/XMM/Movies_V7/JD_V7_cover2/1-Niagara_1.jpg'"; mystring = mystring + ';" />'; document.write(mystring); </script> </body> </html>[/code]
Check here to include your profile signature.
BinaryWorks.it Official Forum
© Binaryworks.it
Generated in 0.02 sec.