Yes, I removed the 'secure,' still no luck. 

I agree, the server with the video should have the crossdomain.xml file, and it 
does (RBN are hosting out video), but we've been troubleshooting this problem 
for a while now and the folks at RBN asked us to see if it would help. It 
didn't. 

I'm also running out of ideas. I'm still waiting for a definitive answer from 
our network folks as to whether or not the firewall could be blocking it, they 
initially told me that it wasn't but when pressed they weren't sure.

Thanks for the help,

John


 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf Of Chris Hill
Sent:   Monday, December 04, 2006 3:35 PM
To:     Flashcoders mailing list
Subject:        Re: [Flashcoders] remote accessing flv

You probably shouldn't have 'secure' in there.

Just to make sure: You put that file on the server with the video, or 
the server with the swf? That file should go on the server with the video.

And if that doesn't fix it, I really don't know what the issue would be.

Thanks
C

Venable, John B wrote:

>I guess I should have mentioned that, I put in this one when I started having 
>issues.
>
><?xml version="1.0"?>
><!DOCTYPE cross-domain-policy SYSTEM 
>"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>
><cross-domain-policy>
>   <allow-access-from domain="*" secure="false" />
></cross-domain-policy>
>
>am I wrong or shouldn't that allow anything?
>
>John
>
> -----Original Message-----
>From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf Of Chris Hill
>Sent:  Monday, December 04, 2006 3:07 PM
>To:    Flashcoders mailing list
>Subject:       Re: [Flashcoders] remote accessing flv
>
>Chances are you are running into a security policy issue, attempting to 
>stream a video from a domain that doesn't have a cross domain policy file:
>
>A crossdomain xml file is a file placed within the root of a domain to 
>allow flash to access assets(flash,images,audio,video,web services) on 
>that domain from another domain. Unlike HTML, which allows direct 
>linking from any domain to any other domain, flash has a very strict 
>security policy to prevent leeching, spoofing, or malicious usage.
>
>Save and customize the crossdomain.xml file below, and place it in the 
>*root* of your domain that the flash is connecting /to/.
>
><  <cross-domain-policy>
>  <allow-access-from domain="*.domain.com" />
>  </cross-domain-policy>
>
>
>Venable, John B wrote:
>
>  
>
>>I'm not sure if this is the right place for this, but has anyone had this 
>>problem before. In an attempt to use the flash streaming services from RBN I 
>>began by following their directions to stream a video.  These instructions 
>>follow a basic process to get a video streaming from a .swf.  You drop a 
>>video component onto the stage of your flash project, place the rtmp address 
>>of the .flv file on RBN's servers into the inspector for that component and 
>>publish the flash project.  The .swf from the published flash movie is then 
>>placed into an html page.  If this page is opened locally the flash video 
>>will stream.  However, if the page is placed onto the development or 
>>production servers the flash video ceases to play.
>>
>>John Venable
>>
>>
>>_______________________________________________
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
>> 
>>
>>    
>>
>_______________________________________________
>Flashcoders@chattyfig.figleaf.com
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>_______________________________________________
>Flashcoders@chattyfig.figleaf.com
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>  
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to