Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music ?!
#9
Ok i got it where i want this now but now ive run into another bloody problem! I have it start automatically as i wish but NOW i cant seem to find away to make it stop playing if someone wishes to stop listening to it!

This playlist is going to be hidden in my final completion of my project and what im trying to do is now have a " StopMusic" button, but ive tryed HTML, But, Id, etc and seem to not find a possible solution to get attention to the play button, i would assume html would highlight the button once the action is trigged via the function i assign it to, but its not possible!

Is there a way to fix this gin ?


Function Dialog82
Code:
Copy      Help
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages

str controls = "3"
str ax3SHD
ax3SHD=
;<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"> <object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D69581931%26t%3D1252146333&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=69581931&t=1252146333&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object> <br/> <a href="http://www.profileplaylist.net"><img src="http://www.profileplaylist.net/mc/images/create_black.jpg" border="0" alt="Get a playlist!"/></a> <a href="http://www.mysocialgroup.com/standalone/69581931" target="_blank"><img src="http://www.profileplaylist.net/mc/images/launch_black.jpg" border="0" alt="Standalone player"/></a> <a href="http://www.mysocialgroup.com/download/69581931"><img src="http://www.profileplaylist.net/mc/images/get_black.jpg" border="0" alt="Get Ringtones"/></a> </div>

if(!ShowDialog("Dialog82" &Dialog82 &controls)) ret

;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 344 200 "Dialog"
;1 Button 0x54030001 0x4 246 164 48 14 "OK"
;2 Button 0x54030000 0x4 244 182 48 14 "Cancel"
;3 ActiveX 0x54030000 0x0 20 10 282 122 "SHDocVw.WebBrowser"
;4 Button 0x54032000 0x0 30 144 76 38 "Stop Music"
;END DIALOG
;DIALOG EDITOR: "" 0x2030108 "*" "" ""

ret
;messages
sel message
,case WM_INITDIALOG
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)