| Author |
Embedding an FLV file
|
|
|
| Ok.. I've been through previous posts on flash....
I've got a video in flash flv format. I want it embedded in my page to to
play when users click on it or whatever...
The code i've got is as follows...
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="267" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=true&autoRewind=false"
quality="high" scale="noscale" width="400" height="267" name="FLVPlayer"
salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
If i preview the page in IE i get a white square which says click to start
video but nothing happens?
The video im linking to is called oldfleet.flv
| |
| Mike Koewler 2007-02-01, 10:15 pm |
| Swana,
Perhaps you should convert your .flv to a .swf file. Here's some info
about .flv and how it can be played: http://en.wikipedia.org/wiki/FLV
Mike
swana wrote:
> Ok.. I've been through previous posts on flash....
>
> I've got a video in flash flv format. I want it embedded in my page to to
> play when users click on it or whatever...
>
> The code i've got is as follows...
>
> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="267" id="FLVPlayer">
> <param name="movie" value="FLVPlayer_Progressive.swf" />
> <param name="salign" value="lt" />
> <param name="quality" value="high" />
> <param name="scale" value="noscale" />
> <param name="FlashVars"
> value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=false&autoRewind=false" />
> <embed src="FLVPlayer_Progressive.swf"
> flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=true&autoRewind=false"
> quality="high" scale="noscale" width="400" height="267" name="FLVPlayer"
> salign="LT" type="application/x-shockwave-flash"
> pluginspage="http://www.macromedia.com/go/getflashplayer" />
> </object>
>
> If i preview the page in IE i get a white square which says click to start
> video but nothing happens?
>
> The video im linking to is called oldfleet.flv
>
>
| |
| swana 2007-02-05, 10:15 pm |
| Would this make a difference converting it to .swf ??
"Mike Koewler" wrote:
> Swana,
>
> Perhaps you should convert your .flv to a .swf file. Here's some info
> about .flv and how it can be played: http://en.wikipedia.org/wiki/FLV
>
> Mike
>
> swana wrote:
>
>
| |
| swana 2007-02-05, 10:15 pm |
| Would this make a difference converting it to .swf type???
"Mike Koewler" wrote:
> Swana,
>
> Perhaps you should convert your .flv to a .swf file. Here's some info
> about .flv and how it can be played: http://en.wikipedia.org/wiki/FLV
>
> Mike
>
> swana wrote:
>
>
| |
| Mike Koewler 2007-02-06, 3:15 am |
| Swana,
It should make a difference as far as how the image looks, but it might
allow more viewers to understand it.
Mike
swana wrote:[color=darkred]
> Would this make a difference converting it to .swf ??
>
> "Mike Koewler" wrote:
>
>
| |
| Rob Giordano \(Crash\) 2007-02-06, 3:15 am |
| check that your server has the flv mime type set.
"swana" <swana@discussions.microsoft.com> wrote in message
news:A2CDDB4F-C7A8-46F8-BF7A-66179DA32708@microsoft.com...
| Ok.. I've been through previous posts on flash....
|
| I've got a video in flash flv format. I want it embedded in my page to to
| play when users click on it or whatever...
|
| The code i've got is as follows...
|
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
|
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="400" height="267" id="FLVPlayer">
| <param name="movie" value="FLVPlayer_Progressive.swf" />
| <param name="salign" value="lt" />
| <param name="quality" value="high" />
| <param name="scale" value="noscale" />
| <param name="FlashVars"
|
value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=false&autoRewind=false"
/>
| <embed src="FLVPlayer_Progressive.swf"
|
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=oldfleet&autoPlay=true&autoRewind=false"
| quality="high" scale="noscale" width="400" height="267" name="FLVPlayer"
| salign="LT" type="application/x-shockwave-flash"
| pluginspage="http://www.macromedia.com/go/getflashplayer" />
| </object>
|
| If i preview the page in IE i get a white square which says click to start
| video but nothing happens?
|
| The video im linking to is called oldfleet.flv
|
|
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |