V620 WAP, Animation, Cache?

Posted: 11-15-2005, 10:31 AM
Hi,

I've got a Motorola V620 and have been trying to set up a WAP (.wml)
page to allow me to 'animate' 4 images. I've created the following .wml
page in which the first card 'loads' the 4 images.

Then when the user selects 'start' it causes the next card (and image-1)
to load, 10 seconds later the next card (and image-2) loads, etc.

However (and this is the problem) each image get loaded afresh each time
- thus you have to wait 5 seconds or so for each image to appear.

I had thought that by loading the images at the start they would be
cached - and then displayed instantly.

The images are 176x176 pngs - but I've tried reducing their size to
64x64 and the same problem (re-loading each time) still occurs.

Any suggestions as to how I can overcome this problem?

Is it a severe limit to the size of the cache on the V620?

Regards
Kirby





<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC
"-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>

<head>
<meta forua="true" http-equiv="Cache-Control" content="max-age=1800"/>
</head>

<card id="init">
<p>
<a href="radart.wml#x00">start</a><br/>
<a href="pictures.wml">pictures</a><br/>
<img src="radar0.png" alt="radar0" /><br/>
<img src="radar1.png" alt="radar1" /><br/>
<img src="radar2.png" alt="radar2" /><br/>
<img src="radar3.png" alt="radar3" />
</p>
</card>



<card id="x00" ontimer="#x01">
<timer value="100"/>
<p>
<img src="radar0.png" alt="radar0" />
<br/>0
<a href="pictures.wml">pictures</a><br/>
</p>
</card>

<card id="x01" ontimer="#x02">
<timer value="100"/>
<p>
<img src="radar1.png" alt="radar1" />
<br/>1
<a href="pictures.wml">pictures</a><br/>
</p>
</card>

<card id="x02" ontimer="#x03">
<timer value="100"/>
<p>
<img src="radar2.png" alt="radar2" />
<br/>2
<a href="pictures.wml">pictures</a><br/>
</p>
</card>

<card id="x03" ontimer="#x00">
<timer value="100"/>
<p>
<img src="radar3.png" alt="radar3" />
<br/>3
<a href="pictures.wml">pictures</a><br/>
</p>
</card>



</wml>


Reply With Quote

Responses to "V620 WAP, Animation, Cache?"

 
Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
V620 MMS MJG Motorola 0 10-11-2005 10:55 PM
V180 changing startup animation Andy Motorola 3 05-01-2005 10:48 PM
Import animation from computer to C350 Yap Aik Tern Motorola 1 09-25-2004 12:18 PM
How to import ringtones, pictures, and animation into C350 throughUSB cable? Yap Aik Tern Motorola 0 07-29-2003 02:26 AM


All times are GMT. The time now is 03:32 AM.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33