RE: [Flashcoders] FLV loading in IE6, not IE8

2009-12-23 Thread Mendelsohn, Michael
 Not sure what that means. Univesity of North Carolina?
UNC is universal naming convention.  So on Windows, the path would be like 
\\something\something rather than http://something.something
(I got that bit of knowledge from Michael Jordan by the way.)



 So you mean the location of the HTML (the HTML that calls the
AC_RunActiveContent.js file) that embeds the flash file is located in
the same folder?  I couldn't tell if you mean the HTML or the .js file. 

Folder structure, via unc or http, is the same:
All at the same level in one folder: AC_RunActiveContent.js, html, swf, and flv.

FLV loads in IE6, but does not load in IE8.

Would any sort of security settings be needed for IE8?  Crossdomain.xml or 
sandbox publish settings?  I suspect that's the underlying issue because I can 
see that under acceptable circumstances, the flv loads.


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


RE: [Flashcoders] FLV loading in IE6, not IE8

2009-12-23 Thread Mendelsohn, Michael
I just noticed that if I output the path of the swf to a TextField, I get 
differences between IE6 and IE8:

IE6:
file://\\johnfilep31\globalcom$\FM_Action_W7\flv test\tester.swf

IE8:
file://johnfilep31/globalcom$/FM_Action_W7/flv%20test/tester.swf

It seems IE8 treats it as a web resource instead of a file share.  Could that 
be part of the issue rather than a security/sandbox setting?

- MM


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


Re: [Flashcoders] Realaxy ActionScript Editor: XML Demo

2009-12-23 Thread Steve Mathews
That looks really great. Can't wait to try it out for myself.

On Tue, Dec 22, 2009 at 6:05 AM, Ivan Dembicki ivan.dembi...@gmail.comwrote:

 Hello,

 working with XML: http://vimeo.com/8216219

 beta coming soon

 --
 iv
 http://www.bezier.ru
 http://bezier.googlecode.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] FLV loading in IE6, not IE8

2009-12-23 Thread Merrill, Jason
 It seems IE8 treats it as a web resource instead of a file share.
Could that be part of the issue rather than a security/sandbox setting?

Sure could be - seems to me it's a difference between the browsers, not
Flash.  


Jason Merrill 

 Bank of  America  Global Learning 
Learning  Performance Soluions

Join the Bank of America Flash Platform Community  and visit our
Instructional Technology Design Blog
(note: these are for Bank of America employees only)




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


RE: [Flashcoders] FLV loading in IE6, not IE8

2009-12-23 Thread Mendelsohn, Michael
 It seems IE8 treats it as a web resource instead of a file share.
Could that be part of the issue rather than a security/sandbox setting?

Sure could be - seems to me it's a difference between the browsers, not
Flash.  


I bet you're right, Jason.  What's odd is that when I put the full file share 
path as a parameter for the flvplayback, it works in both IE6 and IE8.  But, 
that makes the file NOT portable if it's going to be accessed over http 
instead.  I got it working in both versions of the browser, but it now seems 
only to be functional in a network environment.  You can't win 'em all I 
suppose.

Thanks for replying, and happy holidays to you.  You deserve a blue ribbon for 
all the posts you answer!

- MM

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


[Flashcoders] Re: Flashcoders Digest, Vol 27, Issue 29

2009-12-23 Thread Jim Duber
I'm on digest, so excuse me if this repeats what others might have  
said already, but I wonder if it'll work as expected under both IE6  
and IE8 if you rename your directory flv test as flvTest (or  
something similar without a blank space).


HTH,

Jim


Date: Wed, 23 Dec 2009 08:40:54 -0500
From: Mendelsohn, Michael michael.mendels...@fmglobal.com
Subject: RE: [Flashcoders] FLV loading in IE6, not IE8
To: Flash Coders List flashcoders@chattyfig.figleaf.com

I just noticed that if I output the path of the swf to a TextField,  
I get differences between IE6 and IE8:


IE6:
file://\\johnfilep31\globalcom$\FM_Action_W7\flv test\tester.swf

IE8:
file://johnfilep31/globalcom$/FM_Action_W7/flv%20test/tester.swf

It seems IE8 treats it as a web resource instead of a file share.   
Could that be part of the issue rather than a security/sandbox  
setting?


- MM


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