Author Topic: Frage zu FLV Mod.  (Read 4148 times)

0 Members and 1 Guest are viewing this topic.

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Frage zu FLV Mod.
« on: February 18, 2009, 01:53:15 PM »
Hab mal einen Hinweiß bzw. eine Frage bezüglich des FLV Mods: http://www.4homepages.de/forum/index.php?topic=23885.0

Zu einem hat sich der Name des Players geändert. In der flv.html muss es anstelle Player.swf richtig heißen player-viral.swf sonnst bekommet man nichts angezeigt.

Desweiteren meine Frage, kann man es irgendwie ändern, das man am Ende des Videos nicht automatisch den Link zum Einfügen angezeigt bekommt? Würde es gerne haben, das am Ende der Film einfach anhält und keine weiteren Links als wie jetzt angezeigt werden.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Frage zu FLV Mod.
« Reply #1 on: February 18, 2009, 04:13:36 PM »
Hmmmm you are correct.
They have updated the package, but did not update the version and installation instruction is for the old player type...

I have updated the instructions, that should also remove the "share link" feature.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Re: Frage zu FLV Mod.
« Reply #2 on: February 18, 2009, 07:11:51 PM »
Sorry aber richtig muß es heißen
Quote
<script type='text/javascript' src='swfobject.js' /></script>
<div id='mediaspace'>This div will be replaced</div>
<script type='text/javascript'>
  var s1 = new SWFObject('player-viral.swf','ply','448','320','9','#ffffff');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=<?=urlencode("{media_src}")?>&autostart=true&viral.callout=none');
  s1.write('mediaspace');
</script>

Da fehlt bei ihnen das Tag Ende </script>!
Der Link zum Einfügen des Videos auf eine eigene Seite wird leider immer noch am Ende des Filmes Automatisch angezeigt...!?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Frage zu FLV Mod.
« Reply #3 on: February 18, 2009, 11:48:20 PM »
Da fehlt bei ihnen das Tag Ende </script>!
Ops, I've update the code. Thanks.


Der Link zum Einfügen des Videos auf eine eigene Seite wird leider immer noch am Ende des Filmes Automatisch angezeigt...!?

It didn't display that when I tested it on my local site.
viral.callout=none means don't show "share video".


But now I've noticed, that when you download the package you have an option to download player with "viral plugin" included or not. You got me confused with this ;) my original tutorial was correct, except that I didn't noticed that there are two different packages for download.
I reverted the tutorial to previous code, and added a note regarding the different packages.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Re: Frage zu FLV Mod.
« Reply #4 on: February 19, 2009, 09:14:27 PM »
Danke jetzt geht es  :thumbup: Thanks  :!: