|
#26
|
||||
|
||||
|
At least it's good to have an update in it.
![]()
__________________
█ Jean Boudreau - SysAdmin WannaBe @ Host And Mail █ Shared, Reseller cPanel Hosting and Backup Solutions █ http://www.hostnmail.com/ |
|
#27
|
||||
|
||||
|
Didn't it say about ASX being an older format??
|
|
#28
|
|||
|
|||
|
Lets bring this one back again!...one more time... cause its good!
i have a windows media server - audio only - at home i want to replace on HG platform... its private usage, only our household just a few hours a month no more than two possible concurrent connections, but thats not even probable. info here is perfect and works fine for playing an mp3 or wma, but i want to play an entire album at a time from a singe list... like the playlists i have on the windows media server. i have played with the .wax file but cannot get the file to move from the first selection too the second. i bet im missing something simple... can someone help? thanks guys. (i found a joomla componant called zima that is supposed to do this but i would rather do it natively without any additioanl overhead - this is part of a larger project of comletely freeing myself from windows)
__________________
Cheers!! Larry D.
|
|
#29
|
|||
|
|||
|
So like the original post states, if the file is .wmv :
haystack.wmv The metafile is .wvx haystack.wvx Code:
<ASX VERSION="3.0"> <ENTRY ClientSkip="no"> <TITLE>Farm Town Haystack</TITLE> <AUTHOR>Majik</AUTHOR> <COPYRIGHT>(c)2009 MajikSunshine Virtual Solutions</COPYRIGHT> <REF HREF="http://majiksunshine.com/downloads/haystack.wmv" /> </ENTRY> </ASX> If you're using Firefox you can <embed> haystack.html HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Farm Town Haystack</title> </head> <body> <object id="vidPlayer" width="320" height="305" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex...ion=6,4,7,1112" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" align="right" style="padding: 4px;"> <param name="URL" value="http://majiksunshine.com/downloads/haystack.wvx"> <param name="SendPlayStateChangeEvents" value="True"> <param name="enabled" value="True"> <param name="PlayCount" value="1"> <param name="animationatStart" value="true"> <param name="EnableContextMenu" value="0"> <param name="TransparentatStart" value="true"> <param name="EnableFullScreenControls" value="true"> <param name="DefaultFrame" value="0"> <param name="stretchToFit" value="false"> <param name="uiMode" value="full"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="ShowStatusBar" value="true"> <embed id="vidPlayer" name="vidPlayer" type="application/x-mplayer2" pluginspage="http://port25.technet.com/videos/downloads/wmpfirefoxplugin.exe" enablecontextmenu="0" src="http://majiksunshine.com/downloads/haystack.wvx" width="290" height="276" ShowControls="1" ShowAudioControls="1" uimode="full" StretchToFit="false" ShowStatusBar="1" ShowDisplay="0" autostart="1"></embed> </object> </body> </html> There is a Windows Media Player plugin for Firefox and the above code should download it. However, it is a manual install meaning it installs like any other program of type .exe with a windows installer. ![]() |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tipping point network upgrade news.... | GatorBrent | Network Status | 6 | 05-31-2005 02:35 PM |
| Streaming .flv files... | Unregistered | Suggestions | 2 | 03-14-2005 07:26 PM |