Discussion Forums  >  Audio, Video, Playing, Recording

Replies: 11    Views: 167

MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
03/18/13 01:32 AM (11 years ago)

Open video mp4 from a menu list screen

I've been trying to link to a local video file mp4 from the menu list plugin or menu list plugin with image. Is that possible? I only see an option to link to other screen. thanks Vidal
 
Rad Doc
Apple Fan
Profile
Posts: 653
Reg: Oct 08, 2010
USA, NYC
8,580
like
03/18/13 01:38 AM (11 years ago)
I use the AT53 Video Player Plugin. You have to build the video screen, then add it to your menu list screen as an item. This will allow for that video screen to open and play from your menu list plugin with or without image header . Drag the mp4 video into your Xcode project and call it from the plugin, this will work great for you.
 
Nick Langley
Apple Fan
Profile
Posts: 288
Reg: May 08, 2012
Birmingham, Uni...
11,580
like
03/18/13 02:01 AM (11 years ago)
if you are not too fussed about the file being local, you could ink to a Custom HTML view from your menu and embed a youtube video there.
 
MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
like
03/18/13 02:05 AM (11 years ago)
Yes, I already bought that plugin, but first want to know if there is a way to link directly to a local video, then iOS and Android launch the native player? Is the custom URL plugin an option, can that handle local file links? Like instead linking to http://www.google.nl link to "video1.mp4" ?
 
Black White
I hate code!
Profile
Posts: 292
Reg: Feb 22, 2012
hanoi
4,770
like
03/18/13 02:09 AM (11 years ago)
use custom URL plugin link to your video direct like: www.yourdomain.com/mp4/video1.mp4 --Hoang http://fb.com/BlackWhiteApps
 
MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
like
03/18/13 02:19 AM (11 years ago)
But the app should only work with offline videos like /bt_video/video1.mp4 (all the 20 videos in the app are less then 1mb) Anyone tested the Custom URL plugin with local files?
 
Rad Doc
Apple Fan
Profile
Posts: 653
Reg: Oct 08, 2010
USA, NYC
8,580
like
03/18/13 02:34 AM (11 years ago)
In order to install a local video, you must add the video player. You cannot stream a custom URL video from a local xcode embedded video. Build yourself a menu list with each video plugin and you are done.
 
MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
like
03/18/13 03:09 AM (11 years ago)
Ok thanks! I will try the Video Player. Is there a quick way to make 20 video screens? Can I use JSON Snippet Keeper for this?
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
03/18/13 03:55 AM (11 years ago)
If you're self hosted I'd suggest the copy screen utility. It's available at BT Mods. Cheers! -- Smug
 
MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
like
03/18/13 04:20 AM (11 years ago)
Yes, I just figured that out too! I guess it's compatible with the AT53 Video player plugin?
 
MobiGeni
Aspiring developer
Profile
Posts: 65
Reg: Jan 09, 2013
Akersloot
1,350
like
03/18/13 12:40 PM (11 years ago)
@Smug but the copy screen utility is just for copying screens from one app to the other right?. I need to copy a AT53 Video screen 21 times or more.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
03/18/13 01:57 PM (11 years ago)
It's sort of a 'safety' net, not being able to copy within the same app. But it's easy to work around. If you want 21 screens in app 'a' create 1 screen in app 'b' and copy it into app 'a' 21 times. Cheers! -- Smug
 

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.