This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error 1 Interop type 'SKYPE4COMLib.SkypeClass' cannot be embedded. Use the applicable interface instead. C:\Documents and Settings\test\Local Settings\Application Data\Temporary Projects\ClassLibrary1\Class1.cs 11 17 ClassLibrary1 | |
Error 2 Interop type 'SKYPE4COMLib.SkypeClass' cannot be embedded. Use the applicable interface instead. C:\Documents and Settings\test\Local Settings\Application Data\Temporary Projects\ClassLibrary1\Class1.cs 15 26 ClassLibrary1 | |
CODE: | |
===== | |
using System; | |
using System.Collections.Generic; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// last tested code, but it show me nothing. And skype never stay itself, automatic the skype gets crashed. | |
// Code goes here... | |
using SKYPE4COMLib; | |
using System; | |
namespace Example | |
{ | |
class SkypeExample | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" | |
layout="absolute" | |
xmlns:cam="*" | |
viewSourceURL="srcview/index.html"> | |
<!-- | |
NOTE: | |
FlexBuilder now displays the live feed from your webcam when you switch to | |
Design view. Which is sort of cool and all but when you switch back to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> | |
<mx:Script> | |
<![CDATA[ | |
private const SERVER_ADDRESS:String = "rtmfp://status.adobe.com/"; | |
private const DEVELOPER_KEY:String = "my_developer_code"; | |
private var nc:NetConnection; | |
private var myPeerID:String; | |
private var farPeerID:String; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Lets think it as a steps by step, which is easy and less error chances. | |
# | |
# | |
# 1. Find the victim, and check his status | |
# | |
[root@example Downloads]# locate zornproject.jar | |
/home/sun/Downloads/flex/eclipse/plugins/com.adobe.flexbuilder.project_3.0.257568/zornproject.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################# | |
# ReadMe: live service # | |
# # | |
################################################################# | |
The live service is an Adobe-built service that lets you stream | |
live media to users without writing any code. (Note: this service | |
does not support server-side recording or DVR functionality) | |
Adobe Flash Media Streaming Server only runs Adobe-built services, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" | |
layout="absolute" | |
xmlns:cam="*" | |
width="100%" | |
> | |
<mx:HBox width="100%"> | |
<mx:HBox id="hb1" width="250"> | |
<mx:Button id="layer1" label="a" click="onSend(event);" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" | |
layout="absolute" | |
xmlns:cam="*" | |
width="100%" | |
> | |
<mx:HBox width="100%"> | |
<mx:HBox id="hb1" width="250"> | |
<mx:Button id="layer1" label="a" click="onSend(event);" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Q. How do i onFly make the changes? | |
programming: asterisk -rx "extentions reload" | |
shell: dialplan reload | |
Q. File path for playback? | |
; it looks for /usr/share/asterisk/sounds/asterisk.wav or .gsm | |
exten => 30,1,Playback(asterisk) | |
exten => 30,2,Background(asterisk) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#ALSA_and_the_custom_snd-dummy | |
1. ALSA install | |
2. Skype old install | |
3. Freeswitch install |
OlderNewer