Ask Me!

Hey, shoot your questions here!

  • #1 written by shyam
    about 9 months ago

    Hi Vyshak,

    The existing Cairngorm Architecture which is used for Developing WebApplication is useful for developing FlexMobile Apps ?

    I mean can we download the Cairngorm and start using in FlexMobile Apps Development ?

    Thanks,
    Shyam.s

    • #2 written by Vyshak
      about 9 months ago

      Hello Shyam,

      Good question, and the answer is Yes! You can continue following Cairngorm and use it in Flex Mobile and AS Mobile Application. I know few enterprise mobile apps under development, which shares the desktop codebase which is based on Cairngorm!

      • #3 written by shyam
        about 9 months ago

        Thanks Vyshak

  • #4 written by umesh
    about 9 months ago

    hi vyshak

    i am doing flash lite apps i have a question in that,

    i am doing magic mirror conspets like face morphing in that with out php help i can’t
    submit image and taking images from server can u help me

    • #5 written by Vyshak
      about 9 months ago

      Hello Umesh,

      Help me understand it in more detail, so you want help on PHP side or you want to know how to upload files to a PHP function from FlashLite? I can definitely help you out with the FlashLite part here.

  • #6 written by Rajesh Panda
    about 9 months ago

    Hi Vyshak,

    I just want to know that do you guys give professional training.

    If yes can you please let me know the cost of the same.

    I am looking for a complete training of Adobe Design Premium (Specially Flash, Dreamweaver,and Flash Builder)

  • #7 written by amit sharma
    about 9 months ago

    hello sir,
    Yesterday(20 april 2011) I was there in the Le Meridian Hotel as a student and want to ask u a simple question, It was good to see u there and roadshow was awesome..

    My question is “can u tell me the set of computer languages to learn to be a web developer?”

    • #8 written by Vyshak
      about 9 months ago

      Well, that’s a tricky one ;) you have to definitely master html, css,js and xml. I’ll leave the choice of server side platforms and languages to you. :)

  • #10 written by Ravi Teja
    about 9 months ago

    Hi Vyshak,
    Can you please help me in sending sms to mobile from flex.

    • #11 written by Vyshak
      about 9 months ago

      Hello Ravi,

      AIR can’t send SMS behind the scene, but it can invoke the SMS application with the ‘to’ field populated, simple use, navigateToURL(new URLRequest(‘sms:1234567890′));. Or if you have an SMS service which you can call via any web service to send SMS, you can do that as well.

  • #12 written by Sanjay
    about 9 months ago

    hi Vyshak,

    I have developed on mobile application which is working properly on my Google Nexis device. but same application is not installing on other devices. like Samsung Galaxy 3, Samsung Galaxy fit, HTC wildfire.

    packaging error is showing.

    please suggest for the same.

    Thanks
    Sanjay

    • #13 written by Vyshak
      about 9 months ago

      Hello Sanjay,

      By any chance can you share the apk for me to test?

  • #14 written by shyam
    about 9 months ago

    Hi Vyshak,

    I have some problem in desiging the mobile application, i am using datagrid and in which it has a button as itemrenderer, when clicking on it should redirect to new screen. But when i am using navigator.pushView(NewScree);
    Here its returning me null .

    The item renderer is also based on the View.but still getting the error please help me.

    • #15 written by Vyshak
      about 9 months ago

      Hello Shyam,

      You need to dispatch the event as the scope is different for navigator. May be this example from Michaël CHAIZE would help.

  • #16 written by sateeshj
    about 9 months ago

    Hi vyshak,

    Can’t we make mobile apps can be run flash player runtime. Or, do we really require AIR to be present to run mobile apps? and is the latest SDK (4.5) is availbe now?

    • #17 written by Vyshak
      about 9 months ago

      Hello Sateesh,

      You are right. Mobile application built needs AIR to be present on the devices. The SDK and the release version of Flash Builder 4.5 is out. Grab it from here ;)

  • #18 written by Kalpesh Sansare
    about 9 months ago

    Hi Vyshak,

    i am new in flex development, i am trying to build mobile application for android with flash, currently m using flash builder burrito, but there is also another on ide or sdk 4.5 available, is there any difference between flash builder 4.5 and burrito also hero
    plz reply

    • #19 written by Vyshak
      about 9 months ago

      Hello Kalpesh,

      As you may know, Burrito was a pre-release version and Flash Builder 4.5 is the release version. Engineering has done tremendous changes after Burrito and the versions of SDK’s are also different. So for any production development purpose, i would recommend you to use Flash Builder 4.5 and not Burrito.

  • #20 written by Pyari
    about 9 months ago

    Hello Vyshak,

    I am looking for good Adobe Flex trainer in bangalore, do you recommend some one

    • #21 written by Vyshak
      about 8 months ago

      Hello Pyari,
      You can reach out to Tekno Ponit, who is our authorized training partner. contacts below,

      TeknoPoint
      No. 668/ B, Opp. to Koramangala club, 6th block Koramangala,
      Bengaluru : 560095.
      Tel. No.: (+91) (080) 41435640
      http://www.teknopoint.in/
      email: contact@teknopoint.in

  • #22 written by Sundara Senthil
    about 8 months ago

    Hai,

    I am fairly new for Flex..

    I just saw about Flash builder 4.5.. its a great news for mobile applications developers .. now my question is that in the builder if we select a project to be a new desktop application (AIR) and develop it.. now if want it to be converted into a new mobile project, is there is any way to switch the platform in the same project ? or i have to have two seperate projects with same functionality for desktop and mobile devices( android, IOS)..

    • #23 written by Vyshak
      about 8 months ago

      Ideally you have to setup two projects with shared libraries. You can reuse your business logic/data access code so it becomes one code base. For mobile projects you need to design specific views and separate UI components, but the underlaying logic remains the same.

  • #24 written by SanjayBharekar
    about 8 months ago

    Hi,

    I have developed one android application using Flash Builder Burrito. Now same application i want to create for iphone.

    Please suggest or send me the helpful urls for the same.
    Thanks
    Sanjay

    • #25 written by Vyshak
      about 7 months ago

      Go grab the new Flash Builder version and you are done!

  • #26 written by Prabhu
    about 8 months ago

    Hi Sir,

    Is flash builder 4.5 supports Windows communication services(SOAP 1.2 based web services) or not?

    Regards
    Prabhu

    • #27 written by Vyshak
      about 7 months ago

      You can’t enjoy the any out of the box code generation for SOAP 1.2. You have to write your own custom handlers for the same.

  • #28 written by Brij kishor
    about 8 months ago

    I am trying to develop Blackberry Playbook app.

    I have SQLite database which contain our App data. I do not able to find the solution to connect this database into Flex mobile project.

    Please send me one sample code or project for help. I am using Flash Builder 4.5 for Flex mobile project development.

    I want to subscribe your blog. please add my email ID. I do not get any option for subscription.

    Thanks
    Brij Kishor

    • #29 written by Vyshak
      about 7 months ago

      Hello Brij, You can subscribe to this blog using RSS feeds. (http://feeds.feedburner.com/vyshak) Have you solved the issue of SQLite communication in PlayBook? it is a straight forward implementation. If not i can post a sample app.

  • #30 written by Chandni
    about 7 months ago

    Hi Vyshak,

    I need to embed a pdf or a ppt into my Flex mobile app but not sure how to go abt it….Please help!

    • #31 written by Vyshak
      about 7 months ago

      You can’t embed PDF or PPT directly inside the AIR container because of the format limitations. You might want to consider some API’s to first convert them to images and then try to display the images in the AIR app.

  • #32 written by Sundara Senthil
    about 7 months ago

    Hi vyshak,

    i am developing an app using flash builder 4.5 for samsung galaxy tab.. i want to record a video using the tab’s camera and play it inside my app.. i can tweak the camera and record the video but i can play it inside my app.. please tell me a solution for my problem..

    • #33 written by Vyshak
      about 7 months ago

      You can playback only supported codec’s. Different manufactures use different packaging mechanism so even if the codec is supported, you might not be able to play back the video because of a non supported container.

      • #34 written by Name (required)
        about 6 months ago

        thanks for the reply, but is there is any solution. i meant is there is any chance for the new version of AIR player to support the tab’s video format?

  • #35 written by Mani
    about 7 months ago

    Hi Vyshak,

    i’m Mani from Tamilnadu. 2006 passed out of Sona College of Tech., salem. i hope you aware of it… i would like to discuss about Flex trends… if you dont mind can you share mobile no./email id….right now i’m working in Chennai…

    my email: pmaneikandan at yahoo dot com.

    Thanks.

    • #36 written by Vyshak
      about 7 months ago

      Hello Mani,
      Please send me an email at vyshakv at adobe dot com.

  • #37 written by Kranthi Kumar Vemula
    about 7 months ago

    Hii Vyshak,

    Can u suggest a best training institute for give training on next generation web and graphic designing in Hyderabad.
    Adobe design suite.
    Waiting for your valuable advice

    Thanks & Regards
    Kranthi Kumar Vemula

  • #39 written by Sundara Senthil
    about 6 months ago

    HI,
    I was asking about the galaxy tab video format support for the apps developed using flash builder 4.5.. i need whether its possible or not?

    my next question is we have just started to develop apps for blackberry playbook using flash builder 4.5.. now when i just load a swf (app already developed in AS3) into the app using SWFLoader, its very slow.. i meant the drag drop etc.. but if the same assets is drag dropped with the app developed directly in flash builder 4.5, its smoother. is it because of the flash player or what?

    • #40 written by Vyshak
      about 5 months ago

      Yes it is because of the framework and runtime version differences! Regarding the galaxy tab specification, you would need to extend the AIR runtime for the non supported codecs.

  • #41 written by Rajesh Kumar
    about 6 months ago

    Dear Sir,

    I am Rajesh Kumar. I Know Flash action Script3 and XML. I want to do something in Flex but i am confused, which language i use with Flex like PHP, .net or JAVA and if i need training in Flex then in Delhi how can i contact with you.

    My Mobile No is +91 9958446827.

    • #42 written by Vyshak
      about 5 months ago

      Hello rajesh, you can check adobe authorized training partners for the training part of it. When it comes to the server side language selection with flex, it is completely up to you and your expertise. Give me a hint of the application you are trying to build and I can give you suggestions. :)

  • #43 written by Sanjay Bharekar
    about 6 months ago

    Hi Vyshak,

    I would like to update my Flash buider 4.5 for iphone & Blabkberry mobile development.

    Can you share me the flash builder update link.

    Thanks in Advance,
    Sanjay

    • #44 written by Vyshak
      about 5 months ago

      Apologies for the delayed response, you go to the help menu and choose check for software update. The adobe update manager will download and install the 4.5.1 version! Easy, isn’t it?

  • #45 written by Abhijeet Bhosale
    about 6 months ago

    Hi Vyshak,
    I am Abhijeet Bhosale. I am working as web designer in Emcure Pharmaceuticals. I had attended adobe’s road show in pune. It was too good. Thank you for your useful information. Recently my company had taken adobe CD5 pack but the machine is not compatible so we are planning for take a new Laptop so can you please suggest us which laptop best for us our budget is approx 70k. The brand we prefer is Sony and Apple (Macbook).

    Waiting for your valuable advice

    Thanks & Regards
    Abhijeet Bhosale.

    • #46 written by Vyshak
      about 5 months ago

      Hello abhijeet, I dont have any specific recommendation, but I would suggest to go with the one which has a better graphics card and ample RAM. Two things which certainly helps when working with creative site applications!

  • #47 written by Akshay Ransing
    about 5 months ago

    Hi,
    is it possible to do Silent printing – no native dialogs using air ?

    • #48 written by Vyshak
      about 5 months ago

      Not really. If you have a server side application which can send the direct PS/afp/prn streams, then its possible, but not directly from the air app.

  • #49 written by Shrikant
    about 5 months ago

    Hi,
    I have made one dashboard application in flash builder as flex mobile project. If I export it as .apk for android the size of .apk is fine which approximately matches the .fxp (which is in KB ) file of an application. But If I export built of that application for an iOS the size of an .ipa file goes beyond 7.5MB. Please brief me answer.
    Thanks in advance.

  • #50 written by Shrikant
    about 5 months ago


    Shrikant:

    Hi,
    I have made one dashboard application in flash builder as flex mobile project. If I export it as .apk for android the size of .apk is fine which approximately matches the .fxp (which is in KB ) file of an application. But If I export built of that application for an iOS the size of an .ipa file goes beyond 7.5MB. Please brief me answer ,why this conflict in size happens??.
    Thanks in advance.

    • #51 written by Vyshak
      about 5 months ago

      Hello shrikant,
      First of all the project size and export build sizes are not related. When you export for iOS, FB packages the runtime libraries along with the application hence the size increase. Android runtime is available on the device hence the apk file would be much smaller.

  • #52 written by Amit Joshi
    about 4 months ago

    Hi Vyshak,
    Is it possible to Open/Import a 3DS file in CS5 with applied texture/maps/lights?

  • #53 written by vehicle security
    about 3 months ago

    It’s actually a nice and useful piece of info. I am glad that you shared this helpful info with us. Please keep us informed like this. Thanks for sharing.

  • #54 written by Laxman
    about 1 month ago

    Hi,

    We are looking for adobe certified trainer who can do virtual training. kindly help me out in finding some good trainers.
    contact :9652556186, vizagjobs123@gmail.com

  • #55 written by Ashish
    about 1 month ago

    Hi Vyshak,

    I need your help this time. Actually from today something happening wrong with me in photoshop. (Let me tell you that I am using licensed version of photoshop this time… LOLz).

    Whenever I am trying to save any image using [save for web], the file size of the image is not being change at any change of circumstance like when I changing the type of image like JPG, PNG or GIF, or I am trying to change the quality of the image, the size coming right below the image in left side is not being changes, please help me solving this problem.

    Thanks & Regards,
    Ashish

  • #56 written by Rolando Pummell
    about 6 days ago

    Really useful, thanks for posting it.

No trackbacks yet.