Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Moooink

  1. Moooink

    netstream

    Ok now a real question. Trying to dynamically load .flv files. I've used the actionscript example from macromedia's site and it seems to be loading correctly. But only the audio is playing. My display link appears to be correct, but I cannot figure out why it is not playing the video. here is my...
  2. Moooink

    .swf not working on website

    turns out you need the .flv file too! yay i am good at this question answer dilly!
  3. Moooink

    .swf not working on website

    I have a .flv video that embeded into a .swf. the .swf runs fine on my computer locally, but when i put it on a webserver, the video does not play. what am i doing wrong?
  4. Moooink

    Media Controller

    http://www.swfx.org/flv-duration/index.jsp seemed to do the trick
  5. Moooink

    Media Controller

    hmmm, well i didn't realize that you had to specify the length of the video in order for the bar thing to work. that seemed to have fixed it.
  6. Moooink

    Media Controller

    I'm having trouble using the new built in media controller that comes with flash mx 2004. I understand how to link it to a .flv file and it plays and all that nicely. the problem is that when you try to use the seek bar to fast forward or rewind, the seek bar simply stays all the way on the...
  7. Moooink

    GD - how to use

    if you check the php resource website there are some auto image resize classes already written that use GD and that are very simple to implement into your own processes.
  8. Moooink

    Include error?

    my own machine. the php.ini was altered but only in one spot, to allow php_gd2.ini to be of use to a separate image altering thumbnail creating script.
  9. Moooink

    Include error?

    well for some reason it was not allowing a URL to be included, but if i included the direct path (calendar/events.php) WITHOUT the ?limit=1...it appears to work. Not sure why this is so.
  10. Moooink

    Include error?

    line 14 of main.php is: <td valign=top> <?php include("http://www.seminolewarhawkband.com/calendar/events.php?limit=1"); ?> </td> The include is correct, and has worked in the past.
  11. Moooink

    Include error?

    On my main page I have an include that calls to a calendar events script. It has been working for months flawlessly and now suddenly it is giving a bizzare error. The include path is correct, and when browsing the events.php file by itsself, the script works. Any ideas? PHP Warning: main()...
  12. Moooink

    stream a mpeg clip

    embed the file in a page..
  13. Moooink

    Opening two files with one shortcut

    Is it possible to open two separate executable (.exe) files with one short cut? I know that you can open word.exe and then blah.doc but is there any possible way to open two .exe files together? The two .exe's that i need to open are totally separate and one cannot open the other, i just need a...
  14. Moooink

    list/split &amp; undefined offset

    Can someone explain to me the reason the list/split functions give an Undefined offset error? PHP Notice: Undefined offset: 1 in C:\www\seminolewarhawkband\www\index.php on line 22 and line 22 is: list ($i, $j) = split (&quot;[/]&quot;, $id);
  15. Moooink

    i hate perl

    since upgrading apache and perl, perl has failed to work in all aspects, and i have given up on it. Modules seem to not exist now, whereas a few months ago, they were there great and dandy. BLAH PERL! PHP is the way to go, definatly. Lets all just go to perl headquarters and burn the place. yes...

Part and Inventory Search

Back
Top