URL issue

1 reply [Last post]
Joined: 05/06/2009
Points: 12

I have kalturaCE running on my development server, everything works fine and all the examples also run.

I have the latest Simple Editor project running in Flex Builder 3, I've added php code to the start of the file and I'm able to get the flashvars loading and into the simple editor.

The UIConf loads, but as the editor attempts to load the thumbnails and videos I get a security sandbox error.

I have my hosts file set to www.kalturaserver.com on my dev server, and simpleeditor.swf is at the same domain, I get the follow sandbox error

Connection to http://www2.kalturaserver.com/p/1/sp/100/flvclipper/entry_id/8pn4jk92bc/... halted - not permitted from http://www.kalturaserver.com/TESTING/simpleeditor.swf

Why and how is the 2 in www2.kalturaserver.com getting added? I've tryed setting the crossdomain to "*kalturaserver.com" without any success.

Thanks

Joined: 05/06/2009
Points: 12

Tracked it down, LoadEntryMRCommand gets them from the server... It looks like this is how its meant to function, the real question then is how to get the crossdomain.xml configured to accept urls with the www2.foo.com, www3.foo.com, *foo.com doesn't seem to work.