I don't know, but there may be something about cross domain security,
too (sure with .swf but with .flv don't know):
if you load with absolute urls such as
Movie.loadMovie('http://foo.org/stuff.swf'), it won't load if the swf
loader is "http://www.foo.org/loader.swf", only because it's
considered an other domain.
you can avoid this by searching help about cross domain security in Flash ...+++++ clemos On 12/7/05, Dan Thomas <[EMAIL PROTECTED]> wrote: > Check your webserver supports the FLV MIME type, we had to add it to ours > when I was having the same problem - runs fine locally just doensnt load at > all online. > > > http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001107.html > > "Tip: To load FLV files from a web server, you might need to register the > file extension and MIME type with your web server; check your web server > documentation. The MIME type for FLV files is video/x-flv." > > > > Dan Thomas > > Moov2 Ltd > > Email: [EMAIL PROTECTED] > Web: www.moov2.com > Office: 01202 398 380 > Mobile: 07917 002 406 > Fax: 01202 72 00 56 > > www.webfresh.co.uk Four page brochure sites £299!!! > Now Offering Broadband: www.broadbanddorset.co.uk > Coming Soon: Voice over IP - Internet Telephony > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Tann > Sent: 07 December 2005 17:31 > To: Open Source Flash Mailing List > Subject: Re: [osflash] Dynamically load fla > > The video just doesn't appear online but does locally, but I haven't > really started to debug it yet I was hoping there was a better way to > import them using just code rather than having the video element > embedded in a movie clip and exporting from the library. > > Jim > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of clemos > Sent: 07 December 2005 17:08 > To: Open Source Flash Mailing List > Subject: Re: [osflash] Dynamically load fla > > On 12/7/05, Jim Tann <[EMAIL PROTECTED]> wrote: > > I meant .flv not .fla, sorry for any confusion. > > oh ok. > > > Is there a better way of importing a .fla with Actionscript at > runtime? > > I have had a couple of problems using the method above when deploying > on > > a web server but it runs ok from HDD or CD-ROM. > > I don't know any other way to load a .flv than with the NetConnection > + NetStream + Video stuff (which I agree is quite surprising and > strange when you just want to load a single flv file, and not stream > it or something) > > except a doing a .swf with only the .fla (statically imported) inside, > which you load with usual MovieClip methods... > > but you should explain a bit more precisely what kind of problems you > got when deploying to a webserver ? > > +++++ > clemos > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > This message and any attachments should only be read by those persons to whom > it is addressed and be used by them for its intended purpose. It must not > otherwise be reproduced, modified, distributed, published or actioned. If you > have received this e-mail in error, please notify us immediately by telephone > on 01202 237000 and delete it from your computer immediately. This e-mail > address must not be passed to any third party or be used for any other > purpose. Every reasonable precaution has been taken to ensure that this > e-mail, including attachments, does not contain any viruses. However, no > liability can be accepted for any damage sustained as a result of such > viruses, and recipients are advised to carry out their own checks. > > > Moov2 Ltd cannot accept liability for statements made which are clearly the > senders own and not made on behalf of the Moov2 Ltd. An e-mail reply to this > address may be subject to interception or monitoring for operational reasons > or for lawful business purposes. > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
