+ 5
Can I add audio and video from my mobile device?
5 Antworten
+ 3
You can upload it to Dropbox and then use the url to access it globally.....
Using a audio or video from your phone is just for yourself.....others can't access it
+ 4
no, you have to put it on a website then copy the url
+ 4
Use WordPress.com to upload them then use them
+ 2
Or :
<video controls>
<source src="URL..." />
IF THE VIDEO DOESN'T SHOW YOUR DEVICE DOESN'T SUPPORT...
</video>
+ 2
*AsterisK* he actually can add videos.
R.Muthuraj you can add videos locally from your device and it will run perfectly on your device alone .
The issue is that when you add resources directly from your device, such code wouldn't work on another user's device because he/she may not have that same file on her device.
Hence follow *Asterisk*'s advice and upload the resource to a web hosting service, eg DropBox.
If you still want to do it locally, you could for example do
<img src="file:///c:/myfolder/myimage.jpg" alt="">