+ 2
Obviously I'm still a newb so i as ask Please how can i import audio/video from my local storage to my code playground in HTML5
3 odpowiedzi
+ 6
First you should learn this about on HTML5 about the syntax that import audio/ video .Then you should first upload your audio/ video in Dropbox, upload win & google drive etc then you can copy the link of of uploaded audio/video .
+ 2
[Yes. First complete the course.]
You need to upload file to a cloud site like Dropbox, if your file is in your mobile. It won't access local storage.. So upload and then copy that link and paste as src value.
To know how upload and import to Program...
Run this code and see steps to follow:
For images :
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
For all files :
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
0
Thank you all , i just asked because in the lesson's comment section , i read a comment that said there was a way to import audio/video from local storage but thank you now i'll follow this method