Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Dr. Jack Griffin
Apr 6, 2006

My editing reel (http://reel.bonaweiss.com/) shows up fine in Chrome, but today I discovered that it doesn't work in Firefox. The area where the video should be is just a blank box. I took to Google but can't seem to find what I'm doing wrong. Thanks in advance for any help.

Adbot
ADBOT LOVES YOU

Video Nasty
Jun 17, 2003

code:
Uncaught SecurityError: Blocked a frame with origin "http://bonaweiss.com" from accessing a frame with origin 
"http://reel.bonaweiss.com". Protocols, domains, and ports must match. index.html:180
(anonymous function) index.html:180
code:
GET 
[url]https://www.youtube.com/get_video?noflv=1&video_id=2CEJl4gPGsc&cpn=JTkODnQ2…2F%2Fbonaweiss.com%2Freel%2Findex.html&fmt=134&ptk=youtube_none&autoplay=1[/url] 
404 (Not Found) html5player-en_US-vflgt97Vg.js:62

GET 
[url]https://www.google.com/js/bg/88NqQm6x6X-K2C9AyKpotTeqMBrmhCk_jEoR5r9AHKo.js[/url] net::ERR_NAME_NOT_RESOLVED www-embed-player-vflOzGQRZ.js:23

So basically, you have cross-domain security issues, coupled with unresolved URIs to your video - according to Chrome.

In Firefox, the embedded layer isn't loaded, likely because of these security problems.

Video Nasty fucked around with this message at 00:20 on Jun 21, 2014

Dr. Jack Griffin
Apr 6, 2006

Thanks for the response!

So I removed that bit, but unfortunately have the same issue.

Video Nasty
Jun 17, 2003

You'll need to do some reading from this point. My best guess is that Apache, IIS, or whatever you are using to host this, will not allow you to embed objects with another domain in its URL. If you are being hosted by a company, you will need to know how their server handles CORS.

If you're doing it yourself, you will want to read this.

  • Locked thread