PDA

View Full Version : Flash code embed not working, just shows white box


expertsiq
01-08-2010, 03:41 PM
Flash code embed not working, just shows white box

Please see my example:
http://www.rightleftdebate.com/threads/627-Joblessness-steady-at-10-in-USA
using this code:
<embed src={param} width=450 height=400 type=application/x-shockwave-flash></embed>

I put in the Code from a site such as this in between the and the
some url like this:
http://www.politico.com/largevideobo...id=60932634001
and it does not work just the white box shows up!
please help

--------------- Added 1262972566 at 1262972566 ---------------

Also, I tried it in FF and Chrome.

mokujin
01-08-2010, 04:03 PM
it means the link couldnt found. try another link where has mime type like *.flv?

expertsiq
01-08-2010, 04:24 PM
thanks!
Well this link for instance is the link i get from politico . com
and
they have this:
http://www.politico.com/largevideobox.html?bcpid=15202024001&bclid=1201016315&bctid=60980820001
or this:
<object id="flashObj" width="486" height="412" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/19407224001?isVid=1&publisherID=1155968404" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=60980820001&playerID=19407224001&domain=embed&" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9/19407224001?isVid=1&publisherID=1155968404" bgcolor="#FFFFFF" flashVars="videoId=60980820001&playerID=19407224001&domain=embed&" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" swLiveConnect="true" allowScriptAccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>

I do not mind using either, but the other site I like to reuse video from has the same options. Am I out of luck?

Manythanks!!

--------------- Added 1262982396 at 1262982396 ---------------

Is there another way when it inds in a link that does NOT end in .flv?