Re: [Flashcoders] Debugging issue

2008-03-12 Thread Glen Pike
http://www.google.com/search?hl=en&q=flex+use-network&btnG=Search 



Kerry Thompson wrote:

I am trying to debug my project and it gives me long weird message as
follows. Its saying some Security Sandbox violation.
I am loading external videos in myUILoader component using XML.All of


those
  

directories are in the same folder.
Does anyone has any idea how would i fix that.



Oh, another thing I noticed--you have a lot of spaces in your file names.
That's not a good idea for Internet apps. Concatenate, or use an underscore
instead.

Cordially,

Kerry Thompson


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01736 759321
www.glenpike.co.uk 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Debugging issue

2008-03-12 Thread Ain Tohvri
Spaces have been URL-encoded but make sure you've got proper security  
settings of Flash Player.


Regards,
Ain Tohvri

On 12 Mar 2008, at 02:51, "anuj sharma" <[EMAIL PROTECTED]> wrote:


Hi
I am trying to debug my project and it gives me long weird message as
follows. Its saying some Security Sandbox violation.
I am loading external videos in myUILoader component using XML.All  
of those

directories are in the same folder.
Does anyone has any idea how would i fix that.

Any Help will be appreciated.
Thanks
Anuj

Attemping to launch and connect to Player using URL C:\Documents and
Settings\ASharma\Desktop\VCD Flash Concept\VideoForWeb\Video
Showcase\VideoShowcaseRev32ObjectRunTimeError.swf
[SWF] C:\Documents and Settings\ASharma\Desktop\VCD Flash
Concept\VideoForWeb\Video Showcase 
\VideoShowcaseRev32ObjectRunTimeError.swf

- 6647189 bytes after decompression
*** Security Sandbox Violation ***
Connection to
file:///C|/Documents%20and%20Settings/ASharma/Desktop/VCD%20Flash% 
20Concept/VideoForWeb/Video%20Showcase/Settings.xml

halted - not permitted from
file:///C|/Documents%20and%20Settings/ASharma/Desktop/VCD%20Flash% 
20Concept/VideoForWeb/Video%20Showcase/ 
VideoShowcaseRev32ObjectRunTimeError.swf

SecurityError: Error #2148: SWF file
file:///C|/Documents%20and%20Settings/ASharma/Desktop/VCD%20Flash% 
20Concept/VideoForWeb/Video%20Showcase/ 
VideoShowcaseRev32ObjectRunTimeError.swf

cannot access local resource
file:///C|/Documents%20and%20Settings/ASharma/Desktop/VCD%20Flash% 
20Concept/VideoForWeb/Video%20Showcase/Settings.xml.
Only local-with-filesystem and trusted local SWF files may access  
local

resources.
   at flash.net::URLStream/load()
   at flash.net::URLLoader/load()
   at
VideoShowcaseRev32ObjectRunTimeError_fla::MainTimeline/frame1() 
[VideoShowcaseRev32ObjectRunTimeError_fla.MainTimeline::frame1:373]

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Debugging issue

2008-03-11 Thread Kerry Thompson
> I am trying to debug my project and it gives me long weird message as
> follows. Its saying some Security Sandbox violation.
> I am loading external videos in myUILoader component using XML.All of
those
> directories are in the same folder.
> Does anyone has any idea how would i fix that.

Oh, another thing I noticed--you have a lot of spaces in your file names.
That's not a good idea for Internet apps. Concatenate, or use an underscore
instead.

Cordially,

Kerry Thompson


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Debugging issue

2008-03-11 Thread Kerry Thompson
Anuj Sharma wrote: 

> I am trying to debug my project and it gives me long weird message as
> follows. Its saying some Security Sandbox violation.
> I am loading external videos in myUILoader component using XML.All of
those
> directories are in the same folder.
> Does anyone has any idea how would i fix that.

I bet you're running on Windows Vista. I've had the same problem--publish,
double-click the HTML file, and I get the security sandbox violation error.
Yet it runs fine in the IDE.

It so happens that I'm developing in Flex, using FlexBuilder 3. I haven't
seen the same thing in Flash, but then, I haven't been using Flash that much
since I got my Vista machine--most of my gigs these days are Flex gigs, or
for clients who just want a swf and html, and don't care what environment I
use. (I'm not saying Flex is better than Flash, but, as a long-time code
monkey, I like the IDE better than Flash).

I don't know what the answer is. The producers I work with use XP, and it
runs fine for them. One clue--the error I get is on IE7. Firefox gives a
more descriptive error--it says that  I have an .htm file trying to
communicate with a .swf. The .htm file in question is a fairly complex
JavaScript file--I didn't write it, so I'm not entirely sure what it's
doing, so no help there.

This may help, though: it says "To let this application communicate with the
Internet, click Settings."

Long story short, try it in a different browser and see if you get a better
error message.

Cordially,

Kerry Thompson


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders