Discussion Forums  >  BT.com Website, Account Questions

Replies: 7    Views: 94

acschcs
Lost but trying
Profile
Posts: 118
Reg: Jan 16, 2013
United Kingdom
2,730
01/29/13 12:27 PM (11 years ago)

Image plugin?

I have lots of images of piano scores that need to be on my app, and I couldn't find a suitable plugin to display a png image in my app, any plugin that supports png image? thanks
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
01/29/13 12:36 PM (11 years ago)
All of the image plugins support png and jpg. Also, xCode and Android both use jpg and png. You wont have a problem with anything. good luck with your app!
 
acschcs
Lost but trying
Profile
Posts: 118
Reg: Jan 16, 2013
United Kingdom
2,730
like
01/29/13 12:42 PM (11 years ago)
No I mean inputting the image in my buzztouch control panel
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
01/29/13 01:05 PM (11 years ago)
Plugins provide functionality to an app itself. You don't need to actually add the images to your control panel, though you can use the File Manager to store media you use with your app, and can even reference the URL to that media in your app itself. But typically, developers would include the images with the app, and then reference them via an image gallery or some other plugin. Is that what you're asking? Mark
 
Arubaman
Aspiring developer
Profile
Posts: 636
Reg: Oct 20, 2011
Akron
16,910
like
01/29/13 01:05 PM (11 years ago)
Use an Image File Name or an Image URL - NOT BOTH. If you choose to use an Image File Name (and not a URL), you'll need to add the image to the Xcode or Eclipse project after you download the code for your app. The Image File Name value you enter in the control panel must match the file name of the image in your project. Example: mybackground.png. Do not use image file names that contain spaces or special characters. Not sure what your asking but above should help.
 
acschcs
Lost but trying
Profile
Posts: 118
Reg: Jan 16, 2013
United Kingdom
2,730
like
01/29/13 01:25 PM (11 years ago)
this isn't relative but I have put a background audio in my html plugin, everything works fine but the audio wont play?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/29/13 01:46 PM (11 years ago)
Trace the path to the audio. That is usually the issue. Cheers! -- Smug
 
acschcs
Lost but trying
Profile
Posts: 118
Reg: Jan 16, 2013
United Kingdom
2,730
like
01/29/13 03:36 PM (11 years ago)
I wanted the image on my app to be zoomable and be panned around, but in order to do that, how?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.