Cannot Play Flv File
Hope I am in the right forum, could not find anything in Premier Elements forum.Exported flv file from PE, however cannot play. I double click on flv file to run it; but it is not associated with any application.I have tried all I know and cannot get file to play. Guess I don't know much ;-(
Adobe > Flash General Discussion
Posted on: 05/11/2007 10:28:00 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Add Skin And Buttons (play, Stop, Etc) To Play A Swf File
Hello Forum,
Is there a way to use a skin/buttons just like the FLVPlayer that will give the same control to a movie clip (aka SWF file)?
I have a few swf files that are movie clips - not video. I would like to be able to load the movie clip, and be able to start, stop, pause, mute audio just like the FLVPlayer component does, but for a swf file.
I would like to have a "component" with the buttons, etc and be able to load the movie clip using the loadMovie method, and play the movie clip. I have a clip that starts playing after I load it, but would like to load it, and have it stopped, and then play the clip using buttons, etc.
I do not want to add buttons to each of my swf files, but have one movie clip with buttons, and load a swf into it.
Any tips will help,
thanks,
eholz1
Play New Flash File And Play Frame
Hi, i wish to on enter frame in flash document 1, to load and play frame 21 in flashfile 2.. is this posible?
ps. im quite newbee in flash :oops:
Fms Ns.play(file, -2) Vs Ns.play(stream, -2)
Hi,
I have a very strange problem.
I have created an application on fms. on the streams/_definst_/instance directory there is a sample flv file with name file.flv
If i have a client doing ns.play(file,-2) everything is fine. The file is delivered (streaming) nicely.
If i have the below:
Client::: ns.play(stream, -2);
Server-side: (Stream.get("stream")).play(file, -2);
The file is delivered, but it doesnt playback/flow properly. It seems like breaking(stacks) on some points and then continue.
Does anyone have any idea?
Thank you vrey much!
Contolling The Play Of A File Loaded From A Txt File
I have a flash movie that loads swfs from an txt file into it...I have created a slider that controls the swfs fine if it is located within itself...but once I load it into the movie, the contol no longer works. I have also tried to move the control to the main flash movie but doesnt seem to work at all. the loaded swfs just play on load. any ideas?
How Would I Play A .mov File As An Intro To A Flash File?
Hello,
just wondering if anyone knows how to play a .mov file as an introduction to a flash website.
I have already converted the .mov file into a .FLV file, and placed it onto my stage, but I want to be able to goto the next frame of my stage after the movie has played.
Is there a actionscript code for this to be done?
SWF File That Points To FLV File Won't Play
Hello,
I'm thinking there's got to be something on the server side configuration that's preventing this ...
Do you have any idea why is this happening? I have these two identical cfm files that point
to a flash swf file on site # 1 and site # 2. The Flash movie plays within DreamWeaver,
it plays locally on my pc testing server and it plays on Web site #2 but not on site #1.
Recreated everything again, checked the paths even launched the swf files before uploading them and it all worked.
Once they're on the production server, the swf won't load the external Flash *.flv file. I checked the permissions of
the files and directory through a DosBox and everything look fine. Oh and I've got the latest Flash plugin installed.
I'm stumped!
Help My .mov File Won't Play
I have imported a .mov file in my flash presentation. when i play the fla file the .mov plays, but when i test the swf file the .mov file won't play.
What do i need to do to get the .mov to play?
Best Way To Play Mp3 File ?
I have an mp3 that is 3.58 mb, we need to email clients so they can listen to the mp3. Should I have it as a zip download or is there a way to stream it right on the website maybe using flash that would play pretty quickly ?
How To Play A .FLV File
Yes, this is the most basic of all questions. I have a file called get_video.flv Double-clicking does not help - Windows does not know what program is associated with it. I tried to associate it with a player, but there is no Flash player that I can see listed there.
I know I have flash, because it recently (today) asked me if I wanted to update to the latest version. Also, I can view flash on any site that I go to.
Thanx,
AG
[CS3] How To Play *.KAR File?
Hello, I'm trying to make a flash karaoke player and I have these kar files extension that has lyrics implemented on them.
I want to import them and play them in the flash player that I made in Flash, is it possible to do it?
How To Play .dcr File
I love this game http://www.miniclip.com/games/china-2008/en/
However i want to be able to play it offline in a stand alone player. So i tried to extract the .swf file to be able to do this only to find it is a .dcr file instead. I'm stumped when it comes to this. Can anyone help me find a way to play this in a stand alone player offline please?
Play .swf From FLA File?
Here's what I would like to do:
I have created something in flash and published, giving me a .swf file.
I want to be able to play that .swf inside of another .fla file.
Is this possible?
I am using AS3.
Thanks
Play FLV File
on (release) {
var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new NetStream(netConn);
netStream.onStatus = function(infoObject) {
status.text += "Status (NetStream)"+newline;
status.text += "Level: "+infoObject.level+newline;
status.text += "Code: "+infoObject.code+newline;
};
my_video.attachVideo(netStream);
netStream.setBufferTime(5);
netStream.play("04_56k.flv");
}
I have this code on a button to play a FLV File this code work nice on the local machine, but it doesn't work on the web .
anyone can Help me
Play WMV File On CD
I am trying to launch a WMV file. This is an interactive CD, the .WMV file will reside on the CD. I have used the getURL function, but I don't know if it is possible to use some function to launch the file. I am suspecting that this would involve decection of the person's rom drive letter, ect.....
If anyone knows, please let me know, I've gotta get a draft of this to a client by Friday or give them some alternative.
Play Flv File
hello everybody,
I just set up FMS, how can I play the flv file to test the server? where I put the files??
I follow the steps of some post in this forum, it seems doesn't work....
Thanks,
Can I Use As To Play A Wav File
is it possible to play a small wav file using a on rollver command as i have a movie clip that when i roll over it i want a sound effect to play how do i achieve this please.
thanks in advance
How Can I Play A Flv File In The Net?
when i upload the (whatever.html) & (whatever.swf) & (ArcticExternalAll.swf) & (AC_RunActiveContent.js) and (whatever.flv) the video didn't work, what must i do to solve it??
Play Wav File
Is it possible to play a wav file?
I have the following code:
ActionScript Code:
playSoundButton_mc.onPress = function() {
song.loadSound("A08.wav", false)
song.start();
speaker.play();
}
I have also tried
ActionScript Code:
playSoundButton_mc.onPress = function() {
song.loadSound("A08.wav", true)
song.start();
speaker.play();
}
ActionScript Code:
playSoundButton_mc.onPress = function() {
song.loadSound("A08.wav", false)
song.onLoad() {
song.start();
speaker.play();
}
}
Is there anthng else I may try?
Can't Get FLV File To Play.
Hello all, I am working several problems on my band's new website, only one of which I will ask help with today. I have a "Media" page that I would like an FLV file to play on with media controls. I have went through Adobe's guides to using the MediaDisplay component, and I get script errors when I try to compile it. I have tried JW's FLV Player to no avail..I'm at my wit's end. What would be the easiest way to set up an flv player inside my flash site?
The website is www . jerrymaine . com
Thanks in advance for ANY help,
Stephen Howard
Play Includes Txt File?
Hi all.
I'll try to make it short and quick so you can understand my question - so lets go
My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.
I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...
I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...
Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.
I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...
I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)
Thanks - Public2.
Play Includes Txt File?
Hi all.
I'll try to make it short and quick so you can understand my question - so lets go
My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.
I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...
I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...
Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.
I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...
I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)
Thanks - Public2.
Play Includes Txt File?
Hi all.
I'll try to make it short and quick so you can understand my question - so lets go
My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.
I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...
I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...
Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.
I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...
I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)
Thanks - Public2.
Play Includes Txt File?
Hi all.
I'll try to make it short and quick so you can understand my question - so lets go
My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.
I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...
I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...
Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.
I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...
I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)
Thanks - Public2.
Play Includes Txt File?
Hi all.
I'll try to make it short and quick so you can understand my question - so lets go
My problem is: I'm working on a banner for at site, and in that bannere there have to be some text... More or less, is up to them, but they have absolutly No understanding on Flash what so ever, så there the text have to be from a txt file so they only need to edit that to ad some new text.
I have a text area on my banner (About middle) where the text have to be, but it can't be there everything at once, so it have to "slide" out and "slide" in...
I know how to ad a txt file with varibles like this:
LoadVariables("filename.txt", "_root");
But when i do that, it will include Everything in that text file, and as said; that's not what i want...
Some kind of delay, so:
text1 is sliding in
text1 (standing in about 2-3 secs)
> text1 is sliding out
text2 is sliding in
text2 (standing in about 2-3 secs)
> text2 is sliding out
I hope you understand me and my question.
I've tryed to downloade some movies from here, with that feature, but i can't crack that code and put it in my banner...
I really really hope that you can help me with this, because it's a bit importen that I put that feature in :-)
Thanks - Public2.
Play Movie From Outside Of The .swf File?
Is there ANY way to play a movie from outside the swf file? Via javascript or dhtml?
- changing the PLAY parameter?
- using javascript to make some call to the flash file?
ANYthing? Isn't this a common thing? Seems like it would be.
Is It Possible To Let Flash Play A AVI-file?
I have a Flash menu, and when the user clicks on "Play", an AVI-file should be played by Windows Media Player (for example).
Is this possible?
And if so, what's the AcionScript for it?
Play External Mp3 File, Best Way?
I want to make a small movie to play an external mp3 file that will be uploaded everyday (or replaced) so instead of going into flash to plop in a new mp3 file, I was wondering if flash could play an external file? What would the sound action script be? Event, Start, Stream?
Thanks.
How To Play File In Another Aplication?
I'm making interactive cd in flash MX (projector) and I have a situation when user press a button and .wmw, .mpg or .avi file should be played in external aplication. It should work on both platformes. Mac and PC. How to do it?
Open A MP3 File And Play It In The Swf...
i am making a swf which i will place on my desktop and i want to be able to browse my computer for an mp3 file and then play it in the swf with basic controls like play, stop, next, and previous...i know how to code the buttons but how would i choose an mp3 file to load?
Getting A Sound File To Play
Hi guys,
I'm trying to get a sound to play in flash, but i seem to have a problem, that whenever i click on e btn to play the sound more than one time, the sound overloops the sound it was playin before, so it is quite "messy" the sound as one plays over the other at the same time.
I heard that my problem is that i didnt declare a var to chk if it playing any sound before that. But i do not know hw to go about doing it. Any help would be appreciated.
Getting An Swf To Play Within Another Flash File
I am trying to get a small swf to play within another larger project I am working on.
Its just a simple 25 frame animation with an object fading in and out but it needs to be in the background for the entire animation so I thought the best way to do it would be to export it as a separate swf and then place it into my larger project.
The problem is although its in my library and on my timeline it just doesn't actually play. Have I got to add some scripting to tell the frame to play the swf or something?
It's listed in the library as a 'movie clip' - I presume thats correct...
Automatically Play Of SWF File
hi guys,
can you help me with my problem...
i want to create SWF file (Main.swf) wherein have multiples movie clip inside...
i want to automatically play other swf file by calling.. when i open the main.swf without using any buttons...
thanks and regards,
~kurnitz™
File Wont Play Outside Of .FLA
For some reason when I play my flash MX movie while editing in .fla with the controller, it plays perfectly... but when I publish or publish preview in any format, it doesnt play all the frames except the last, and even then, the text is missing. To simplify, here are some details quickly... I have some text moving into position for the first 35 frames all at different times, some simultaneously. On the 36th frame I produced another inserted another keyframe (not sure if thats wrong but still shouldnt prevent the beginning of the movie from playing right?) for all the texted that already moved into position and on the 36th frame for some reason, in the swf (will works perfectly in .fla) all the buttons and background graphics etc work properly, but the text that should have moved into position are as if they never existed from frame 1-36. What could be the problem? I know I got this working one time, and I am hoping its not just a corruption because I'd hate to do this all over again, starpped for time, thanks!
Click To Play .swf File?
hey guys, Im really new to flash and was directed here by a friend to learn. I would appreciate any help with this small question...
I have a .wmv file that I want to convert to .swf. Then Im trying to put that .swf movie on a page in a website, but I dont want it to start until it is clicked.
Im working with Flash 8. If anyone can help ASAP I would really appreciate it. My yahoo IM is call_me_the_kid_2 and AIM is KidCJ3318.
Projector File (.exe) To Play On MAC
I have created a flash projector file to run on PC and now it needs to also run on MAC but it doesnt seem to work.
Can anyone tell me why and is it possible to run on both?
Thanks
Using AS To Play A Sound File
How would I go about detecting whether or not a specific sound file (i.e. my background music) is playing so that the movie doesn't start playing it again when I run by the frame where it is initiated?
If File Exists, Then Play...
Hello all, thanks in advance for your help!
Imagine the following.
1.swf
2.swf
3.swf
4.swf
These are each separate movie files (duh!), random number of frames, each with different content.
I want to load each of these external files in-turn inside a 'master' swf file.
Now then - I won't always need to run ALL the files. I might just want to run 2.swf then 4.swf and leave out the others.
I'm fairly new to actionscript, have had some experience with ASP, but am currently working in PHP. I'm getting all my bloomin code confused, but I know EXACTLY what I want to do:
if file exists (1.swf) then {
count number of frames for 1.swf as frameno1
create mc = '1_mc'
this then needs to be ('frameno1') frames long
loadMovie("1.swf","1_mc");
}else{
move onto next bit of code
}
if file exists (2.swf) then {
count number of frames for 2.swf as frameno2
create mc = '2_mc'
this then needs to be ('frameno2') frames long
loadMovie("2.swf","2_mc");
}else{
move onto next bit of code
}
etc....
So, if the files exist, then play them sequentially. Otherwise skip.
Sounds easy - but it aint! (at least not for me).
Thanks again,
Rachael
MIDI File Won't Play
Hi,
I'm trying to play in Flash a random midi file. Here's the code I placed in the first frame of the movie:
ActionScript Code:
lowNumber = 1;
highNumber = 10;
var thisNumber = highNumber - lowNumber;
var randomUnrounded = Math.random() * thisNumber;
var randomNumber = Math.round(randomUnrounded);
randomNumber += lowNumber;
var song = "musicas/" + randomNumber + ".mid";
mySound = new Sound();
mySound.loadSound(song,true);
mySound.start();
It worked once, and no more.
What can be the problem? MX doesn't accept MIDI files? I made a mistake in the code?
Kind regards,
Kepler
Can't Play My Swf File In A Browser..
Hi, i have just created a photo gallery to my site, have developed it in flash 8. everything has gone well until i tried "publish preview" function in a html site. the site did came up but it wouldnt load any pictures. tried to look for some trubleshooting but i can't find my problem. and then when i try to play the swf file directly from my computer it works perfectly. anyone who knows what happens with the code when you publishing it?
How Do You Play A Swf File From The Desktop
I have created a swf file using flash. It can be downloaded onto the desktop. It is zipped. When unzipped it is called yadayada.swf. It does not get associated to the flash player or the shockwave flash player which are both installed. So if i double click on it it won't play.
What do I have to do to make it play from the desktop in its plain swf file format. I want people to be able to download it onto their desktop for both Mac and PC users. I published it as a projector .exe file but mac users cant run it.
What should be my next step?
I have installed Flash on my development box so this isnt an issue but it is for my test computer that doesnt have flash installed.
Swf To Play Mp4 Video File
Is it true that Flash Media player can support playing MPEG-4 video?
What do I need to change in my existing code that plays flv to also play an .mp4 file?
Here is my existing code...
var my_video:Video; // my_video is a Video object on the Stage
var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns:NetStream = new NetStream(my_nc);
my_video.attachVideo(my_ns);
my_ns.play(MyParameter); //MyParameter is the .flv that is passed in as a parameter when the swf is started
Sound Won't Play In .fla File
How can I get sound to play in .fla again like it did before actionscripting control buttons?
When I installed control buttons in my .fla file for a maintimeline movie to stop, start, rewind, and jump to end of movie, sound would no longer play when running the playhead in the .fla file. This is a disadvantage when it comes to trying to sync video to audio.
I have installed an additional layer in main timeline with same mp3 file attached, published settings, and even assigned actionscript play(); to sound layer and deleted sound layer with control buttons, but sound still won't play from .fla playhead
How To Loop Play A FLV File In FMS
hello,everyone,i wanna fms play a recorded flv file again and again,but i don't know how to do it.
i try directly use "Stream.play",failed.
then i try PLAY again after i got the "NetStream.Play.Stop" status info code when the 1st time playing over.then its really can loop play now,however,the Stream object didn't clear up,since one new PLAY function called,new Stream created,and the old Stream object kept.over and over,they took lots of memory.
i just wanna FMS can loop play a single FLV file....
can anyone help me? thx very much.
Play Video File
Hi!
(in MX 2004)
I have six video file into flash presentation and six button.
How can play a video file when press a buton?
any ideea.
TKX
Play Dynamic Wav File
How can i play different wav file from a path i get from web page ?
Eg:
Page A pass a path to my Flash to play that wav file.
How can I do that ?
Thanks
2 Flv File Play Continously?
hi guys, need your help, im a new user of flash video feature in flash, i was just wondering if its possible to play 2 flv files in flash continuosly?(when the first flv is done playing it will automatically play the second flv?) if its possible, can somebody teach me how? many thanks!!
|