View Full Version : Using swf files for the Panorama
Dцddl
08-06-2007, 03:01 PM
Hi,
i have the following Problem:
I tried to use .swf files instead of another Image Format for the panorama.
If i try to start the panorama the following Error appears:
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/image_l.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/image_u.swf?1
The Error( Is in German ) means: "Cant find the url".
The URL is correct, so the Error is in the panorama player code.
mfg
The Dцddl
cheathamlane
08-06-2007, 03:34 PM
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/image_l.swf?1
Hey there:
1) I wasn't aware we could use SWF files as cube faces.
2) When you pass the URL _without_ the "?1", does it work?
Cheers,
Dцddl
08-07-2007, 07:26 AM
Oh, the FAQ says that flash panorama supports swf files. :D
What image format does Flash Panorama Player support?
Flash Panorama Player supports cube faces images (jpg, png, gif or swf file format) and cube stripes (6 cube faces placed in a single file).
I never pass the "?1" it should appear in flash panorama.
cheathamlane
08-07-2007, 08:09 PM
Oh, the FAQ says that flash panorama supports swf files. :D
Ha, fair enough... People read those FAQs? :-P
Dцddl
08-29-2007, 08:23 AM
I waiting for a response....
Dцddl
09-04-2007, 02:01 PM
*Push*
Any official Statement?
jaaaab
09-04-2007, 05:51 PM
Here are some ideas of solution:
-maybe it comes from the spaces in your path? (Flash_panorama Embetted_ Panorama)
-maybe it comes from your drive letter: D|/Work ?? shouldn't it be d:\Work?
-try to replace the code in one of the examples in the example directory of FPP to check if that works...
++
Dцddl
09-05-2007, 08:18 AM
Load 0: images/Tanga_f.swf
Load 1: images/Tanga_l.swf
Load 2: images/Tanga_b.swf
Load 3: images/Tanga_r.swf
Load 4: images/Tanga_u.swf
Load 5: images/Tanga_d.swf
Load layer 1: files/fps.swf
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_l.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_u.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_b.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_f.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_d.swf?1
Error #2035: Die URL wurde nicht gefunden. URL: file:///D|/Work/Flash%20Panorama/Embetted%20Panorama/images/Tanga_r.swf?1
As you can see, the Error is not on my side, the correct URL is passed to FlashPanorama ("Load 0: images/Tanga_f.swf"), the Error appears in Flash Panorma, the Error... :(
cheathamlane
09-09-2007, 05:55 PM
Hey there:
I did a quick test, trying to load in SWF files instead of JPG files. I set:
panoSuffixes=_f.swf|_l.swf|_b.swf|_r.swf|_u.swf|_d .swf
...It appears that each face is getting loaded 3 times -- the second and third times, "?1" or "?2" is appended to the file name.
When I go to the individual cube face SWFs directly in the browser, they load fine. Nothing appears in the FPP player window, at all.
Ideas?
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_b.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_b.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_b.swf?2
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_d.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_d.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_d.swf?2
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_f.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_f.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_f.swf?2
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_l.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_l.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_l.swf?2
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_r.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_r.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_r.swf?2
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_u.swf
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_u.swf?1
http://www.cheathamlane.net/tests/flash/images/Concert_1-sm/Concert_1-sm_u.swf?2
Dцddl
09-11-2007, 07:52 AM
Hey there:
I did a quick test, trying to load in SWF files instead of JPG files. I set:
panoSuffixes=_f.swf|_l.swf|_b.swf|_r.swf|_u.swf|_d .swf
...It appears that each face is getting loaded 3 times -- the second and third times, "?1" or "?2" is appended to the file name.
When I go to the individual cube face SWFs directly in the browser, they load fine. Nothing appears in the FPP player window, at all.
Ideas?
Ahh.. thanx
in my case this happens because i load the Panorama dynamically ( It's embetted in a swf file ).
But not see any way too prevent a swf from loading more than one time!
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.