mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
fixed markdown syntax errors with ##
@@ -0,0 +1,19 @@
|
||||
## Summary
|
||||
* **Objective**: start recording audio to a file
|
||||
* **Authors**: Mike Haworth
|
||||
* **Browsers**: any with Adobe Phonegap
|
||||
* [[Code|https://github.com/beefproject/beef/tree/master/modules/phonegap/phonegap_start_record_audio]]
|
||||
|
||||
## Internal Working
|
||||
|
||||
starts recording to a local file
|
||||
|
||||
```js
|
||||
|
||||
var file_uri = "<%== @file_name %>";
|
||||
|
||||
m = new Media(file_uri);
|
||||
m.startRecord();
|
||||
```
|
||||
|
||||
## Feedback
|
||||
+3
-3
@@ -1,11 +1,11 @@
|
||||
##Summary
|
||||
## Summary
|
||||
* **Objective**: Beep.
|
||||
* **Date**: ???
|
||||
* **Authors**: Mike Haworth
|
||||
* **Browsers**: Any with PhoneGap available.
|
||||
* [[Code|https://github.com/beefproject/beef/tree/master/modules/phonegap/phonegap_beep]]
|
||||
|
||||
##Internal Working
|
||||
## Internal Working
|
||||
|
||||
This module makes the device beep with the navigator class, when the Adobe PhoneGap API is available.
|
||||
|
||||
@@ -13,4 +13,4 @@ This module makes the device beep with the navigator class, when the Adobe Phone
|
||||
navigator.notification.beep(1);
|
||||
```
|
||||
|
||||
##Feedback
|
||||
## Feedback
|
||||
@@ -1,4 +1,4 @@
|
||||
##Summary
|
||||
## Summary
|
||||
|
||||
* **Objective**: Detect Bit Defender 2012 on the system
|
||||
* **Date**: June 2013
|
||||
@@ -6,7 +6,7 @@
|
||||
* **Browsers**: All
|
||||
* Code
|
||||
|
||||
##Internal Working
|
||||
## Internal Working
|
||||
|
||||
Bit Defender 2012 includes a javascript script in each browser to display this bar :
|
||||
[[Images/module_bitdefender2012_bar.png|align=center]]
|
||||
@@ -30,5 +30,5 @@ So it is easy to look for the script in the DOM :
|
||||
|
||||
[[Images/module-detect-bitdefender2012.png|align=center]]
|
||||
|
||||
##Feedback
|
||||
## Feedback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user