Play Movie Online
Dec 20, 2006I have a video file which I wanna show at my site. Please help me out how can I show running video? I dont know if it is a right place.
View 2 RepliesI have a video file which I wanna show at my site. Please help me out how can I show running video? I dont know if it is a right place.
View 2 Repliesshow me the codes for online movie tickets booking html and javascript,,
View 9 Replies View RelatedI have been looking for the answer for a long time, but could not reach to any answer. I am a novice web designer, have very little knowledge on web programming. I hope someone here could help me with the following. The problem scenario is this:
I have a webpage where I have listed some classical songs so that page visitors can listen to song online. All files are in Real Audio format either with .rm or .ra extension. These individual audio files are linked with .ram files so that when visitor’s clicks on the song title, this .ram file launches RealPlayer and the clicked song starts playing. Once a song is played it stops. If user wants to hear another song, user needs to click on another song title to play that song. This is annoying for users.
However, I have seen on some websites where user can select the songs by clicking on the “Check Boxes� next to each song titles and play by clicking on the “Play� button. Therefore, user can select lists of their favourite songs by clicking on check box and play these together one after another. There are two other buttons also available for users: “Select All� songs and “Reset�.
I have several movie clips and would wish to play them in sequence.
There is possible to use the SetQTNEXTUrl property for the quicktime
plugin, but it creates a black gap between the clips.
Is it possible to use to player objects and swap between them. So that
I hide one player and reveal another when one clip stops?
To javascript and have succeeded in getting this code:
Code:
To play a constant loop of audio on my site that autoplays (which i know, typically people hate... but, i'm doing it anyways on this site).
How to add one button in my html body that is CSS style-able that will both pause and then when clicked again resume playing the audio?
I am using the youtube chromeless player and embeding videos with loadVideoById() method problem is that videos with an id that contains an underscore or dash dont play although they play in the normal player. I also tried replacing with a hex value in querystring i.e (%5f) but that did not work I also tried loadVideoByUrl() method with several urls but still they don't load. here is my code
function switchToPlayer(ytid){
var params = { allowScriptAccess: "always"};
var atts = { id: ytid,onmouseover: "this.playVideo()",onmouseout: "this.pauseVideo()"};
swfobject.embedSWF("http://www.youtube.com/apiplayer?border=0&enablejsapi=1&playerapiid="+ytid, 'cell'+ytid, "150", "120", "8", "scripts/expressInstall.swf",null,params,atts);
}
[Code]....
I have a pop-up flash movie, it works great. Here is the code :
<SCRIPT LANGUAGE="JavaScript">
function jumpUp(URL) {
window.open(URL,
"w"+(new Date()).getTime(),
"width=194,height=146,top=440,top=288");
}
</script>
AND
<a href="javascript: jumpUp('webmovies/flash.swf')">preview</a>
What I am finding out is that is opens a new window, which is great,
but it loops - now I converted the video in Flash MX, but it doesn't
allow me to change the loop properties of the flash video, only the
HTML properties. Is there a quick fix for this using this javascript?
I have a query to do with windows media player. I am not sure whether what I want is done using JavaScript, but it is my best guess.
Basically, I was wondering how some websites have an advert clip or there logo appear before the actual video. The advert runs then it seems the player loads another movie.
I have a website that I just inserted a flash JS movie into... The site looks fine, and it even says that the movie is loading, but after that... NOTHING... I tried removing the <noscript> tags, but nothing seems to be working.
View 15 Replies View RelatedPurpose: To create a page that plays different movies depending on which link the user clicks on. Only one player is displayed to play all the movies. Right now the links are text for my convenience but eventually they'll be images.
Problem: I can't get the player to change to the second movie. I'm doing this in JavaScript. Here I'm showing it to you as inline script, but it doesn't work as a function call either.
Question: How do I get this page to change the movie in the player based on the user's click?
I've tried this 2 different ways: creating the playing with manual code and creating it with an Apple-supplied function call.
This is how I create the player manually:
HTML Code:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="640" HEIGHT="370" id="movie1">
<PARAM NAME="src" VALUE="video/movie1.mp4" />
[Code]....
When I create the player using the Apple supplied function, I get no error message and it also doesn't change the movie. The existing movie just keeps playing. I created a bunch of other links to do things like stop the movie, start the movie, rewind the movie, and retrieve the movie URL, and these work in IE for the manual coding but not for the Apple supplied function call. I also tested both versions on the other 4 major browsers. None of them change the movie either, but for the Apple supplied function they will all start the movie, stop the movie and rewind the movie from JavaScript. I can give you that information as well.
I want to dynamically change a flash movie in an html page. Following
code is working fine in IE, but netscape 4 and 6 it is not working.
Can any one rectify the error:
i have 4 movie clips. i am able to run the first clip with autostart a
soon as the webpage opens. i am running the movie clips under window
media player.
Question 1:i want to run all the movie clips continously one afte
another.
Question 2: how to stop clip1 and run clip3(user selection).
the movie should run under the same media player, on the same page.
i am using the following code:
I have a Javascript which I'm using to display one of four Flash SWF files randomly. These need to be actually displayed twice, so I'm basically calling the script twice.This works great aside from one thing- occasionally the same movie appears in both scripts, for example the first instance picks movie 3 of 4 and th second instance does the same.What I need is to somehow make sure that if the first instance of the script picks movie x then the second script will pick any movie EXCEPT movie x.
This is the script as it stands:
<script language="JavaScript">
// Generate a Random Number
var randomnumber = Math.round(Math.random()*3);
[code].....
I have the following windows media player object integrated in a page. How to call a javascript action when the movie is finished?
View 2 Replies View RelatedI would like to know how do I reload a flash movie. But it is not simply rewind, it is to change the swf file and the browser refresh the movie and play it.
Here is the code that I am using to play the first flash movie code...
What I want is to change the "tvscreen.swf" to "newtvscreen.swf" and play it.
I managed to change the src in embed tag, but the flashmovie did not load.
how to insert a flash movie in my web page and a button to start it. I designed this page:
HTML Code:
http://irancad.com/sampasd/news/newsedit.aspx?ID=290
and the html code is:
[code]....
pls how do I detect if .swf movie is playing or has stopped? .swf is in
a pop-up, I would like to trigger a window.close() once Flash movie has
stopped playing..
I must admit that I'm a newbie in writing javascript.
Can anyone help me with a script that will enable me to display a flash movie on one of my sites.
I have this script:URL...that takes latest movies from youtube channel.When you click on the movies below it should load the movie to the playerit works well on Firefox but not on IE or Google Chrome
View 1 Replies View RelatedThis is what I'm trying to do. I'm trying to load a flash movie
transparently over my existing html page (not covering the full
screen, but 75% of it), so it is kind of similar to a "splash screen"
in the respect it is to be an introductory screen.
I already have a flash movie made (although for some reason
WMODE=TRANSPARENT isn't working), but we'll get to that in a sec. I
also already have all the html for the playing the movie and
displaying my page. The html to display the page is made up of a
bunch of table rows within a <DIV> tag.
During onLoad of the <body> element, I call a javascript method to
actually play the flash. The flash does play, but what happens is
that instead of playing on top of the existing page, it plays at the
top of the page and if you scroll down, there is the rest of the html
page (the tables and stuff). I dont want it at the top, but to
actually overlay the tables until it finishes playing, then to go away
automatically.
I'm struggling with the html part of this. I know browsers render
from top to bottom, but I dont know how to display over the existing
stuff.
I toyed with the idea of making the flash into a popup in a new window
(window.open), but to make it look right, I'd have to make it a
transparent window, borderless, etc... and I'm not sure thats the
right way to do it either.
I have a problem when I use javascript to get the length and position
of a movie I recieve from a rtsp stream. The length and position is
extremely high and not the actual length and position of the movie.
When I try Real Player and it's methods I recieve a length and position of 0.
Can anyone see what I am doing wrong?
I have two players that I give the same absolute position. I hide one
and play the other. When the player have almost reached the end of the
clip, I start the clip in the other player, and hide the first player.
That is the idea, and it works on local movie files on my computer.
I was working on embedding image using the object tag with quicktime. i was succesfully embed it but it seems like i cannot display the playback controls (like "play","pause","stop" etc).Here's my code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="478" height="383">
<param name="src" value="movie.mov" />
[code]....
I am a newbie to Javascript and am a little overwhelmed. I am trying to make a website where one clicks on a button, starting a .flv movie of someone breaking open a fortune and holding the fortune up to the camera and randomly chosen sentences sent by Javascript appearing over the white piece of paper. So far it does jack except for show a button and the movie without playing. When the button is pressed, nothing happens.
<html>
<head><title>Fortune Cookie</title>
<style type="text/css">
body {
background-color: white;
color: black;
text-align: center;
font-size: 17px;
}
#center_wrapper {
margin-right: auto;
margin-left:auto;
width: 720px;
}
#center_wrapper2 {
margin-right: auto;
margin-left: auto;
width: 350px;
display: block;
}
#pos_fortune {
position: absolute;
top: 280px;
z-index:1;
width: 350px;
</style>
</head>
<body style="text-align: center">
<div id="center_wrapper">
<img src="fortune_title.gif" style="position: relative; top: 10px" /> .....
The div formatting of the chosen fortune doesn't work. I also need to use something besides document.write() since it clears the page when it shows the text. I am not sure how to make the movie play using Javascript. I was half guessing based on some stuff I read on the web, and it doesn't work. Also, is there a way to get rid of the Flash play and stop, etc., buttons or tie them to Javascript?
I am having a little trouble with the "src" attribute method.
I am trying to use a click event to play a specific movie using the following:
A link to an example (the link is at the bottom):[url]
I have used the swfobject.js file & its methods to play a flash movie in my webpage. It works fine when I open the page in firefox & chrome but does not work in IE-6. Below is the code i used:
<script type="text/javascript" src="<%= request.getContextPath() %>/js/
swfobject.js"></script>
<script type="text/javascript">[code]....
I noticed there is an indicator to someone's MSN online status in my hotmail inbox page.
I tried to view the source of the page in order to build my online status script.
All of my attempts were failed.