VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Hello, this is for a project that is a private business app that you have to have a login for so I can't give you a link but here is my problem..

    The initial solution was window.open(path to movie )

    and it loaded in a popup. I am now ( using ajax calls ) calling a php page that knows where you are in the system and calls the appropriate training video. If I alert the comm response it shows me the correct path to my movie and if I take that path and place it in the browser the movie plays, how ever if I try to load my movie like this

    Code:
    <div onclick="this.style.display='none';" style="display: block; width: 1640px; height: 947px;" id="video_overlay"><div id="for_video">
    <embed width="1024" height="768" pluginspage="http://www.apple.com/quicktime/" autoplay="true" bgcolor="000000" src="path_to_movie.mov">
    </div>
    </div>
    Nothing shows. I am new to all this so I may be doing something way wrong here. To explain the divs above, I am, in my own way, re-creating the look of the lightbox technique without all the extra code. It is a much more simple solution without all the fade effects. The main div loads a transparent layer and within that layer I load the response from my ajax call which the div with the id 'for_video' and contents within.

    I assume I need something else added to the embed code to make the movie show? I looked on apple's site for the tutorial http://www.apple.com/quicktime/tutorials/embed2.html and my tag looks exactly like theirs so I am not sure what I am doing wrong.

    Any help with this would be grand. Thanks
    Quote Quote  
  2. ok I even went so far as to create a test page and remove the divs to simplify and still no dice

    Code:
    <html><head>
    </head><body>
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="768" width="1024">
    <param name="SRC" value="http://www.nizex.com/videos/language/1/8/mv_calendar.mov">
    <param name="AUTOPLAY" value="true">
    <param name="CONTROLLER" value="false">
    <embed src="http://www.nizex.com/videos/language/1/8/mv_calendar.mov" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/" height="768" width="1024">
    
    </object></body></html>
    Last edited by tripwater; 24th Jun 2010 at 12:19.
    Quote Quote  
  3. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    shouldn't your code be local not referencing something at apple?
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  4. not sure what you mean. My src points to my movie on my server. THe reference to apple is what is on their site as far as if they do not have the plugin installed and the object tag has that code in it that I don't fully understand
    Quote Quote  
  5. one thing worth noting is my friend has tested out my test code in Linux and windows FF and it loads. I am on Mac using FF and it does not
    Quote Quote  
  6. and I just tested this in Safari and it works
    Quote Quote  
  7. Member
    Join Date
    May 2010
    Location
    NW Washington State
    Search PM
    Install the QT pluggin in the FF browser.
    EfV
    Quote Quote  
  8. It is installed. I checked. And again, I can load the movie in FF by simply pasting the full path to the video in the address bar. It will load and play fine in FF. So it is not a plugin issue.

    Thanks
    Quote Quote  
  9. Member
    Join Date
    May 2010
    Location
    NW Washington State
    Search PM
    Your code works fine in FF on Windows, don't know why not on Mac. But problem seems isolated to the FF browser on Mac, it's NOT the coding.
    Test your code on page uploaded to my server:
    http://www.cidigitalmedia.com/tutorials/ff.html
    any difference?
    EfV
    Quote Quote  
  10. Thanks for taking the the time you guys to reply and work with me on this...

    Eye for video, I visited your link and I get a blank page. Same result as with my example. We have been troubleshooting over here on why it seems isolated to my machine. Not entirely sure what is going on yet. I even cleared out the cache files on my machine for QT as well as the browser. I logged in as a different user account on my mac and still nothing. Back to the drawing board.

    Thanks again.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!