Actionscript 3.0 :: Add Flv Videos To Website Without The Sound?
May 5, 2009How do I add Flv videos to my website, without the sound, playing everywhere on the site?
View 1 RepliesHow do I add Flv videos to my website, without the sound, playing everywhere on the site?
View 1 RepliesI want to create a website displaying grid-sorted videos (interviews - movies showed in rows and columns). I want it to be 'a page with talking heads'. When users clicks on a video it starts playing. I consider two ways:
The whole website made in flash - dynamically assigned number of videos per row/column and page, depending on the user's screen resolution. Website made in php/html with help of JS and CSS - videos are displayed by YouTube player or other player e.g. JW Player - videos position depends on screen resolution.
The users using my website say they can't see the flash videos on the website, even after downloading the latest version of Adobe flash. May there be any reason for this ?
[Code]...
One of the users that the videos do not run for him has Windows operating system & Internet explorer browser.
I've put a check in the videos page to check if the user has the required flash version installed or not to run the video, but even if that user installs the latest flash version he keeps getting my check message, as in this screenshot: [URL]...
i am trying to making(just for knowledge purpose) a website similar to "you tube" and i am
using LAMP(linux+apache+php+mysql).
so please guide me on these topics(please keep in mind that the website is a high traffic.web site like you tube):
1.i am taking video uploads from user using a simple form like:
[Code]...
I have a problem with videos stuttering when viewing my website for the first time. My site hosts many videos so I cannot preload them all at once. I am thinking I need a code that assures that each video buffers for a few seconds as it plays.Here is the code I use to upload the video:
var vid:Video = new Video();
var nc:NetConnection = new NetConnection();
nc.connect(null);
[code].....
How to stream videos in youtube in a flash website?
View 2 RepliesI have uploaded two videos to the website I work on. Both play perfectly in all browsers when I pull up the pages on my C drive, but just show up as a blank page on the website.[URL]
View 4 RepliesOn all these web 2.0 websites i see those nice presentation videos/animations like here: i search a similar skin addsocials click on "how it works". it would take maybe 1 or 2 days for me to make such a simple but clean animation video. Are there websites where we can buy or download such skins for fast customization? the only website i know is activeden but i can't find any animation skins to buy. isn't there a market for such things?
View 1 RepliesI'm making a project in Flash at college and when I view my project and click on a few tabs the sound from the videos starts playing and I can't get it to stop. The video doesn't play though but it's always the sound and if I press pause the video will pause but the sound keeps on playing.
View 2 RepliesI want to have 2 different youtube videos (instantiated using the js api) on a page and I want to route the sound from one of them to the regular speakers and the sound from the other one to the headphones.
View 1 RepliesI want to play youtube videos and programmatically direct firefox's audio out to a particular sound card.
Playing raw data 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono
aplay: set_params:1059: Sample format non available
Available formats:[code]....
The command-line suggests that it worked, but audio came out of hw:0,0 (the default).Do I need to make my own plugin? Or do I need to force alsa to take 44100Hz?I refuse to use pulse since the memory leak bug makes it crash often.
I am having some problems showing my videos in flash after moving it anywhere besides my computer.
I published my flash file once as a exe. file and sent it to another computer, where it all worked but my videos, which didn't show up at all.
I also published them as SWF files, then put them up on my free website (where i don't have access to the ftp) and the videos still aren't there.
The videos will play fine in an SWF file on my computer, but i am assuming when they are away from the videos, they don't have a source to access them.
I also tried sending the videos along with the SWF files when sending to other computers and it still doesn't work.
I now have a free hosted website (with wix.com if that makes any difference) with my flash work on, but no videos. I even tried to embed a youtube video into the scenes the videos are meant to appear, and put the videos on youtube, then i discovered you can't put that sort of HTML into flash.
how to show the videos on these sort of website, or even better, how to keep them in original file when sending them, so they show on other computers.
After building a flash using one of the players provided by KoolMoves in the interface, I checked to make sure the sound played properly and it did. I checked to be sure it was still in the contents file and it was. I uploaded it to my website and all plays great but I have no sound. I've checked to make sure my sound is not muted and speakers connected and all other sound plays fine. The progress bar for the player does not show when it is clicked eiither, as if there is no sound file in the player.
View 1 RepliesI want to play a little "ding" sound when a new item is posted on my site. I'll leave the option to turn it off of course.Now should I do this with JavaScript? Would jQuery be helpful? Or should I use Flash? Looking for something that is widely compatible with different browsers.
View 3 RepliesI would like to add background music to my flash website, but i have tried many ways of doing so. currently what i have is one movie clip which consists of two frames - one has the play icon and the other with a pause icon and the sound file. however, after some time and also a few button clicks, the sound repeats and results in the sound playing over the previous sound.
View 3 RepliesI use CS4 Flash 10.0.2 and after publishing a website (tried few templates), it comes out with bothering scratching/metallic sound. Basically all sounds, effects are distorted with a metallic sounds. If I do it few times, or shut down Flash and start it again and then publish it, the sound it is OK. What am I doing wrong or is it a setting that I should do to avoid this nuisance? It does not matter if I publish it with Flash v6 or v8 and moreover, it happens to different flash websites while using Flash CS4 for Windows and also for MAC. It must be something that I have to set but have no idea.
View 2 RepliesI am trying to add a sound loop to my site and I have managed to get the sound to play and I can make two buttons start and stop. But how can I make 1 button that both starts and stops the sound?
Here What I have got.
Code:
var snd:Sound = new Sound(new URLRequest("dub.mp3"));
var channel:SoundChannel = snd.play();
var pausePosition:int = channel.position;
[code]....
I have a website at [URL] The problem i'm facing is that after the preloader is done the homepage comes but the other menus still takes much time to load and the sound also take atleast 5 min ! :(
How can i make them all bind together so that after the preloader everything comes together at an instant completely !
I'm trying to create a background sound in flash website. I created play/pause buttons and it works fine, but when the sound is over it stops. What I want is the sound to loop, not to stop. I tried different things but I can;t get it working as I wish. Here's my code:
Code:
var mySound:Sound = new dogg();
var myChannel:SoundChannel = new SoundChannel();
myChannel.addEventListener(Event.SOUND_COMPLETE, whenComplete);
function whenComplete(evt:Event):void
[Code]...
Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?
View 1 RepliesAnytime this .swf is ran from my computer during test runs it works flawlessly. As soon as It is embedded in an HTML page the sound doesn't play.
View 3 Repliesi am having some problems linking my mp3 player swf file to my website. It looks like it loads fine, and the buttons work and change the track of the song, but there is no sound heard or played. Here is the code i used to do this:
[CODE].....
As i said before, the player loads up and shows up on the website with no errorsand the buttons work (going to next or previous song as well as the pause and play buttons pausing and playing the music properly), but no sound can be heard. (this is being test on the latest version of firefox).
I am triggering short sounds dynamically from the library for a game (Specifically Air for Android). When the user clicks a button the sound can take up to 600ms to actually play. I have set it for any silence before the actual sound by calling the sound like so:
[Code]...
All return the same results. I know there are threads here that talk about this but none have offered a real solution that I can find. Is there no way to cache the sound or store it in a buffer?
What's the risk if it is between 2 websites or 2 webservices or between a site url and flash or embedded javascript ?
View 1 RepliesIs there a way to display a website [URL] inside your Flash website?
Looking for something similar to HTML inline frames
<iframe> src="adobe.com" height="200" width="300" </iframe>
I want to use a flash preloader for my php website. I have seen some javascript examples; but I want something attractive and cool. So I want use flash preloader which will show the percentage of the website loaded.My website is kinda heavy(with lot of images). It looks bad when the contents load. So I want to show a flash preloader while the site loads.
View 2 Repliesam i publishing the movie incorrectly? It works great when I preview the flash file (cntrl+enter), but after I publish it and insert it into the html (in dreamweaver), the file shows up and animates perfectly, but when clicked, no link... It doesn't do anything
View 3 RepliesI have 2 websites both built entirely in flash.My problem is that I have created a button on 1 of the sites that has to link to a particular scene and frame within a different flash website.
View 6 RepliesI have a flash header that was never completed because the guy I hired took people's money and ran. So now I even wonder if what he said could work with my flash header is true or not. But, usually there is always a way to make it work.
I have a flash header that does two important things: 1) Upon entering the site, it loads and plays an audio track 2) Makes an animal noise when you hover over each animal menu item. (not sure if I'm able to give a link to it or not on here. If I able to and someone would like to see it let me know)
I want to know if my flash header can support the following additional functionality/changes:
1) Currently, it loads everytime a page is selected. I only want it to load the one time of entering the site because the audio gets annoying. Set a cookie maybe?
2) But, I do not want to turn the audio off completely because I still want the hover over each menu item sound.
3) Have a link on it to allow them to select to turn on / off the sound completely. It currently has that, but only for the current page. Once you select another page, the audio is back to on.
4) Lastlly, is there a way for it to detect that someone doesn't support flash and to display an html version of it? And can flash create a html version from my fla file?
I don't know much about flash (but am learning) so I'm not sure if I'll be able to do this myself. However, I want to find out if my flash header will even work this way before I invest the time learning it just for these changes. I know it will be pretty deep with script code, but I'm hoping I could find base code already available for these features. Not sure I can afford help now because of being laid off and two different scammers taking advantage of me. So I'm going to try to do myself and see if there is any suggestions/support on here that can help. I have Flash CS4.
I have several buttons in a movie and I want to be able to rollover an individual button and play the sound for that button and when I rolloff I want the sound for that button to stop.
View 6 Replies