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>