Re: [Flashcoders] IE8 not loading flv files

2011-02-18 Thread Karl DeSaulniers

Nice Cor,
Is that a parallax design in the background?

On Feb 17, 2011, at 2:21 PM, Cor wrote:


Test:  http://www.codobyte.com/


Karl DeSaulniers
Design Drumm
http://designdrumm.com

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


RE: [Flashcoders] IE8 not loading flv files

2011-02-18 Thread Cor
Karl,

Thank you.
Parallax would be the smart way...
But I am not that clever.

Regarding my stage = 1000x600
So I have created 2 big rectangles with my logo copied in a random pattern
One rectangle = 2000x1200, and the other 4000x2400.
These get centered to stage and move in some distances according mouse
position off center.

Regards,
Cor van Dooren
www.codobyte.com

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl
DeSaulniers
Sent: vrijdag 18 februari 2011 12:40
To: Flash Coders List
Subject: Re: [Flashcoders] IE8 not loading flv files

Nice Cor,
Is that a parallax design in the background?

On Feb 17, 2011, at 2:21 PM, Cor wrote:

 Test:  http://www.codobyte.com/

Karl DeSaulniers
Design Drumm
http://designdrumm.com

___
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] IE8 not loading flv files

2011-02-18 Thread Karl DeSaulniers

Oh contraire mon frere..

Looks to me like you accomplished the effect in less steps.
Goed werk!
;)

Best,
Karl

On Feb 18, 2011, at 5:53 AM, Cor wrote:


Karl,

Thank you.
Parallax would be the smart way...
But I am not that clever.

Regarding my stage = 1000x600
So I have created 2 big rectangles with my logo copied in a random  
pattern

One rectangle = 2000x1200, and the other 4000x2400.
These get centered to stage and move in some distances according mouse
position off center.

Regards,
Cor van Dooren
www.codobyte.com

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl
DeSaulniers
Sent: vrijdag 18 februari 2011 12:40
To: Flash Coders List
Subject: Re: [Flashcoders] IE8 not loading flv files

Nice Cor,
Is that a parallax design in the background?

On Feb 17, 2011, at 2:21 PM, Cor wrote:


Test:  http://www.codobyte.com/


Karl DeSaulniers
Design Drumm
http://designdrumm.com

___
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


Karl DeSaulniers
Design Drumm
http://designdrumm.com

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


RE: [Flashcoders] IE8 not loading flv files SOLVED

2011-02-18 Thread Mendelsohn, Michael
Very large sigh of relief...

unescape(pathToflv.flv); did the trick.

unescape must be used from a file server. Ugh.

Thanks for the responses,
- MM

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


[Flashcoders] IE8 not loading flv files

2011-02-17 Thread Mendelsohn, Michael
Hi list...

I vaguely remember seeing some documentation somewhere that IE8 has some sort 
of path bug which breaks loading an flv.  Anyone know anything about this?  I'm 
trying to search around for a solution.

Thanks,
- Michael M.

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


RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Cor
I have no problem in IE 8 and FLV:

Test:  http://www.codobyte.com/


Regards,
Cor 


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn,
Michael
Sent: donderdag 17 februari 2011 21:10
To: Flash Coders List
Subject: [Flashcoders] IE8 not loading flv files

Hi list...

I vaguely remember seeing some documentation somewhere that IE8 has some
sort of path bug which breaks loading an flv.  Anyone know anything about
this?  I'm trying to search around for a solution.

Thanks,
- Michael M.

___
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] IE8 not loading flv files

2011-02-17 Thread Mendelsohn, Michael
Very interesting video Cor, and I love the background.

The issue is that I've got an FLVPlayback component that I'm pointing to a 
relative folder. It's not being served out via http:, but rather just is a 
server path, like so:

\\corp\data\office\transfer drive\Mendelsohn\presentation\MarketUpdate\self 
running\index.html

The file structure is as follows:

[includes folder containing main swf and flv video skins]
[assets folder containing the flv]
index.html

I'm trying to load the flv as such:

var path:String = \\corp\data\office\transfer 
drive\Mendelsohn\presentation\MarketUpdate\self running\assets\vid.flv
flvInstance.load(path);


For the life of me, I can't get the flv to load.  I am so stumped on this one.
- Michael M.

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


RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Cor
Ok, I think this would be enough;

var path:String = assets\vid.flv;
 flvInstance.load(path);


regards,
Cor 


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn,
Michael
Sent: donderdag 17 februari 2011 21:41
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Very interesting video Cor, and I love the background.

The issue is that I've got an FLVPlayback component that I'm pointing to a
relative folder. It's not being served out via http:, but rather just is a
server path, like so:

\\corp\data\office\transfer drive\Mendelsohn\presentation\MarketUpdate\self
running\index.html

The file structure is as follows:

[includes folder containing main swf and flv video skins] [assets folder
containing the flv] index.html

I'm trying to load the flv as such:

var path:String = \\corp\data\office\transfer
drive\Mendelsohn\presentation\MarketUpdate\self running\assets\vid.flv
flvInstance.load(path);


For the life of me, I can't get the flv to load.  I am so stumped on this
one.
- Michael M.

___
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] IE8 not loading flv files

2011-02-17 Thread Merrill, Jason
In that case, could be a security sandbox issue.

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 3:41 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Very interesting video Cor, and I love the background.

The issue is that I've got an FLVPlayback component that I'm pointing to a 
relative folder. It's not being served out via http:, but rather just is a 
server path, like so:

\\corp\data\office\transfer drive\Mendelsohn\presentation\MarketUpdate\self 
running\index.html

The file structure is as follows:

[includes folder containing main swf and flv video skins] [assets folder 
containing the flv] index.html

I'm trying to load the flv as such:

var path:String = \\corp\data\office\transfer 
drive\Mendelsohn\presentation\MarketUpdate\self running\assets\vid.flv 
flvInstance.load(path);


For the life of me, I can't get the flv to load.  I am so stumped on this one.
- Michael M.

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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Mendelsohn, Michael
Well, in publish settings, I set it to network sandbox, but it still doesn't 
work.  I'm tracing if it's an IOError...nope, and I'm tracing if it's a 
SecurityError...nope again.

Stumped beyond stumped,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 3:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In that case, could be a security sandbox issue.

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


RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Merrill, Jason
Could you put it on a web server? Might make life easier for you, but don't 
know if that's even an option.

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:16 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Well, in publish settings, I set it to network sandbox, but it still doesn't 
work.  I'm tracing if it's an IOError...nope, and I'm tracing if it's a 
SecurityError...nope again.

Stumped beyond stumped,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 3:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In that case, could be a security sandbox issue.

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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Mendelsohn, Michael
In my overly complex environment here at worknope.  :-(  Then, I'd 
have no problem.  I have other flash items sitting on Sharepoint, loading in 
videos with http, and there's no issue.  It's just some others in the food 
chain here decided it can't be on http, so I am tasked with being a 
contortionist of sorts.

- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 4:17 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Could you put it on a web server? Might make life easier for you, but don't 
know if that's even an option.

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:16 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Well, in publish settings, I set it to network sandbox, but it still doesn't 
work.  I'm tracing if it's an IOError...nope, and I'm tracing if it's a 
SecurityError...nope again.

Stumped beyond stumped,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 3:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In that case, could be a security sandbox issue.

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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
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] IE8 not loading flv files

2011-02-17 Thread Merrill, Jason
I know it's an issue when server MIME types don't list .flv type on web 
servers, I wonder if the same applies to file servers.  I dunno - in theory, I 
wouldn't think so, but I'm not a server guy.  Have you tried loading a .jpg or 
.swf the same way from the same location?  That would be a good test if you 
haven't done so already.  If JPGs load but FLVs don't...  

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:27 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In my overly complex environment here at worknope.  :-(  Then, I'd 
have no problem.  I have other flash items sitting on Sharepoint, loading in 
videos with http, and there's no issue.  It's just some others in the food 
chain here decided it can't be on http, so I am tasked with being a 
contortionist of sorts.

- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 4:17 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Could you put it on a web server? Might make life easier for you, but don't 
know if that's even an option.

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:16 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Well, in publish settings, I set it to network sandbox, but it still doesn't 
work.  I'm tracing if it's an IOError...nope, and I'm tracing if it's a 
SecurityError...nope again.

Stumped beyond stumped,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 3:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In that case, could be a security sandbox issue.

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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may

RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Mendelsohn, Michael
Good point Jason.  Yes, all other file formats load just fine.  I'll check that 
out.

Thanks,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 4:38 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

I know it's an issue when server MIME types don't list .flv type on web 
servers, I wonder if the same applies to file servers.  I dunno - in theory, I 
wouldn't think so, but I'm not a server guy.  Have you tried loading a .jpg or 
.swf the same way from the same location?  That would be a good test if you 
haven't done so already.  If JPGs load but FLVs don't...  

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:27 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In my overly complex environment here at worknope.  :-(  Then, I'd 
have no problem.  I have other flash items sitting on Sharepoint, loading in 
videos with http, and there's no issue.  It's just some others in the food 
chain here decided it can't be on http, so I am tasked with being a 
contortionist of sorts.

- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 4:17 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Could you put it on a web server? Might make life easier for you, but don't 
know if that's even an option.

 Jason Merrill
 Instructional Technology Architect
 Bank of America  Global Learning 





___


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, 
Michael
Sent: Thursday, February 17, 2011 4:16 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

Well, in publish settings, I set it to network sandbox, but it still doesn't 
work.  I'm tracing if it's an IOError...nope, and I'm tracing if it's a 
SecurityError...nope again.

Stumped beyond stumped,
- MM

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason
Sent: Thursday, February 17, 2011 3:55 PM
To: Flash Coders List
Subject: RE: [Flashcoders] IE8 not loading flv files

In that case, could be a security sandbox issue.

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

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to Sender are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com