Closed GoogleCodeExporter closed 9 years ago
Hey,
Can you try changing the <object> tag to the embedded <object><embed> tag
similar to the one mentioned on the page before. Use codebase and classid
attributes in object instead of type.
Please let me know your results.
Original comment by kundan10
on 12 Oct 2011 at 5:27
Hi Kundan,
here is the code I use :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="'my-video'"
width="217px" height="164px"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="/swf/VideoIO.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashVars" value="quality=1&controls=true&echoSuppression=true&echoCancel=true&silenceLevel=2&codec=Speex&rate=8&encodeQuality=4&cameraBandwidth=50000" />
<param name="wmode" value="transparent">
<embed src="/swf/VideoIO.swf" width="217px" height="164px" name="my-video" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" flashVars="quality=1&controls=true&echoSuppression=true&echoCancel=true&silenceLevel=2&codec=Speex&rate=8&encodeQuality=4&cameraBandwidth=50000" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" wmode="transparent"></embed>
</object>
Thanks.
Original comment by benjamin...@gmail.com
on 13 Oct 2011 at 3:33
I am also seeing this issue in Firefox and Chrome. I downloaded the
VideoIO-2.7.zip file, unzipped and tried to load the tutorial html pages
locally. When I tried to enable the live camera view, I received the following
error in Firebug:
getFlashMovie("video1").setProperty is not a function
Is there any local configuration I need to do after downloading the source
files? I do not have much Flash experience, so it is a bit difficult to
determine if the issue is with the .swf file.
Original comment by alan.r.d...@gmail.com
on 24 Feb 2012 at 4:13
Does the error happen when trying out the tutorial on the web site
http://myprojectguide.org/p/flash-videoio/
If not, I suspect these issues:
1) use without a web server probably does not enable all Flash
Player/Javascript communication (some security issues). If you can try running
a local web server and load the pages from that...
2) try out the latest build from
http://myprojectguide.org/p/flash-videoio/VideoIO-3.2.zip (not released yet).
If this works, then perhaps a bug in 2.7.
3) Any other javascript error?
Let us know.
If the tutorial does not work on the web site itself then let us know too.
Original comment by kundan10
on 24 Feb 2012 at 4:35
Thanks for the prompt reply, Kundan.
I followed your suggestion #1, and I loaded the pages from a web server and
that solved the issue!
For the record, the tutorials on the website worked perfectly. Thanks a lot for
the help!
Original comment by alan.r.d...@gmail.com
on 24 Feb 2012 at 4:57
Original comment by kundan10
on 24 Feb 2012 at 5:09
Original issue reported on code.google.com by
benjamin...@gmail.com
on 12 Oct 2011 at 5:22