 |

jp
New User
Apr 1, 2004, 9:25 PM
Post #1 of 3
(2716 views)
Shortcut
|
|
pasting a windows media player video on streaming on my email
|
Can't Post
|
|
I am trying to paste a windows media player video using streaming technology on an email without success. Does someone know how to do this? jp
|
|
|  |
 |

hacker99
New User
Dec 27, 2005, 3:48 PM
Post #2 of 3
(1920 views)
Shortcut
|
|
Re: [jp] pasting a windows media player video on streaming on my email
[In reply to]
|
Can't Post
|
|
You can do this by uploading the file via ftp to your upload in artical manager folder and paste this code into the article . You will have to make changes in the URL (red) of to make it work. copy all below and paste into article I use note pad to do this <p align="center"> <object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="YOUR TITLE HERE" width="160" height="120"> <param name="URL" value="http://www.youserver.com/artical/uploads/your_file.wmv" ref> <param name="rate" value="1"> <param name="balance" value="0"> <param name="currentPosition" value="0"> <param name="defaultFrame" value> <param name="playCount" value="1"> <param name="autoStart" value="-1"> <param name="currentMarker" value="0"> <param name="invokeURLs" value="-1"> <param name="baseURL" value> <param name="volume" value="50"> <param name="mute" value="0"> <param name="uiMode" value="full"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="-1"> <param name="fullScreen" value="0"> <param name="SAMIStyle" value> <param name="SAMILang" value> <param name="SAMIFilename" value> <param name="captioningID" value> <param name="enableErrorDialogs" value="0"> <param name="_cx" value="10504"> <param name="_cy" value="8996"> </object>
(This post was edited by hacker99 on Dec 27, 2005, 4:39 PM)
|
|
|  |
 |

ross
Staff
/ Moderator

Dec 28, 2005, 9:56 AM
Post #3 of 3
(1883 views)
Shortcut
|
|
Re: [hacker99] pasting a windows media player video on streaming on my email
[In reply to]
|
Can't Post
|
|
Hi JP. Thanks for posting and welcome to the board! I have tried hacker99’s idea out and it seems to work great. The only thing you’ll need to make sure is the XSS filter is turned off so the code doesn’t get stripped out when you add it to the content areas. To turn off the filter open up the config.ini file you’ll find in your exec folder. You’ll be looking for this line: enable_xss_filter = 1 Change that to read: enable_xss_filter = 0 and that’s it. Let us know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 | |  |
|