QuickTime movie problem

Zbyncom / 2013-09-19 23:51:03   

Hi
I want to export movie by quicktime for internet (it's called iFrame) and use it to indexhibit.
Its possible for sure but I have some problems. I want to make video ready to use, but what I only achive is "reference" to folder with export movie. I've used that code
slac.stanford.edu/grp/cd/soft/EPICS-Training/…
I just export my test movie by quicktime, and paste code in text filed.



I've put all of scripts on indexsite folders like .js and .css but it didn't work.

Is there another way to do it ?
Maybe I shoud paste that code somewhere ?


Thx lot for help.

ps. Do You know how to use movie as full background ?

Zbyncom / 2013-09-19 23:54:52   

What I want to achive is movie with player ready to click, with no link, just pure video with player like vimeo automaticly open. I dont want to use vimeo cause that service has a lot of limitation.

arsondpi / 2013-09-20 11:02:49   

Hello! Did you try uploading the movie as you do with the rest of your media?
;-)

Zbyncom / 2013-09-20 19:23:25   

Yes, but then i have picture and people need to click this and than indexhibit open playre (thats not cool- cause I just want just automatic play player)
I can't change the size of movie picture ;/ only when I change movie picture asset it change size to new uplouded picture.

arsondpi / 2013-09-20 21:32:31   

I'm not sure what you're after - you can export the movie in the desired size before you upload it. You can also use cover images (click to tools icon underneath the image) to insert a cover image...

Zbyncom / 2013-09-22 23:00:25   

Why I have tried cusomize quicktime,
1. cause size of films. I couldn't uploud bigger than 1 or 2 mbyte
2. cause after uplouding this movie I have image not player
3. cause I couldn't change size of player, like vimeo can do and other player, just put 600x800 and voula, I should change import movie resolution, but when I change it to bigger one, I cant uploud it....

I just wonder
is possible to use that script ?
dfcb.github.io/BigVideo.js/

thanx for help :)

arsondpi / 2013-09-23 06:33:29   

Uploading restrictions have to do with your host/server.
I don't understand what you mean by "I have image not player"
As for that script, yes it's possible to integrate this to your site or as a format/plugin, assuming that you have coding skills.

Zbyncom / 2013-09-23 12:08:37   

When U upload quciktime file to indexhibit first You get "assit image"
When You click on it, than You get player, so it;s immposible to automatically run movie.

Seriously I don't believe that uploading restrictions are depends on host/server cause when I create fake server on my mac thorugh MAMP PRO it was that same situation ?
I would be gratefull if You can explain how it works than ?

Do You know how I could easly integrate bigvideo.js to indexhibit ?
Where exactly shoud I put that scripts ? I assume that to "js" folder in indexhibit site, put all js files, and than put code style.css file ?

arsondpi / 2013-09-23 14:30:40   

Right - if you want the movie to autoplay you need to upload it via ftp and then edit your exhibit that you want to insert the movie.
Click the P button (so Proccess HTML is set to Off) and then insert the code in your text area.
I don't know how easy it is to integrate the javascript you're after.
Style.css is for... css styles
If you want to insert html code you can either do what I suggested above.

Zbyncom / 2013-09-24 00:26:00   
  1. That code works for me
  2. <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="apple.com/qtactivex/…;
  3. <param name="src" value="/files/2.mov">
  4. <param name="autoplay" value="true">
  5. <param name="type" value="video/quicktime" height="746" width="1080">
  6. <embed src="/files/2.mov" height="746" width="1080" autoplay="true" type="video/quicktime" pluginspage="apple.com/quicktime/download/…;
  1. </object>
  1. but code from quicktime export called iframe doest work well, and I cant make it autoplay, and I don't know If I do that properly like putting scripts and so on
  2. <script src="scripts/prototype.js" language="JavaScript" type="text/javascript"></script>
  3. <script src="scripts/qtp_poster.js" language="JavaScript" type="text/javascript"></script>
  4. <link href="stylesheets/qtp_poster.css" rel="StyleSheet" type="text/css" />
  5. <a href="/files/1.mov" rel="qtposter">
  6.     <img src="logo%20animacja.jpg" width="853" height="496" alt="logo animacja"/>
  7. </a>

For now i am happy with that but I looking forward to solution

This thread has been closed, thank you.