Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

call embed src from a seperate window

Status
Not open for further replies.

codeone

Programmer
Mar 25, 2003
343
US
hey,
I was wondering if I could call a sound to run from one page seperate from the intial call page...

ex:

page 01:

has the play button

---------------------

[onclick]
|
|
calls embeded song from page 2
|
|
V
page 02:

<embed src=&quot;mySong.wav&quot;> --- called from page one

does this make sense..

thanks

 
sure,

you have to first encode the clsid of media player in the page, reference MSDN for that...

then

you have to put in :

settings.playerURL = &quot;path&quot;

something like that please also reference MSDN for that as well...

sorry I havent mastered this yet I can't really remember the exact syntax so good luck,

code one
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top