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

Reply via email to