help loading swf with parameters

27 views
Skip to first unread message

Isaac Alves

unread,
Jul 2, 2010, 2:38:42 PM7/2/10
to bulkload...@googlegroups.com
Please, why does that happen? I thought i had figured out already that
kind of problem quite some time ago, but now I need to work on a very
old project and I got this error, I´ve tried with flash native loader
class as well and it does not work . If i take the parameters out, it
works nice.

[BulkLoader] After 3 I am giving up on swf/top.swf?lang=pt&cmd=2
[BulkLoader] Error loading LoadingItem url: swf/top.swf?lang=pt&cmd=2,
type:movieclip, status: error Error #2035: URL não encontrado. URL:
file:///C|/Users/ISAAC/Desktop/INPLAC/swf/top.swf?lang=pt&cmd=2
[BulkLoader] After 3 I am giving up on swf/header.swf?lang=pt
[BulkLoader] Error loading LoadingItem url: swf/header.swf?lang=pt,
type:movieclip, status: error Error #2035: URL não encontrado. URL:
file:///C|/Users/ISAAC/Desktop/INPLAC/swf/header.swf?lang=pt

i believe it might be something quite obvious that i cannot realize
cause i´m stressed up .

--
Isaac

Arthur Debert

unread,
Jul 2, 2010, 2:45:23 PM7/2/10
to bulkload...@googlegroups.com
Hi Issac.

From the stack trace, I can see that you are:
1) Running from the local computer (with the file:// protocol)
2) Passing query params.

If you are not running a server, with the regular http protocol (eg:
http://localhost:8000/somefile.swf) then the operating system will
serve the file. OS's know nothing about query strings, which are a
http thing. Servers understand those, but not the file system.

The easiest way to handle this is setup a server to serve those files.
Which one will depend many factors, but if you don't fell confortable
with the idea, the easiest thing to do is to download MAMP and point
apache to your local directory.

Best regards

> --
> You received this message because you are subscribed to the Google Groups "BulkLoader users" group.
> To post to this group, send email to bulkload...@googlegroups.com.
> To unsubscribe from this group, send email to bulkloader-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bulkloader-users?hl=en.
>
>

--
Arthur Debert
www.stimuli.com.br

Isaac Alves

unread,
Jul 2, 2010, 3:04:44 PM7/2/10
to bulkload...@googlegroups.com
hey Arthur,

I had forgotten this little detail..

valeu!!

2010/7/2 Arthur Debert <art...@stimuli.com.br>:

--
Isaac

Reply all
Reply to author
Forward
0 new messages