Search Result

Collapse
4 results in 0.0043 seconds.
Keywords
Members
Tags
ios
  •  

  • parker81
    started a topic Play audio in iOS 5+ on image click

    Play audio in iOS 5+ on image click

    Does anyone have an example of how you would get audio to play on click in iOS 5+?

    Not sure if this is even possible - but I'm trying to get an audio file to play when an image is clicked in mobile safari - I have some javascript set up to play the correct file format (.ogg vs .mp3) when the image is clicked so that it works on desktop browsers but it doesn't translate to iOS 5.1.1 - anyone had any experience with something like t...
    See more | Go to post

  • What tools are you using for mobile app development?

    We have to turn a couple of legacy applications into mobile apps for our clients so their employees can do work on the go.

    What are some good tools to help in developing mobile apps? OS specific tools(android, apple, blackberry)? Debuggers, IDE's, SDKs, etc . . .

    This question is also asked on our FB page:
    http://k.bytes.com/ebzACy...
    See more | Go to post
    Last edited by Niheel; Dec 6 '10, 07:47 PM. Reason: added url link

  • How can I get cisco IOS software for 877 router?

    Hi,

    I have been having trouble with my router. It is a Cisco 877 router. Using SDM I was able to wipe the flash thinking that as I have the CD I would have all I need to reinstall all the software. From what I can gather I need to reinstall the IOS then reload my config file which had saved previously.

    Problem is that I cant download the software from cisco as I need to have a service agreement. (Probably be cheaper...
    See more | Go to post

  • ishould
    started a topic Can you use seekp without ios::binary?
    in C

    Can you use seekp without ios::binary?

    My actual problem is much larger but figuring out how to do this example will help me. I want to overwrite data that already exists in a text file but I can't seem to do this.

    ex.
    [file.txt]
    I have five fingers.

    My current code:

    Code:
    ofstream File;
    File.open("file.txt", ios::out);
    File.seekp(8, ios::beg);
    File << "four";
    File.close();
    ...
    See more | Go to post
Working...