• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Need an idea or help to let people choose video

Community Beginner ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

I've a client who runs a clinic and I'm making 6 or 7 videos for him. But he wants them to be put in an iPad (with thumbnails) and let people choose the wanted videos. But he don't want to put them in a folder. I don't know much about making an app, I'm only familiar with AE, Premiere and Illustrator. Is there an easier way to make something like he wants?

Can this be done in Adobe Flash?

Please reply.

Views

202

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

yes, this can be done with adobe animate cc (used to be called flash).

but there's no way that's easy.  no mater whether you use animate or some other tool, you still have to deal with apple and get the app onto itunes and that's not easy.

you can get help doing that (on the animate forum for help using animate - which is the easy part) and also for the apple part.  but you can expect to invest, at least, 20 hrs of learning to get this done.  oh, and it will cost you $99 for an apple license.

or you can hire someone (eg, me) to do this for you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

Thank you for replying. I had another idea of creating a custom webpage and placing these videos. But I don't know if it will be as I expect it to be.

I cannot hire someone. This is my first job.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

adobe animate can do that too.

you would create an html5 project (so it can be viewed by mobile devices) and would be much easier than making a mobile app and getting that on itunes.  with a little time and effort (and help on the animate forum) you could get that up and running without hiring anyone.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

Thank you so much for the reply. It's awesome when people help out each other. Appreciate it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

LATEST

you're welcome.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

HTML5 <video> with MP4 files is the web standard now.  It has replaced Flash & QuickTime MOV.  No special players or plugins required.  It's natively supported by all  browsers and web devices. 

You could build a web page in Dreamweaver or Brackets in less than 20 minutes.   The basic HTML code is not complicated.  See below.

<!DOCTYPE html >

<html lang="en">

<head>

<meta charset="UTF-8" />

<title>HTML5 Video Example</title>

</head>

<body>

<video controls poster="YOUR_POSTER_IMAGE.jpg">

<source src="YOUR_VIDEO1.mp4" type="video/mp4">

</video>

<video controls poster="YOUR_POSTER_IMAGE.jpg">

<source src="YOUR_VIDEO2.mp4" type="video/mp4">

</video>

<video controls poster="YOUR_POSTER_IMAGE.jpg">

<source src="YOUR_VIDEO3.mp4" type="video/mp4">

</video>

</body>

</html>

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

Thanks for helping out

I'll try Dreamweaver as you suggested.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 15, 2017 Sep 15, 2017

Copy link to clipboard

Copied

Moving to Adobe Animate CC - General​

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines