- Posts: 7
COMMUNITY FORUM
Why do mp4 videos use the quicktime plugin?
- mysmallbizu
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- mysmallbizu
-
Topic Author
- Offline
- New Member
- Posts: 7
Please Log in or Create an account to join the conversation.
- mchmaster
-
- Offline
- New Member
- Posts: 12
www.lifeworldblog.com/css-and-website-design/using-mp4-files-in-k2-joomlaworks-allvideos-plugin-without-using-quicktime
Please Log in or Create an account to join the conversation.
- LeroanZ
-
- Offline
- New Member
- Posts: 3
excutives doensn't work... when i change codes my all pages become white page ...
Please Log in or Create an account to join the conversation.
- saYRam
-
- Offline
- New Member
- Posts: 1
i want to change quick time player too... but this man': www.lifeworldblog.com/css-and-website-design/using-mp4-files-in-k2-joomlaworks-allvideos-plugin-without-using-quicktime
excutives doensn't work... when i change codes my all pages become white page ...
not works coz the codes on web site you provided are buged.
there is some "\...\" syntax erros
Open the same page and go to the specified lines
and use this codes
"mp4remote" => "
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"{SITEURL}/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf\" title=\"Blessed Teens Academy Videos\">
<param name=\"movie\" value=\"{SITEURL}/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<param name=\"allowfullscreen\" value=\"true\" />
<param name=\"allowscriptaccess\" value=\"always\" />
<param name=\"flashvars\" value=\"stretching=exactfit&file={SOURCE}&image={SITEURL}/{FOLDER}/{SOURCE}.jpg&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true\" />
</object>
",
Instead of those.
"mp4remote" => "
<script type=\"text/javascript\">
QT_WriteOBJECT_XHTML('{SOURCE}', '{WIDTH}', '{HEIGHT}', '', 'autoplay', '{AUTOPLAY}', 'bgcolor', '{BACKGROUNDQT}', 'scale', 'aspect');
</script>
",
Becareful about the title tag of new codes.
Please Log in or Create an account to join the conversation.
- fefomoney
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- WINTHROP HINDS
-
- Offline
- New Member
- credit ratings matter to your ability to get credi
Point and game.I've had this issue, I wouldn't mind quicktime, it looks nice but most visitors don't have it enabled by default which might cause problems!
And this fix is riddled with bugs, I get an error #2032 even after reading all the way down and matching the title field...
Please Log in or Create an account to join the conversation.