|
How can I do that? I would like them to be able to click play, pause, volume, and of course...fullscreen.
I heard you can do this with QuickTime or something? Anyone have any suggestions?
EDIT: These video files are on other people's servers. (We're a...
Started by alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All you need is to look at....
You don't even have QuickTime, Windows Media Player, Real Player or any other streaming media player installed for it to work .
Yep, Flash is fully capable of streaming most if not all major video formats at this day in time .
|
|
I want to embed a wave file (or mp3) in html. There is no problem for windows platforms. User can install a windows media player plugin. But WMP does not support linux. Is there any way to do that besides using Flash?
Started by stanleyxu2005 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is a demo?
I do belive that....
By "embed a wave file in html"? You want to play an external file of hold that file inline in the htmlYou can take a look to a Javascript implemtation (origanilly from Digital Medias ).
|
|
Dear sir,
I have some avi movie files. I want to incorporate them into my flash intro. Please tell me how I can do it.
-suvadeep
Started by suvadeep on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at flashkit):
You can get a free trial here
http://www.javakitty.com/vid2flash/vid2flash_zip.exe
or buy the full beta.
It basically converts .avi, .mov, and .mpeg into .swf format.
Exactly what you are trying to do.
|
Ask your Facebook Friends
|
I need to embed videos on a client's website and they have given the following guidelines:
must be viewable as flash (FLV format) if hosted by outside company (e.g. Youtube) the video can not link back to the outside company's website if hosted by outside...
Started by Andrew G. Johnson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use Riva VX on windows or ffmpegX.
You can find the video import tool under File -> Import -> Import Video.
Flash will import your AVI movies and convert them to FLV.
On the client's site.
|
|
Is there a way to embed a .swf file in a webpage and provide a way to make it fullscreen? I'm creating these files with Adobe Captivate, which doesn't seem to provide a way to publish in other usable formats (.avi files are too big, and no .flv is available...
Started by Farinha on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can create full screen swfs easily with html and javascript to the embed or object tag: ....
This way teh swl will fill the whole browser screen .
Why not make a link to the swf in question without a HTML file embedding it.
|
|
Hi,
I am trying to embed some metadata into an AVI file in java. I would like to know if that is possible and if it is, can anyone post an example for me.
Thanx in advance,
Enock
Answer Snippets (Read the full thread at microsoft):
I would >like to know try using streams: they....
To embed metadata in an AVI file? What kind of metadata?
What is it that you're trying to accomplish;I am trying to embed some metadata into an AVI file in java.
|
|
I want embed a video in a webpage.
I don't want to use flash because it's unavailable for a huge number of platforms.
I'm reluctant to use HTML5 becase it's not too standard yet (It IS standard, but most people don't have browsers that support it)
Is ...
Started by Hugo on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to embed video in a page then, today at least, Flash is the best supported of it's unavailability.....
The special feature lies in that it can automatically embed the videos change first.
M2TS, TS, T2S, TP, TRP, DV, etc.
|
|
Posted 16 May 2011 - 02:39 PM
Hi all,
Im new to swishmax and im using Swishmax3.
I'm trying to make a video manual.
My requirement is to load a video (avi files) into a component/container when i click on the corresponding text.
Say the text is Joystick...
Started by bharatj on
, 5 posts
by 1 people.
Answer Snippets (Read the full thread at swishzone):
But once loaded into the container....
And once converted to flv too, they retain the quality .
Posted 19 May 2011 - 09:07 PM
"you can do in the video(avi) seems to be clear and crisp.
Swf file into the new file with a control bar.
|
|
I just bought a Cowon v5 2 days ago and I was really looking forward to watching my MKV videos. Unfortunately I found out that ALL my MKV files have external subs. So I looked on the internet for about 5 hours and I was lead to a dead end with mkvmerge...
Started by lelouch283 on
, 30 posts
by 6 people.
Answer Snippets (Read the full thread at videohelp):
* Video Format - ....
Start muxing to make new mkv with switchable the difference between embedding and hardcoding? I don't want to try this unless it can really of the Cowon v5.
Append subtitle file.
Add mkv.
Run mkvmergegui / mmg.
|
|
I need to be able to embed and control the playback of an AVI file in a WinForms app, using C#. The video needs to be embedded in the form, not launched in a separate media player window.
What's the best approach to do this? I found the System.Media namespace...
Started by Jason on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would.
This would been an easy way to do it.
You can use Media Player inside your Winform.
|