Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread anuj sharma
Hi Bob Thanks for reply. This is not AIR, its simple swf file created from Flash authoring timeline. All the code is on main timeline. Also it behaves similarly on HTML published too, i tried windows exe publishing too. It seems like in my Flash IDE it is loading external SWF but when i am trying

Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread Marc Hoffman
Anuj, I know this is more of a hack than really fixing the problem, but have you tried keeping all swf's in the same directory? I am suspicious of the URL: file:///video/pic_8.swf. Why so many directory levels in the path? - Marc At 11:08 PM 3/12/2008, you wrote: Hi Bob Thanks for reply.

Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread EECOLOR
It is just a guess, but is the url in your swf /video/pic_8.swf? If so, you might want to change it to video/pic_8.swf (without the slash at the start). The slash at the start is only usefull if you are serving your swf from a webserver. Greetz Erik On 3/13/08, Marc Hoffman [EMAIL PROTECTED]

Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread anuj sharma
Hi ALL Thanks for your help. one of guy help me out in figuruign this thing out. I have to use /.video/pic_8.swf. Now the problem is solved. Thanks Anuj On Thu, Mar 13, 2008 at 1:58 PM, EECOLOR [EMAIL PROTECTED] wrote: It is just a guess, but is the url in your swf /video/pic_8.swf? If so, you

[Flashcoders] Running Independent SWF

2008-03-12 Thread anuj sharma
Hi All I made a desktop application( in AS 3.0 using Flash IDE) in which I am loading bunch of SWFs in my UILoader. The file is working fine from Flash Authoring tool( IDE). I publish my file using local files only. Now when I am trying to run my independent SWF file, i am getting error Error

Re: [Flashcoders] Running Independent SWF

2008-03-12 Thread Bob Wohl
Is this from opening the swf or is this an air app? Does this behave this way when testing from embeding in an html document? B. On Wed, Mar 12, 2008 at 3:08 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi All I made a desktop application( in AS 3.0 using Flash IDE) in which I am loading bunch