A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Problem veiwing .mov in browser

  1. #1
    Junior Member
    Join Date
    Apr 2003
    Posts
    3

    Problem veiwing .mov in browser

    Hey,

    I have a Quicktime .mov video that opens into a pop-up which displays on Safari and Firefox, but dosent even open a pop-up on Explorer.

    Here's a link to the site: http://www.boykillboy.com/
    Go to Media/Video

    here's the scrpit:

    CivilSinButtmed.onRelease = function() {
    getURL("javascript: NewWindow=window.open('Boykillboy_Civil_Sin _BroadbandMedium.mov','CivilSin Video','width=320,height=257,left= 250,top=210,toolbar=no,location=no,scrollbars=no,s tatus=no,resizable=no, fullscreen=No');NewWindow.focus();void(0);");
    };

    Sorry about the above, not sure how to post script properly?!?

    I know there's some Java there would this effect the pop-up in explorer?

    Help anyone?

    Cheers.
    Last edited by nackenspoiler; 08-19-2005 at 08:36 AM.
    be somebody, or be somebodys fool!

  2. #2
    Senior Member
    Join Date
    Jan 2003
    Location
    Nebraska
    Posts
    448
    I get an invalid argument Javascript error in IE. The problem is probably with the space in your window name ('CivilSin Video'). I have noticed Firefox allows spaces but IE doesn't. Try that out and see if it works.
    ecards - My full flash site.

  3. #3
    Senior Member
    Join Date
    Jan 2003
    Location
    Nebraska
    Posts
    448
    Oh and please don't confuse the highly structured beautiful language of "Java" with the mishmash thrown together language of "Javascript".

    ...ok I'm a dork.
    ecards - My full flash site.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center