Replace
startService(new Intent(getActivity(),myPlayService.class));
with
getActivity().startService(new Intent(getActivity(),myPlayService.class));
Replace
startService(new Intent(getActivity(),myPlayService.class));
with
getActivity().startService(new Intent(getActivity(),myPlayService.class));