Sie sind nicht angemeldet.

1

Freitag, 11. Februar 2011, 14:52

Textfield showing blank on Ipad

Hi

I'm trying to use textfild.swf to load external html pages (which is working fine) but when I try to view them on an ipad they are blank and doesn't have the close button.

My questions are -
1) Is it possible to use textfield in ipad? Can textfield access external html files on an ipad?
2) Is there an example of textfield working on an ipad?

edit : it appears that popups don't work on an ipad when the textfield content is in the xm and not accessing from an external html. Both methods are not working for me.

Here is the text from the external html file -

<html>
<head>
</head>
<body>
<br/>
<h1>Title</h1>
<p>Content text goes here</p>
<a href="info.php">Testimonials</a>
</body>
</html>


This is the xml I'm using

<hotspot name="spot0" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot0html].visible,true);tween(plugin[spot0html].alpha, 1);" url="laithweightsdata/graphics/spots/spot0.png" onhover="showtext('this wine');" ath="287.079" atv="-4.60916"/>
<data name="spot0htmldata">
<p align="right">
<font face="Arial">
<a href="event:tween(alpha, 0);delayedcall(0.5,set(visible,false));">
<b>X</b>
</a>
</font>
</p>
<include url="poi/001.html"/>
</data>
<plugin name="spot0html" url="laithweightsdata/graphics/textfield.swf" html="data:spot0htmldata" visible="false" alpha="0" align="center" width="40%" height="40%" bordercolor="0xFFFFFF"/>
<hotspot name="spot1" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot1html].visible,true);tween(plugin[spot1html].alpha, 1);" url="laithweightsdata/graphics/spots/spot0.png" onhover="showtext('table 2');" ath="345.222" atv="-4.60916"/>
<data name="spot1htmldata">
<p align="right">
<font face="Arial">
<a href="event:tween(alpha, 0);delayedcall(0.5,set(visible,false));">
<b>X</b>
</a>
</font>
</p>
<include url="poi/002.html"/>
</data>
<plugin name="spot1html" url="laithweightsdata/graphics/textfield.swf" html="data:spot1htmldata" visible="false" alpha="0" align="center" width="40%" height="40%" bordercolor="0xFFFFFF"/>
<!-- close all hotspots -->
<action name="closeallobjects">set(plugin[spot0html].alpha, 0);set(plugin[spot0html].visible,false);set(plugin[spot1html].alpha, 0);set(plugin[spot1html].visible,false);</action>
»iamwill« hat folgende Bilder angehängt:
  • ipad.jpg
  • desktop.jpg

Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

3

Freitag, 11. Februar 2011, 15:44

"The krpanoJS viewer has an internal implementation of the textfield plugin. When a plugin with a url named "textfield.swf" should be loaded then the internal textfield will be used. But ntoe - the internal textfield plugin is supports only the very basic features at the moment."

As I understand it, krpanojs will use a non flash equivalent to display the content. It would help to know what the basic features were, my html is really basic, just a few words and a link.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »iamwill« (11. Februar 2011, 15:55)


Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

5

Freitag, 11. Februar 2011, 17:11

iamwill - check my tour here on an iphone and you will see the textfield.swf used in krpanojs. however i have not been able to get a full textfield to work only 1 line.

http://www.virtualnorthland.com/panos/amsoil

6

Freitag, 11. Februar 2011, 20:27

Hi VN2011, I visited your tour but couldn't find a textfield example that I could open on an ipad. Great tour BTW

7

Freitag, 11. Februar 2011, 22:33

the scene titles are textfield.swf. in the first scene it says "ticket lobby" that is it. i cannot however get a full textfield to work with lots of text it will not display.