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 to run independent swf it is not loading external swfs. I don't know
how to get rid of this problem.
Please help
Thanks
Anuj

On Wed, Mar 12, 2008 at 7:19 PM, Bob Wohl [EMAIL PROTECTED] wrote:

 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 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 #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL:
  file:///video/pic_8.swf.
  The things are working fine if i open fla and hit ctr+Enter.I don't know
  why
  its not working as an independent swf. Also the title of the player is
  showing player 9, which means it is using the player it is supposed to
  use.
  If i change my publish settings to
   network only nothing works at all.
  i am just using XML to load external SWFs and videos in UIloader
  component.
  Any body has any solution for this kind of problem.
  I am putting all my code on main time line in Flash authoring tool and
 my
  Operating system is XP
  Thanks a lot.
  Anuj
  ___
  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

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


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. 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 to run independent swf it is not loading external swfs. I don't know
how to get rid of this problem.
Please help
Thanks
Anuj

On Wed, Mar 12, 2008 at 7:19 PM, Bob Wohl [EMAIL PROTECTED] wrote:

 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 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 #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL:
  file:///video/pic_8.swf.
  The things are working fine if i open fla and hit ctr+Enter.I don't know
  why
  its not working as an independent swf. Also the title of the player is
  showing player 9, which means it is using the player it is supposed to
  use.
  If i change my publish settings to
   network only nothing works at all.
  i am just using XML to load external SWFs and videos in UIloader
  component.
  Any body has any solution for this kind of problem.
  I am putting all my code on main time line in Flash authoring tool and
 my
  Operating system is XP
  Thanks a lot.
  Anuj
  ___
  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

___
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] 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] wrote:

 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




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


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 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] wrote:
 
  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
 
 
 
 
 ___
 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


[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 #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL:
file:///video/pic_8.swf.
The things are working fine if i open fla and hit ctr+Enter.I don't know why
its not working as an independent swf. Also the title of the player is
showing player 9, which means it is using the player it is supposed to use.
If i change my publish settings to
 network only nothing works at all.
i am just using XML to load external SWFs and videos in UIloader component.
Any body has any solution for this kind of problem.
I am putting all my code on main time line in Flash authoring tool and my
Operating system is XP
Thanks a lot.
Anuj
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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 #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL:
 file:///video/pic_8.swf.
 The things are working fine if i open fla and hit ctr+Enter.I don't know
 why
 its not working as an independent swf. Also the title of the player is
 showing player 9, which means it is using the player it is supposed to
 use.
 If i change my publish settings to
  network only nothing works at all.
 i am just using XML to load external SWFs and videos in UIloader
 component.
 Any body has any solution for this kind of problem.
 I am putting all my code on main time line in Flash authoring tool and my
 Operating system is XP
 Thanks a lot.
 Anuj
 ___
 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