| This topic (http://groups.google.com/group/mozilla.support.firefox/
| browse_thread/thread/4d6564c3b850868f/9ac50c118362d149?
| lnk=gst&q=embed#9ac50c118362d149) has not yet been responded.
1. Wrapped links are harder to follow. Try this link instead...
news:vfydnWY2W55zqeTb...@mozilla.org
| I tried various tricks -- using AUTOSTART=FALSE, VOLUME=0 in my embed
| tag and none of it seems to work. Whenever my blog page is loaded by
| the browser, the movie clip starts playing.
|
| How can I be a good citizen and make the browser not play the embedded
| video? Of course, viewers can use zillion ways like flashblock,
| noflash extensions, but I don't want them to do anything on their end
| just to visit my blog page.
2. This could be a question for the Flash plug-in, not for Firefox.
Just FYI, the Flash plug-ins for Firefox and IE are different.
* the "Shockwave Flash Object" ActiveX control for IE; file name: Flash9f.ocx
* the "Shockwave Flash" plug-in for Firefox; file name: NPSWF32.dll
3. Cross-post and followup set to newsgroup mozilla.web-developers.general
4. For a solution which does not rely on the Flash plug-in supporting it,
do this:
4.1 Put an iframe in your web page.
4.2 The web page automatically loads a page "manual_start.html" into the iframe.
4.3 Page "manual_start.html" contains a link or button.
When the user clicks the link or button, it loads page "run_video.html" into
the same iframe.
4.4 Page "run_video.html" contains the video.
Here is a simple example.
Source for page "main.html"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>main page</title>
</head>
<body>
Blah blah blah
<hr>
<center>
<iframe src="manual_start.html" frameborder="0" marginheight="1" marginwidth="1" height="286" width="308">
Your browser does not support iframes. In this case, your browser probably does not support video.
</iframe>
</center>
<hr>
Yadda yadda yadda
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source for page "manual_start.html"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>main page</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height: 100%; width: 100%;">
<tr><td align="center" valign="middle">
<a href="run_video.html" target="_self">Click here to play the video</a>
</td></tr>
</table>
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source for page "run_video.html"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>main page</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height: 100%; width: 100%;">
<tr><td align="center" valign="middle">
<embed allowscriptaccess="Always" bgcolor="#000000" menu="false" flashvars="tvnz_video_url_56k=http://images.tvnz.co.nz/tvnz_video/flash/tvnz_6/meetthelocals_2008_ep85_56k.flv&tvnz_video_url_128k=http://images.tvnz.co.nz/tvnz_video/flash/tvnz_6/meetthelocals_2008_ep85_128k.flv&tvnz_video_url_300k=http://images.tvnz.co.nz/tvnz_video/flash/tvnz_6/meetthelocals_2008_ep85_300k.flv&tvnz_video_length_seconds=" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" src="http://images.tvnz.co.nz/tvnz_video/flash/video_player.swf" height="266" width="288">
</td></tr>
</table>
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Regards
Ralph
锟斤拷曰锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷悱诧拷锟絣锟斤拷锟絜一锟界、锟斤拷锟斤拷锟斤拷锟界反锟斤拷锟絫锟斤拷锟斤拷也锟斤拷
> 1. Wrapped links are harder to follow. Try this link instead...
>
> news:vfydnWY2W55zqeTb...@mozilla.org
Unfortunately this link doesn't work from Google Groups.
Google Groups tries to go to the message but fails; the
lookup by message-ID doesn['t work. I might guess that
Google Groups haven't indexed this message's message-ID.
News.Mozilla.ORG has this 2+ year old post:
news:vfydnWY2W55zqeTb...@mozilla.org
[ Google's “ selm=msg@ID ” doesn't find it ]
Just tell your newsReader to download it.
For help with that, see:
“ Six+ ways to track who's replying to whom ”
news:_@Jeff_Relf.Seattle.2009_Jul15.10.15pm.gZ
www.Google.COM/group/mozilla.support.firefox/msg/1aa07d44dcf9c6e6
――――――――――――――――――――
On Google, the 2+ year old post is here:
www.Google.COM/group/mozilla.support.firefox/msg/9ac50c118362d149
It begins:
“ maya<maya7...@yahoo.com vfydnWY2W55zqeTb...@mozilla.org
Mozilla.Support.Firefox
2.07 Years ago, June 20, 2007, Gecko➤Thunder➤Windows
63.251.31.10➤Mozilla.ORG Title: embed video
hi, I'm embedding video
(windows media, can't change that.. it's at work..) ”.
―――――――――――
For those just now tuning in, the heritage of this post is:
[ oldest ancestor first ]
Kedar•Mhaswade<madhup...@gmail.com *1
Ralph•Fox news:bhac25hrfa9r76d3i...@4ax.com
Ralph•Fox news:9mth25lrq20rhp8kf...@4ax.com
Mozilla.Support.Firefox, Mozilla.Web-Developers.General
1.37 Months Ago, June 5th, ForteAgent 210.246.0.246➤Mozilla.ORG
Re: Not playing the flash video/audio by default ...
*1:
news:9c6bf47d-9873-45a7...@21g2000vbk.googlegroups.com
--
Regards,
LU Wei
Google Groups, Windows Live Mail, 40tude Dialog, etc.
download articles from links like this:
news:_@Jeff_Relf.Seattle.2009_Jul16.10.09pm.Fb
This syntax also works via FireFox's URL bar,
provided you have Windows Live Mail and this:
; run: “ ftype | find /i "news" ”.
[HKEY_CLASSES_ROOT\Thunderbird.Url.news\shell\open\command]
@="\"C:\\Program Files\\Windows Live\\Mail\\wlMail.EXE\" /newsurl:\"%1\""
[HKEY_CLASSES_ROOT\news\shell\open\command]
@="\"C:\\Program Files\\Windows Live\\Mail\\wlMail.EXE\" /newsurl:\"%1\""
--
Regards,
LU Wei