[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
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
I had forgotten this little detail..
valeu!!
2010/7/2 Arthur Debert <art...@stimuli.com.br>:
--
Isaac