[flexcoders] GIF image doesn't blinking in Flex App

2008-04-28 Thread Nirav Upadhyay
Hi,

I have put one GIF image of blinking star in my Flex Application but image
doesn't blink at all. It looks like simple JPEG image although it is a GIF
image.
What to do?

Thanks,
Nirav


Re: [flexcoders] GIF image doesn't blinking in Flex App

2008-04-28 Thread Nirav Upadhyay
Hi Jon,

Thanks for reply.
So you mean that animated GIF images are not supported by any version of
Flex (2.0/3.0?

Thanks,
Nirav

On Mon, Apr 28, 2008 at 5:53 PM, Jon Bradley [EMAIL PROTECTED]
wrote:


  On Apr 28, 2008, at 8:13 AM, Nirav Upadhyay wrote:

  Hi,

 I have put one GIF image of blinking star in my Flex Application but
 image doesn't blink at all. It looks like simple JPEG image although it is a
 GIF image.
 What to do?


 Because animated GIF images are not supported?

 Check this out:

  http://www.bytearray.org/?p=95

 good luck,

 jon

 



[flexcoders] Google or Yahoo Maps - Custom tile/image/background

2008-04-24 Thread Nirav Upadhyay
Hi,

I have researched lot in Google and Yahoo Maps.
I have found lots of things also.
But i want an advanced functionality in any of the Map technology.

I want to change tile/image/background of the Google/Yahoo Map from default
to anyone i want.
Means i can be able to change the background/tile/image to Car, Flower,
Person or anything from the default map image.
Can anybody help me if you have worked in this?

Thanks,
Nirav


[flexcoders] Integrate Flex with Google Maps

2008-04-18 Thread Nirav Upadhyay
Hi all,

I want to integrate flex with google map.
I have used the below link also.
http://javey.net/flex/map2/bin/map2.html
http://note19.googlecode.com/svn/trunk/map2/html-template/index.template.html

But i didn't find any source code for this and download it in my system and
run it from here.

Please anybody have any kind of examples also? Can you send it to me?

Thanks,
Nirav


Re: [flexcoders] Integrate Flex with Google Maps

2008-04-18 Thread Nirav Upadhyay
Hi anirudh,
thanks for reply
So i mean that GMaps is not perfect for Integration with Flex?
So we should use YMaps?

Thanks,
Nirav

On Fri, Apr 18, 2008 at 3:15 PM, Anirudh Sasikumar 
[EMAIL PROTECTED] wrote:

   Hi,

 The way to embed google maps is present in the link you have posted.
 It uses google maps like the way you normally would from a HTML page.
 But the div containing the map is positioned where you want it over
 the flex UI. It's a combination of HTML and Flex.

 This is not the most elegant solution for flex and Yahoo has released
 AS3 components for their mapping service:
 http://developer.yahoo.com/flash/maps/

 Also, take a look at http://www.afcomponents.com/components/g_map_as3/

 Cheers,
 --
 Anirudh Sasikumar
 http://anirudhs.chaosnet.org/
  



[flexcoders] Integrate Flex with Yahoo Maps - Change Background image of the Map

2008-04-18 Thread Nirav Upadhyay
Hi,

After integrating the Yahoo Map with Flex.
Does Yahoo Map has API facility to change the Background image of the map?
Means shall i able to put my own image in the background of the Yahoo Map?


Thanks,
Nirav


Re: [flexcoders] Integrate Flex with Google Maps

2008-04-18 Thread Nirav Upadhyay
Thanks Anirudh,

So GMaps making us fool by using HTML and Flex to incorporate the GMaps in
Flex?
Have YMaps tile functionality?
Means custom maps/tiles, background changes?
Have you worked in any Map Technology?
Coz my focus is on custom maps/tiles.

Thanks,
Nirav



On Fri, Apr 18, 2008 at 3:26 PM, Anirudh Sasikumar 
[EMAIL PROTECTED] wrote:

   Hey Nirav,

 Personally, I suggest using the AS3 yahoo maps API. Take a look at
 what its capable of:
 http://developer.yahoo.com/flash/maps/examples.html


 Cheers,
 --
 Anirudh Sasikumar
 http://anirudhs.chaosnet.org/
  



Re: [flexcoders] Generate XML Schema

2008-01-17 Thread Nirav Upadhyay
Hi mark,

Please can you explain in detail here?
What you want to do exactly?

Thanks,
Nirav

On Jan 17, 2008 3:07 AM, markgoldin_2000 [EMAIL PROTECTED] wrote:

   Is it possible to generate an XML Schema to send to the server alone
 with an XML data?

 Thanks