Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User vemaka's Avatar
    Join Date
    Sep 2004
    Posts
    16
    Hello Symbian guru's!

    Is it possible to put picture or video in code?

    I'm trying to do application that send data (video in my application) via bluetooth.

    ******************************************
    code in ConstructL:

    iObject=CObexFileObject::NewL();
    _LIT(KCurrFileName,"c:\\Nokia\\Videos\\Video.3gp");
    iObject->InitFromFileL(KCurrFileName);

    ******************************************

    My application works fine but I just wondering is it possible to put video or picture straight in code? I mean that user don't have to put video (in my application) in phones file c:\\Nokia\\Videos\\Video.3gp.

    Thank you for your answers!

    -vemaka

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    hmmm, images could at least potentially be put into the resource file. Just read the image scanlines and record the binary buffers in your files as strings... doable, but dunno really is it feasible.

    yucca

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved