My FLV Plugin doesn't work !

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • 3Dmajid
    Forum Member
    • Feb 2014
    • 13

    My FLV Plugin doesn't work !

    i have downloaded flv plugin for Autoplay because all of my videos are .FLV that i want to use in my multimedia. So i used this plugin to show Load my .flv videos on it ... but it doesn't work !! i don't know why :(

    i used FlashVideo.Load script to load ... but when click on button doesn't work and the flv video plugin is black screen :((((((((

    my windows is 8.1 ... i think it doesn't work probably in this windows.
  • reteset
    Indigo Rose Customer
    • May 2006
    • 1688

    #2
    Originally posted by 3Dmajid View Post
    but it doesn't work !! i don't know why :(
    doesn't work ??

    Click image for larger version

Name:	flvplayer.JPG
Views:	1
Size:	59.1 KB
ID:	284165

    Originally posted by 3Dmajid View Post
    i used FlashVideo.Load script to load ... but when click on button doesn't work and the flv video plugin is black screen :((((((((
    before writing it doesn't work !! please spare some time to see how it is done in sample project , and try to learn basics of the program you used :yes

    although , i did not see any code you used , i bet you used a relative file path to load FLV doc

    you should use full path to your movie file(s)

    Code:
    FlashVideo.Load("Plugin1", [B][COLOR="red"]_SourceFolder..[/COLOR][/B]"\\AutoPlay\\Videos\\20051210-w50s.flv", true);
    amsplugins.com Is Closed.

    Facebook Page

    Comment

    • 3Dmajid
      Forum Member
      • Feb 2014
      • 13

      #3
      This is my code :

      Code:
      FlashVideo.Load("Plugin1","AutoPlay\\Videos\\1\\1.flv", true);
      of course its relative so it doesn't work ... i tested it with full path and it works probably ...

      but all of my videos are in "AutoPlay\\Videos" ... so how i can write a code to run in every PC ?

      Comment

      • 3Dmajid
        Forum Member
        • Feb 2014
        • 13

        #4
        Heeeeeeeehehehehhe

        Thanx my friend ...

        i used _SourceFolder and my problem solved :lol:lol:lol:lol

        really thanx ... :lol:lol:lol:yes

        Comment

        Working...
        X