Closed (fixed)
Project:
Video
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2006 at 17:50 UTC
Updated:
5 Jan 2007 at 01:55 UTC
I am using Ver 5 RC1 and Video-head module, page_title module
My auto play is not working. ( i tried only with Google Video) i have to click embed play button to start buffering and then the play starts - my code in the module as follows
<param name="FlashVars" value="baseURL='. $base_url .'&videoFile='. $file .'&autoPlay=true&bufferLength=5" />' . "\n"
2 ) How to remove the <em> tag from the video title on play node because it is showing as <em>Video Title</em> in the page title
Please try and see both at http://www.findkerala.com/node/175/play
Note the<em> Hot Funny Girl</em> in the page title
----
Comments
Comment #1
fax8 commented1) Change this line:
to
Comment #2
fax8 commented2) change
to
And this should fix your problems.
Fabio
Comment #3
incom commentedThanks Fabio It is working.