I'm using the simple jQuery below to hide/show either a flash video using our Brightcove account or a slideshow of images. If you click Video, the video displays. If you play the video and then click on Slideshow the video stops playing and you see the image slideshow. This works beautifully in everything but IE. If you play the video and then click on the Slideshow link, the sound of the video bleeds through the slideshow. I've used conditional commenting to remove the object using $("object").remove(); but I'm not sure how to restore the object.
I have created a transparent flash video (virtual spokesperson) for my website. For demoing purposes, I would like to have this appear on any desired website.
This is what I am trying to produce - here a virtual spokesperson appears on the [url]website: [url]
Have a look at other sites which enable one to type in a URL and their demo virtual spokesperson appears on the given site: [url] [url]
I believe they do this within an iframe to display the underlying website.
My Client wants the Flash walk-out video to only show once per visitor.URl...As it is now if you go to his home page the video shows again.How do I make it only show once per visitor?
I would want to show a div (the information about the song) when the visitor hover on a cover art on a radio website but this div overlap the cover art with an opacity of 0.7
You can see an example here: [url]
The problem is that when the information div appears, the mouse pointer isn't on the cover art div anymore for the navigator so the information div disappears, and so on... resulting in a flash effect.
I'm looking to duplicate the video-embedding technique shown on revision5.com, whereby they show the flash video to all platforms where flash is available, and only show the HTML5 player on mobile devices. Is there a browser-sniffing framework, or some other method available to accomplish this?
I am trying to hide/show table when hide/show button is pressed
Problem: The code works fine when I remove 'slow' from line 10. But with 'slow' in line 10 content of toggleButton doesnt change from Hide to Show when pressed.
I have a YouTube channel with many videos. The links to these Flash videos are talking to a page within my web site. On the web site, the video pops up in a tiny window on entry of the page, and it closes when you click the close button or it will fade away after it has played its way through.
So the scenario is this: The site looks great, but it doesn't on an iPad. Because I am linking to a Flash YouTube URL, it doesn't load on the non-Flash iPad device. I have done a lot of online reading for a week and discussed on many forums. However, everywhere I turn, I read articles about how what I'm trying to do is not possible--that no YouTube URL will ever play on the iPad. Is this true? If so, why can they play on the iPad YouTube app? What is the difference between the app and my web page?
I found many articles and videos referencing this fallback: [URL]
However, my problem with this fallback is that my videos are on YouTube. I am using a URL to talk to it, more specifically an ID. The client has done this purposely to save bandwidth on their server. I have the start of the Javascript looking like this:
function loadPlayer() { var params = { allowScriptAccess: "always" }; var atts = { id: "myytplayer" };
[Code].....
Within the loadPlayer function, can I add fallbacks in here (after line 4)? If so, how do I go about writing one? I suppose I'm just lost on how to get the HTML5 video option to work with my project. I have heard YouTube is using HTML5 video in beta, and it may be running in a few months. Would this auto-correct my problem do you think?
Is there a way to find the native file in the YouTube channel and bypass the .swf reference?
was wondering if I could get some direction on something that I have been wondering about for a while. There have several flash video players that I have seen that only start to load/play the video when the object is visible on the screen.
For instance, if I click a link to an html page with an auto playing flv on it, and then minimize the window. The video will only start to play/load once I maximize the window again. The other instance I have seen it is with the position of the page. So if an flv is placed onto a long html page, all the way at the bottom, it will only begin to load/play once I have scrolled to make it visible.
I have done some searching but have not been able to determine what this would even be refered to as. Is it controlled by Javascript or Actionscript, or is this just a the way flash player functions?
I'm faced with a problem from my employer on making a flash video play when an image is rolled over. In a sense, with many images on the page (which represent a video), the user can preview a small sample of that clip when rolled over by the mouse. I know that when the image is rolled over I must somehow bring the player infront of the image using z-index, but can't seem to work out the details oh how to get it to play.
Does anyone have any examples I can draw from in order to help me complete this task?
This is what I have so far which works as a cross-browser download however Firefox will play the video locally inside the popup window: is this normal behaviour?This is a very new area for me as you can probably tell and I was wondering if websites require a flash player to view video or do some browsers have a flash player built in as Firefox has led me to believe?
I am extremely new to javascript. I'm still trying to wrap my brain around it. I have learned that one must create, read, and delete a cookie. But what is the function for a 2nd time visitor to NOT see the flash video again when revisiting? I want the 2nd time visitor to see the same page, only without the video, the video will be replaced by a contact form.This is what I have so far:
<script type="text/javascript"> function createCookie(myCookie,value,365) { if (days) {
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ).
I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu is getting hidden behind the Flash Chart.
I found this article over devness: [URL] It is fantastic, but I'm a complete n00b and I was wondering what the JavaScript would look like if the situation was a little different. Picture this: A Super Mario sprite with him standing normally, but to his right is the word "Home". Upon roll over of either the sprite itself or the text, mario does one of his trademark jumps by the way of a few sprites. I know how to do this in flash, but I would like to eliminate it so I have maximum compatibility and no external plugins required.
Player works fine on its own but when i try to show it in fancybox ... nothingi know with jquery boxes dont work somtimes if you put ".html" so i put ".htm" and still no joy youtube works great but not my projekktor player.below is projekktor code:
I have a video gallery with a bigger div with width 500 pixels where the main video is waiting to be played and below is a smaller div with all the others videos from the gallery having width of 80 pixels.The list of video are managed by a content management system in PHP and are the result of youtube "Share Embed action" where the result is an iframe with the link for the video.How can i clicking on a video from the smaller div see the video being displayed in the bigger div ? already playing? or in a new layer above the website ?For now the video plays in the div it is located at.As an example here is the source video format :
When you visit that page, all that is loaded is and image with a "Click to play" button. Then when you click on the image, all the flash elements are loaded in place of the image. How did they do this?
I know you can do this with an external html file but I want to do it without an external html page so I can integrate it into wordpress.
I'm cooperating with some friends on making the design for a website. I'll be handling all the flash stuff. I'm very good with Actionscript, flash's scripting language. What I'm trying to do is this: in the Home page, I want to add a big flash animation, that goes on top of the normal content (as in a higher layer). The animation will end after some point, after which I want to get rid of it, sort of like a welcome animation, that vanishes off after it ends. This way when someone accesses the website, they'll be greeted to a small non-annoying animation that overlaps the rest of the page, and then they'll be left with the Home.
The problem is this: I don't know how to do it. I don't know javascript. I do know that actionscript is based in javascript. I've been fooling around on some javascript tutorial pages and indeed they are pretty similar, so I'm not entirely helpless.But I can't find what I'm looking for. After a set amount of time, how do I get rid of the flash in the document? Can I eliminate it, make it invisible, unvalidate it or whatever?I thought that instead of having the animation in another page that redirects to the Home, this would be a great opportunity to finally learn how to integrate flash with websites.
What I'm trying to do is this: in the Home page, I want to add a big flash animation, that goes on top of the normal content (as in a higher layer). The animation will end after some point, after which I want to get rid of it, sort of like a welcome animation, that vanishes off after it ends. This way when someone accesses the website, they'll be greeted to a small non-annoying animation that overlaps the rest of the page, and then they'll be left with the Home.
But I can't find what I'm looking for. After a set amount of time, how do I get rid of the flash in the document? Can I eliminate it, make it invisible, unvalidate it or whatever?
I thought that instead of having the animation in another page that redirects to the Home, this would be a great opportunity to finally learn how to integrate flash with websites. After all, I've been meaning to learn javascript for some time now.
I wish to include a Flash banner in my web page that is a link to another web site. The other web site has provided the code for the Flash banner link as:
When I include the code inbetween <head></head> or between <body></body> nothing happens. I wonder why the banner is not showing? Do I have to alter the code or include something in my HTML code?
Any good script to display a .jpg in place of a .swf if Flash is disabled. Example: I have index.html as a regular Website with an embedded .swf If this is viewed on a SmartPhone, how can I have a .jpg auto load instead of Flash?
I have embed a flash player known as: JW player into my website and put it into a div. Now my problem is I want javascript to hide the div containing the flash player for atleast a few seconds to display a loading image.gif. How would I set this up?
I always want "smenu3" to show with "smenu4" and "smenu5" collapsed... When the user clicks the link, it calls a javascript function to show "smenu4" like so...
I have some divs laid on top of each other. By clicking somewehre specific I want to hide all the divs but except for one - which is related to the point i clicked - to show up.Here is my code so far:The function will be called by something like this:
All these divs are in the same from the right_nav-class.I guess the problem lies within line 6, where I want to select the div that should show up and is given as the argument of the function.The commented lines are things I already tried, but didn't work either, especially $(this).style seems to be invalid.It does hide all divs as i want, but the one i want to show again doesn't show up. It just stays hidden...
I got this example code which show rows when click on it, the problem is it shows all but I want if I click on one row it shows that one and hide others.
i searched the forum, but did not find a working solution for my problem. IE6/7 are not hiding the divs in the $(document).ready function. Tried also:
$("#closed").css('display', 'none'); document.getElementById('closed').style.display = 'none'; It is working when i add the ID "closed" to the <li>-Element instead of the <div>-Container. All other browsers are working fine.
the box. Anybody know what's wrong?i have the following code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">