GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need hahahahahahahahahaha help! (https://gfy.com/showthread.php?t=138008)

kaylacam 05-29-2003 01:31 AM

I need hahahahahahahahahaha help!
 
I am TRYING to write a bit of j a v a s c r i p t that would allow me to pop a dynamically created window containing a wmv...I am having MAJOR issues firguring out how to write the code to embed the wmv in to the new dynamically created page...

What I want to do is this: Have a list of wmv's that when someone clicks on the link to one, a new pop up window is created and the movie begins to play. That way I do not need to write a new htm for each of the clips...any help would be WAY appreciated! hit me up on ICQ 52175714

boneprone 05-29-2003 01:34 AM

i have crabs

Amputate Your Head 05-29-2003 01:35 AM

embedding the video is easy.... but you'll need a php coder or someone to do up the dynamic end of the code.

Regards,

Amp

BrettJ 05-29-2003 01:35 AM

this requires a new page to be saved ....

http://ww2.dormangels.com/movies/index.html


but if you wanted to do a bit of magic with server side include -

you could make one page - and just pass in the variable - that would be the video name - and that would be inserted where the video file name is

kaylacam 05-29-2003 01:38 AM

GRRRRR!

I am *SO* frustrated!

Chris 05-29-2003 01:41 AM

www.google.com - answer to all questions


Cheer's

Chris

BrettJ 05-29-2003 01:43 AM

Quote:

Originally posted by kaylacam
GRRRRR!

I am *SO* frustrated!

hit me up on icq - i got some time - and i'm bored...

99463509

michaelw 05-29-2003 01:44 AM

correct me im wrong, but here is how you embed a wmv file
Code:

[OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="240" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" TYPE="application/x-oleobject"]
[PARAM NAME="FileName" VALUE="http://domain.com/file.wmv"]
[PARAM NAME="autostart" VALUE="1"]
[PARAM NAME="showcontrols" VALUE="0"]
[EMBED TYPE="application/x-mplayer2"
SRC="http://domain.com/file.wmv"
WIDTH="320"
HEIGHT="240"
AUTOSTART="1"
SHOWCONTROLS="0"]
[/EMBED]
[/OBJECT]

to do this, make your links point to movie.php?m=movie.wmv

create movie.php (with your design/ads/etc inside), add the code
Code:

[OBJECT ID="Media.Player" WIDTH="320" HEIGHT="240" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" TYPE="application/x-oleobject"]
[PARAM NAME="FileName" VALUE="[? echo $m; ?]"]
[PARAM NAME="autostart" VALUE="1"]
[PARAM NAME="showcontrols" VALUE="0"]
[E.MBED TYPE="application/x-mplayer2"
SRC="[? echo $m; ?]"
WIDTH="320"
HEIGHT="240"
AUTOSTART="1"
SHOWCONTROLS="0"]
[/EMBED]
[/OBJECT]

replace [ with <, and ] with >

Mutt 05-29-2003 02:22 AM

oh christ what a disappointment ....... i read the thread subject with that 'hahahahahhahaha' ......... i thought she meant 'I need c u n t help!'.

John3 05-29-2003 03:28 AM

You have GOT to stop posting when you're vibrator is plugged in . ..

mule 05-29-2003 03:46 AM

Quote:

Originally posted by kaylacam
I need hahahahahahahahahaha help!
Heh, I almost subscribed you to joke-a-day.com


All times are GMT -7. The time now is 09:22 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123