MAGICINFO DIGITAL SIGNAGE SUPPORT FORUM

Digital Information Displays (Digital Signage) => MagicInfo => Topic started by: helenw on May 03, 2011, 02:37:12 PM

Title: problems running youtube video in magicinfopro pointing to my own webpage
Post by: helenw on May 03, 2011, 02:37:12 PM
Can anyone help?   (magicinfopro 2600)

I have a youtube video that I set up on its own webpage.     With autoplay and autoloop
If I click to run it on its own , a webpage opens and the video runs.automatically and loops until I exit it..

I set up a web area in magicInfo Pro and called this webpage but all I get is a white page
I changed the youtube.com/v/ in the file to youtube.com/watch?v=   and magic Info Pro shows a youtube page

Here is my code.       (I found out that loop and not autoloop worked here)
<html>
<head>
</head>
<body>
<table border="0">
<tr align="left">
<td>
<iframe width="500" height="500" src="http://www.youtube.com/v/JypmoUlJLwo&autoplay=1&loop=1" frameborder="0" allowtransparency="true">
</iframe>
</td>
</tr>
</table>
</body>
</html>

 :(I am very new to html coding so I don’t know if I am missing something to run in magic info or a statement needs changing.

Title: Re: problems running youtube video in magicinfopro pointing to my own webpage
Post by: Ewanl30 on May 18, 2011, 07:22:18 PM
personally i would take the video off youtube and run it via a html page i found this to be much easier to run.
Title: Re: problems running youtube video in magicinfopro pointing to my own webpage
Post by: helenw on June 10, 2011, 04:52:33 PM
 :)   okay i got youtube to run in Web area of magicinfo.
       i got one video to run --  autostart and looping

       i am having problems running 2 videos back-to-back.
       i need version=3 in the html to use playlist correctly, but then autoplay doesnt work the first time when i code with version=3.
       is there some software conflict with magicinfo pro and these parameters? i am on version 2600 server.
     (ps life would have been simple if i download the youtubes to mp4's and combined them to one video. i downloaded freeware that would merge videos to one, works fine.   but i also downloaded freeware youtube download and it always fails on videos.)