Flash lite connection to ms sql

how can i read xml data types stored in my ms sql database
into my flash lite application?

I did something like that some years ago. 
I think taht you can execute your SELECT statements only using OPEN FETCH and CLOSE statements.
If the problem is the access to the DB, I remember a table (but not it's name) where every DB must be listed with relative driver.
Sorry about the tablke name but I really do not remember.
Hope to be helpfully anyway.

Similar Messages

  • How to connect to a blog in flash lite

    Hello Guys,
    I want to create a blog server connection using flash lite
    alone. How can I do this?
    Please help me on this as its urgent. I am developing a
    project and I have to use this there.

    Check out my topic "FlashLite + Servlets" to look for how to
    communicate with server. It also has code snippets.

  • Problem with Flash Lite in Nokia 5800 XpressMusic-Problema con Flash Lite en Nokia 5800 XpressMusic

    I've got a problem playing videos in YouTube with my 5800. Recently I updated my version of Flash Lite to 3.1,  from that day I can't see correctly videos on YouTube, when the the indicator of the bar reaches 1/4 of the totallity of the bar, the sound and image stop, but the indicator continues playing. If i want to see completly a video I have to put the indicator in the start of the bar and wait the load again. Some idea to fix this problem?
    Sorry for my English level.
    Tengo un problema reproduciendo vídeos en YouTube con mi 5800. Hace poco actualicé la versión del Flash Lite a la 3.1 y desde entonces no puedo ver correctamente vídeos de YouTube, cuando el indicador de la barra alcanza 1/4 de la distancia total, se detienen el sonido y la imagen, pero el indicador continúa como si siguiera reproduciendo, es decir para el vídeo es como si siguiera reproduciendo pero ni el sonido ni la imagen continúan., para ver los vídeos tengo que llevar el cursor de carga al principio y esperar la carga de nuevo, es un problema realmente molesto. ¿Alguna idea para solucionarlo?

    Hi,
    I have Nokia 5800XM as well. The YouTube videos are playng fine for me. my FW is 40.0.005 with FL3.1
    Maybe you need to update your device's firmware and FL version.\
    Start Device Manager application on your 5800XM from menu or dialing *#0000#. It will check for new updates and ask you to download them. Remember that these updates are in MBs. I'd recommend update using a WiFi connection or flat-rate data plan.
    Best,
    // chall3ng3r //

  • Basic interaction 'standalone player' Flash Lite

    I am trying to create a simple interactive menu with Flash
    Lite.
    (for example a click on a soft key will bring a blue full
    screen frame....)
    I am a beginner when it comes to cell phone content, but I
    understand that it is doable with flash lite. Thing is my Nokia
    device (6131) is not in the device list of the flash menu, and I am
    unable to upload to the device flash applications. (I can upload
    swf if it's a wallpaper but then i loose the interactivity)
    My question is; if I will have a device that is in the
    'device list' of Flash Lite, will I then be able to upload the swf
    as a standalone application? am I doing the right thing?
    another question is, other then the Adobe sites, where can I
    find more example files in the subject of basic interactive menus
    for Nokia?

    quote:
    Thing is my Nokia device (6131) is not in the device list of
    the flash menu, and I am unable to upload to the device flash
    applications. (I can upload swf if it's a wallpaper but then i
    loose the interactivity)
    The latest device profile update from Adobe included the
    6131, but a particular phone doesn't need to have a profile in the
    emulator for you to be able to develop for it.
    Once you've connected your 6131 with your PC (either via the
    USB cable or bluetooth), you can browse the phone's file system via
    My Computer if you have the Nokia PC Suite installed, and can copy
    a swf to whatever folder is available. You can then find that
    folder via the 'Gallery' menu option on the phone and run the swf,
    which will run in standalone mode.

  • Flash Lite - Automatic playback of SWF-files within MMS

    Dear flash communty,
    I've the problem that SWF-files doesn't play automatically when  I open the MMS I received. I tried to solve the problem with SMIL files, but it  seams that the Flash Lite player doesn't support these scripts. Does anyone of  you know anything else to solve the problem? Is there another way to implement  this feature?
    Greetings,
    Noctem

    We have been working with one of our customers on delivering
    an on line sales tool using the Adobe Connect environment. They for
    the usual legal reasons wished to use a sales aid they had already
    created. This was a flash based CD-rom with various flash movies
    initiated by rollovers and buttons.
    But there was two problems:
    1. The index would not work i.e. the menu page appeared but
    the subsequent movies and animations could not be found
    2. The click throughs and rollovers would not synchronizes,
    i.e. if the presenter moved forward through the presentation the
    participants did not.
    Both of these obviously make it useless.
    After over three weeks of R&D we (David Kwaw , Steve
    Grovenor and J ) have developed a bespoke piece of programing,
    based on Sync SWF
    http://www.adobe.com/devnet/acrobatconnect/articles/basic_syncswf_pt1.html
    That solves this issue, we have since refined the coding so
    that ONLY the presenter has control of the flash presentation,
    making it more like Adobe Presenter just ALOT more flexible and
    better looking.
    If you would like to know more... just drop us a line.
    Our Website

  • Any tool to check functionalitiy of AS code for Flash Lite?

    As I am porting Flash games to Flash Lite, I often come to
    this question: if there is some tool that can scan the actionscript
    codes and check for the function accessibility on Flash Lite. Just
    like those HTML editors checking for validation of HTML codes.
    That would be very convenient.

    Don't know if this it too late but we have a tool that does exacty that. You can check it out at advalidation.com
    We run all the creatives on our servers and give you a report with CPU, clicktag, FPS, Audio, Flash Version, Action Script Version, http connections and much more. You can even set it up to validate against your ad specifications.
    Best,
    Advalidation

  • Flash lite app

    Hi all
    I'm planning to develop a flash lite application with a
    connection to a online mySQL database.
    I've searched the web endlessly, but unfortunately there is
    less than none information about how to's...
    My question now is, is it possible to connect via PHP to a
    mySQL database online starting from a standalone flash lite
    application. The main action that users have to make is a
    searchfunction to speficif data on products and display the
    results. Users must select a product then to get detailed
    information about it.
    I've noticed that with the introduction of 2.1 SOAP is also
    available to work with, but I don't exactly now what kind of
    advantages this brings versus PHP/mySQL.
    Hopefully, someone can point me into the right
    direction.

    Yes. You can do this with Flash Lite 1.1. Have Flash Lite do
    a loadVariablesNum() call and target a PHP file. Then have the
    Flash Lite movie loop until it reads a specific variable form the
    PHP file (for instance, myEOF).
    Within the PHP, echo your variables out to a name/value pair
    such as:
    variable1=this&variable2=that&myEOF=yes
    Refer to Alessandro's article on the DevNet for more
    information.
    http://www.adobe.com/devnet/devices/articles/flashlite11_rss.html

  • Flash Lite 2.1 for WM5 Activation Issue

    I followed the instructions for installing and activating the
    Flash Lite 2.1 for WM5 on my Motorola Q smartphone. But every time
    I launch the Flash Player Lite application it says I haven't
    activated it yet. I went to the site 3 times and entered my
    information, but it hasn't changed the activation error. Any
    suggestions?

    Hi,
    Are you still seeing this issue? Please let us know.
    Regards,
    Vijayan.
    "Codecatster" <[email protected]> wrote in
    message
    news:eedrsa$7r5$[email protected]..
    > Hi,
    >
    > also no luck on my side. Installation itself went well,
    and I was able to
    > register on the website. First with the mobile device, a
    second
    > registration on
    > the PC failed because the client was alread registered -
    so I assume that
    > part
    > worked :)
    >
    > However, upon starting the Flash Lite app, I am still
    asked to register...
    > clearing the PIE cache did not help, neither did a soft
    reset. I have a
    > network
    > connectivity, because I can browse other websites. Is
    the Flash Lite
    > player
    > possibly not using port 80 so it may be firewalled? Are
    there any other
    > suggestions I might try?
    >
    > TIA & best regards!
    >

  • Play FLV Videos Online in Flash Lite 3.0

    I tried the following code. This Works fine in action script
    2.0 but Not Working in Flash lite 3.0
    As2.0 Code:
    this.createTextField("status_txt", 999, 0, 0, 100, 100);
    status_txt.autoSize = "left";
    status_txt.multiline = true;
    // Create a NetConnection object
    var my_nc:NetConnection = new NetConnection();
    // Create a local streaming connection
    my_nc.connect(null);
    // Create a NetStream object and define an onStatus()
    function
    var my_ns:NetStream = new NetStream(my_nc);
    my_ns.onStatus = function(infoObject:Object):Void {
    status_txt.text += "status (" + this.time + " seconds)\n";
    status_txt.text += "\t Level: " + infoObject.level + "\n";
    status_txt.text += "\t Code: " + infoObject.code + "\n\n";
    // Attach the NetStream video feed to the Video object
    my_video.attachVideo(my_ns);
    // Set the buffer time
    my_ns.setBufferTime(5);
    // Begin playing the FLV file
    my_ns.play("
    http://www.helpexamples.com/flash/video/clouds.flv");
    Errors:
    FTPS116: FlashVideo Status : (NetConnection.Connect.Success).
    FTPS032: A Call to GetURL(
    http://www.helpexamples.com/flash/video/clouds.flv)
    found, limitations might apply.
    Error for
    http://www.helpexamples.com:80/flash/video/clouds.flv.
    FTPS116: FlashVideo Status : (NetStream.Play.StreamNotFound).
    Please Let me Know if there are any work arounds for this in
    flash lite 3.0.
    Thanx & Regards
    Aditya

    Hello kkc_mca.
    As I know, unlike desktop PC player, there is no progressive load capability with Flash Lite.
    May be there is one option for FL3 is to stream a mp3 from Flash media server or compatible server. You might also be able to use the FL2 video object to stream audio only 3gp or aac audio from RTSP server.
    I can not say this is proper way but hope you will be succeed.

  • Flash Lite 1.1 Update Content

    Hi all,
    i'm very2 new for flash lite. I want to create a flash lite
    application for nokia 7610 as a completion of my study at my Univ.
    But i have no idea how to start it. Is it possible a flash lite
    application can be update. For example a news application. Admin
    put new news in a website and if a user open the flash application
    the latest text or news can be displayed in mobile phone. If the
    application do so it the usage of GPRS more cheaper and faster
    rather than browsing a WAP site. I really need help and some
    tutorial or example. Please..

    Hi
    I have produced a couple of apps that offer live updates from
    website content.
    The two main constraints, from a flash perspective, you will
    find when creating an application such as this are:
    1. memory on device for storing the data that you load.
    2. Processing power and time to reference the data and
    display it.
    While XML is fine for web based applications, you might find
    the extra memory and processing it requires within FlashLite
    applications may be to much. In this case you can use the simpler
    LoadVars and name value pairs.
    As to whether FlashLite is faster than a standard WAP page?
    FlashLite is still going to use the same connection so it will come
    down to how well optimised the content is that you are loading.
    Dave
    BitTube.com

  • Nokia N85 Flash Lite

    Hi
    I have a Nokia N85 and i want to install Flash Lite. Were can i find Flash to my phone?
    I talked with Nokia Care and they says that there is a new uppdate to my flash lite available. But i can´t find it!
    I also tried to update my N85 with Nokia software updater, but i always get this massage "Connected was not recognized" when i want to update my N85.
    Can somebody help me please?
    Regards

    Firmware not out yet.
    Btw think flash lite release by adobe. Mayb u can check out their site.
    Was this post helpful? If so, please click on the "Kudos!" star. Thank you!!!!

  • Flash lite - database

    Hi
    I am new to Flash lite and i am currently working on an app
    for Nokia N95 for a school project. Can anyone tell my how i can
    get the phone to connect to a database and then pullout data and
    show them on the phone?
    Morten

    Hi Morten,
    First you will need to be proficient (but not expert) in 3
    technologies, databases (eg MySQL), server scripting (eg PHP) and
    Flash Lite.
    Then in MySQL, you set up the database to store the data.
    Write a PHP script to read the data in the database, then parse and
    'print' that data into name>value (eg
    &variable1=data1&variable2=data2) pairs which Flash Lite
    can then read as variables and values. Then you need to use
    loadVars() in Flash Lite to read the name>value pairs from the
    PHP script.
    Thats it in its basics, there are more detailed examples in
    the
    Adobe Mobile and
    Devices Developer Center.
    Regards

  • Flyer - Open Source Python Framework for Flash Lite Developers

    I’m pround to announce the first release of Flyer.
    Flyer was built to extend Flash Lite features with Python for S60.
    Flyer is based on the Flash Lite 2.1 integration with Python
    for S60 and contains the following features:
    - Take photos with device camera from Flash Lite
    - Take device screenshots from Flash Lite
    - Send files over a bluetooth connection from Flash Lite
    - Get the contact entries in the default device database
    Future releases (May, 2007)
    - Sound recording and playback
    - File upload to a remote server
    - GPS module to display latitude, longitude, satellite count,
    and time
    - Record device screen
    Project Home
    Get Flyer Running on your
    mobile device

    Sorry Romu, but this against the CoC and [Terms of use|http://www.sun.com/termsofuse.jsp#g2_1] here.

  • Flash Lite 2.1 on WM5 SP

    Hi
    Just downloaded the Flash Lite 2.1 player for windows Mobile
    5 Smartphone and installed it fine...
    however, none of the loadVariables commands in my app
    actually open a connection and retrieve data.
    Flash Lite 2.1 doesn't even retrieve data if there is already
    a connection available.
    I find it hard to believe that Adobe created Flash Lite 2.1
    for smartphones without loadVariables capability?? especially as
    the 1.1 player loaded the data perfectly.
    Has anyone else managed to create a connection to load data
    in 2.1 on a windows smartphone?
    Paul

    Hi hayden,
    Thanks for this information.
    If i want to use a swf which is builled on Flash Lite 2.1 on
    my SE hendset (K790i), so their is no why to do so!
    If i want to use or test the same swf (builled on Flash Lite
    2.1)on mobile, so i have to buy a nokia phone?
    If it is right then that means SE is not competabel for Flash
    Lite 2.1, and
    THIS IS THE LIMITATION OF SE PHONE'S.
    Vijay

  • Flash Lite 2.1 or 2.0

    Hi Everyone,
    I have done extensive programming on Pocket PC's using
    products such as Flash Assist Pro and Zinc to develop Flash
    content. With the release of the Flash Lite 2.1 player I am looking
    into taking some of my existing projects and repackaging them for
    this new platform. If any of you are familiar with Flash Assist
    Pro, one of the features offered was an XML Socket Server which
    allowed communication between Flash applications and a back-end
    eMbedded C++ application. Is there a way of allowing connectivity
    between Flash Lite 2.1 and external applications in real time? Does
    Flash Lite 2.0 support this or just this newest version? Any help
    in regards to external applications and Flash Lite would be greatly
    appreciated, I just hope my expectations aren't far fetched :).
    Thanks!
    Regards,
    --Nick

    ------
    Flash Lite 2.1 will allows me to create applications where I
    will be able to send messages back and forth using XML sockets. In
    Flash Lite 2.0 I will be able to load dynamic xml data, I just
    can't have it pushed to the Flash player through sockets like in
    the Flash Lite 2.1 player.
    This should be true for network applications.
    In the case of a local application, you would need to make
    sure that a given platform would support a native application
    acting like a server.
    Someone posted in the BREW forum that they were able to get a
    BREW C++ app to send and receive XML from Flash on BREW. So maybe
    there is a way to develop companion applications that are cross
    platform.
    A problem with polling on 2.0 device is that some devices may
    require confirmation from user before allowing connection, so the
    connection does not run in background as an automated process. Also
    each network request may cost a user money. There may be some
    awkward challenges to make Flash "push" applications work as you
    intend.
    It is not clear how many phones will be supporting Flash Lite
    2.0. I've seen some press about Nokia releasing 2.0 devices later
    this year, but hopefully Nokia would quickly move up to 2.1 for s60
    if and when it becomes available. There were some issues in the s60
    2.0 as I recall. Perhaps these get worked out out in subsequent
    manufacturer implementations of 2.0.
    2.1 seems to be the preferred Flash version for all types of
    devices. I am not sure you would characterize the BREW phones as
    "smart phones" but they certainly will have a 2.1 player. Also I
    think we will find Nokia series 40 phones, another catetory of
    "cheap" phone, supporting 2.1 by early 2007.

Maybe you are looking for

  • Imported par file to NWDS, jar file missing. Where find par file structure?

    Hi All, We want to implement idle session timeout on the portal.  We found a wiki here on the subject.  In order to implement the solution we need to make adjuestments to com.sap.portal.navigation.masthead.par.bak.  When we import this par file to Ne

  • How to know precisely when the revision of a content item is released?

    Hi, I have written a filter to handle delete event of content item revisions. Whenever a revision of a data file (WCM data file) is deleted my filter gets triggered and and checks for some criteria on our meta data. When the criteria is met it has to

  • Problems with .png files when printing

    Hi, When sending my InDesign document to print (from exported pdf's) some of my .png files are showing up with semi transparent boxes of a different shade than the surround. This reflects the size of the files. On screen these discrepancies are not a

  • Scarey problem when running anything in 3D mode

    Hi, I own a MSI KT4 Ultra motherboard, have done for years and it worked flawlessly with my Voodoo3 3000 PCI graphics card. However, a while ago I retired the old beast in favour of a (then new) Nvidia FX 5950 Ultra AGP card. After a while, I noticed

  • Mac OS X Leopard installation disc after I install Windows Vista

    Hi everyone! Do I need to put my Mac OS X Leopard installation disc after I install Windows Vista? I try to run the windows without install Mac-specific driver for windows but it restarted and back to Mac OS. The frustrated thing is I did not bring m