function video_filter_process

Stan.Ezersky - March 30, 2009 - 19:48
Project:Video Filter
Version:6.x-2.5
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Can I use video-tag like this:
http://www.youtube.com/watch?v=uN1qUeId
?
And my string in function video_filter_process will be

......
if (preg_match_all('/\<video>((.+))?( .+)?\<\/video>/isU', $text, $matches_code)) {
.........
}

Is it right?

#1

blackdog - March 30, 2009 - 20:29

What is it that you're trying to do? Is it the [video] tag that you don't want to use?

#2

Stan.Ezersky - March 30, 2009 - 21:55

I want to use <video>link</video>, not a [video:link]

#3

blackdog - April 8, 2009 - 18:10
Status:active» closed

Sure, you could change this by hacking the module, but it's not something that I support.

 
 

Drupal is a registered trademark of Dries Buytaert.