skip to Main Content

Why I can't play audio automatically using html?

I'm trying to make web page in which there will be music playing in background. <!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Website </title> </head> <body> <h2>Welcome to my website</h2> <audio src="sound.mp3" controls autoplay> <p>If…

VIEW QUESTION

Data Adding Issue to SqLite DB through Dialogue in Android Studio – Flutter

public class MyDialogue extends AppCompatDialogFragment { private EditText edtkeytitle; //MyDbCode db = new MyDbCode(getActivity()); //BUT I AM GETTING ISSUE HERE IN INITIALISATION @NonNull @Override public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) { AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); LayoutInflater inflater = getActivity().getLayoutInflater(); View…

VIEW QUESTION
Back To Top
Search