Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next
EPG's and the <embed src => tag
Author Message
DVD Profiler Desktop and Mobile RegistrantPhe0nix
Registered: May 30, 2007
Posts: 77
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I just got around to adding EPG's to DVD Profiler and I'm using the tag method. I'm also a user of
phpdvdprofiler and have the EPG's working with both IE and FireFox using the following code :

<embed src="epg/MacGyver.mp3" hidden=true autostart=true loop=true>
<noembed>

                        Either or

<embed src="epg/MacGyver.mp3"></embed>


While this code is supported by both browsers it causes an error in DVD Profiler. The error message
i get is "Floating point division by zero".  I was hoping either Ken could fix this or maybe there is
other code that may work. The "bgsound" code doesn't work with FireFox but doesn with IE.
My collection PHPdvdProfiler Custom edited ( Matrix theme )

My collection PHPmyProfiler  Some customization ( FireFox or IE 7 )
DVD Profiler Unlimited Registrantbdixon
Registered: March 16, 2007
United Kingdom Posts: 68
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I've just tried it and it works fine for me.....
I've tried .wav and .mp3 and both are fine.
bgsound works in ie too.....
Can you post the whole html page as there must be an error somewhere else....
DVD Profiler Desktop and Mobile RegistrantPhe0nix
Registered: May 30, 2007
Posts: 77
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Here is the code for MacGyver 097360405743.html  :

<body bgcolor="black">
<center>
<img src="epg/Macgyver.jpg">
<embed src="epg/MacGyver.mp3"></embed>

<font color="#F8B528"><h2> Season 2 Episode Guide</h2></center>

Here is the code from the Episode Guide Loader :

// filename
var fileNamePrefix = ""; // <-- SET
var excludeLocality = true; // <-- SET true/false
var fileNameSuffix = ".html"; // <-- SET .htm/.html

// TAGS
var tagName = "TV on DVD/EPG"; // <-- SET
var useFooterTagName = "TV on DVD/EPG"; // <-- SET

var useNotes = true; // <-- SET true/false
var useNotesFilename = true; // <-- SET true/false
var useTagName = true; // <-- SET true/false
var useTheIFrame = true; // <-- SET true/false
var useTheFooter = true; // <-- SET true/false
var tryLoadEPGAnyway = false; // <-- SET true/false




bgsound works for me too. DVD Profiler is a windows program and bgsound is for IE which as
you know is windows. Must be something other than DP if it's working on your end , so that
is good news. As you can see in the code all is fine. I'll figure it out.
My collection PHPdvdProfiler Custom edited ( Matrix theme )

My collection PHPmyProfiler  Some customization ( FireFox or IE 7 )
 Last edited: by Phe0nix
DVD Profiler Unlimited Registrantxyrano
41215.reg 70320.urk
Registered: March 13, 2007
Sweden Posts: 646
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Since DVDP uses IE I would use the <object> tag instead. I read somewhere that <embed> is non-standard. For EPG testing outside DVDP You could include <embed> inside the <object> tag (IE will ignore the <embed> tag inside the <object> tag) if you must use the <embed> tag.

The EPGL config block looks okay!
    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next