Page 1 of 1

.svg and .png from skineditor not found.on server,with i-Ph4

Posted: Mon Jul 18, 2011 1:53 pm
by bucher
Hi forum,
I have a projekt Csshtml5 with swf-fallback. Everything works fine local, also the html5-skin in local Safari .- The same projekt, uploadet to the server, shows questionmarks on I-pone4 for all.svg and .png from the images folder, the funktions are working. watch here: http://www.be-lichtung.de/index.php?pageid=96
An other Projekt with same constuction works fine : http://www.be-lichtung.de/index.php?pageid=135
I can´t find the error.

Any idea from you?!!

Thanks an so long!

Jörg from Hamburg

Re: .svg and .png from skineditor not found.on server,with i

Posted: Mon Jul 18, 2011 2:53 pm
by hum@no.id
You know how to "about align to vertical"?

Re: .svg and .png from skineditor not found.on server,with i

Posted: Thu Jul 21, 2011 12:59 pm
by briarch
You are not alone!

Thomas posted this:
Re: html5 skin
by thomas » Sat Aug 14, 2010 12:45 am

I guess the problem is your web server. SVG images should have the mime type image/svg+xml but your server sends them as text/html which confuses Safari. If you don't have full control of the web server you can try to add the correct mime type in your .htaccess file with this line:
CODE: SELECT ALL
AddType image/svg+xml svg
MfG, Thomas

Re: .svg and .png from skineditor not found.on server,with i

Posted: Mon Aug 29, 2011 2:55 am
by 360Texas
I seem to have the .svg and Safari 5 issue too

Tested on PC.
In IE 9 The pano is displayed and the tool bar .svg display and function properly in Flash
In Desktop Safari 5.1 the pano is displayed and the html5/CSS3 tool bar .svg display as broken [?] boxes.. AND the functions zoom in/out rotate all work correctly - toolbar tooltips are viewable.

I am using the html5 html tab "fullscreen_idevices_swf-fallback.ggt"

Using the double Flash/HTML5/CSS3 generated file sets Pano2vr generates the following list of .js

modernizer-1.5
P2q_embed_object
pano2vr_player
skin
swfobject

The image collection uses 1 \images folder containing ALL the cube face tiles, the toolbar .svg's and 1 .png
All the other html, xml, swf etc are in a single folder.

This may be seen at
http://360texas.com/services/sr/dbu/index.htm

I tried adding image/svg+xml svg to my .htaccess file and uploaded it. Broke Server.

Called Server Tech Support - now MIME is added and Safari IS WORKING ! I can now see the tool bar .svg graphics

YEAAAAAH