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)
-   -   embedding the clips in a webpage (https://gfy.com/showthread.php?t=132563)

wildporno 05-09-2003 04:49 PM

embedding the clips in a webpage
 
here's a question:

I have a .html file which has links to .mpg format clips.. now how do I make those .mpg files to play in a new html file instead of making it load inside the player on local machine, what I mean is if I click that .mpg file how do I make it so it will open a new html page and the file will play inside it ? anyone know the code ?

thanks alot :)

Machete_ 05-09-2003 04:54 PM

use the "embed" tag - or go back to Mcdonalds

wildporno 05-09-2003 05:04 PM

i want it to play inside the html page, not just new window opens up

Machete_ 05-09-2003 05:05 PM

Quote:

Originally posted by wildporno
i want it to play inside the html page, not just new window opens up
what part of" use the embed tag" dont you understand?

RedShoe 05-09-2003 05:14 PM

Quote:

Originally posted by ebus_dk


what part of" use the embed tag" dont you understand?

I think he's getting caught up on the "use" part.

ppk 05-09-2003 05:16 PM

You need to EMBED and OBJECT tags.

There are some tutorials around to help you.

wildporno 05-09-2003 05:16 PM

can someone show me example of how to use them ? how can I suddenly know how to use them when i never heard about it ?

boneprone 05-09-2003 05:18 PM

ok fuck it..
ill post with my real user name.

i ask again, how do i do it??

no backtalk bitches.

Machete_ 05-09-2003 05:21 PM

Quote:

Originally posted by boneprone
ok fuck it..
ill post with my real user name.

i ask again, how do i do it??

no backtalk bitches.

hahahah -- sure - you are a fucking newbie - go back to serving Sleazy at the mcDonalds

p00p 05-09-2003 05:21 PM

Quote:

Originally posted by wildporno
can someone show me example of how to use them ? how can I suddenly know how to use them when i never heard about it ?
embed src="your.mpg" width="320" height="240" autoplay="true" doublesize="no" CONTROLLER="true"

don't forget the opening and closing < > 's
If I use them the windows media player pops up.

Machete_ 05-09-2003 05:23 PM

Edit:

p00p beat me to it

wildporno 05-09-2003 05:26 PM

how will it know which file i clicked from previous page ?

Machete_ 05-09-2003 05:31 PM

Quote:

Originally posted by wildporno
how will it know which file i clicked from previous page ?
no offence, but you need to visit this site, and read a little.
www.ynotmasters.com

People can tell you what to do, but if you dident already knew, you have missed some of the fundamentals.
I dont want to sound like a asshole, just trying to help

RedShoe 05-09-2003 05:31 PM

Quote:

Originally posted by wildporno
how will it know which file i clicked from previous page ?
Ok...

Page "A" has these links on it...
Movie1.html
Movie2.html
Movie3.html

Then Movie1.html has an embed code for movie1.mpg on it.
Then Movie2.html has an embed code for movie2.mpg on it.
Then Movie3.html has an embed code for movie3.mpg on it.

Got it?

Seriously.. not to slam you or anything... but have you ever linked to an image before? It's the same thing.

What sites are you promoting?

boneprone 05-09-2003 05:35 PM

Jesus Cash

wildporno 05-09-2003 05:39 PM

is it better to have embed code or direct link to the movie clips inside members area ?

ppk 05-09-2003 05:43 PM

embed if you plan to try to upsell anything :))

wildporno 05-09-2003 05:44 PM

no, not ganna upsell anything there
still embed better ? and if so why ?

RedShoe 05-09-2003 06:29 PM

Quote:

Originally posted by wildporno
is it better to have embed code or direct link to the movie clips inside members area ?
Members area?? Are you setting up a paysite?

wildporno 05-09-2003 06:31 PM

oh ya ;p

Tipsy 05-09-2003 06:33 PM

Quote:

Originally posted by wildporno
no, not ganna upsell anything there
still embed better ? and if so why ?

Gotta agree there. Upselling is a stupid idea. Who the fuck wants all that extra money anyway?

:1orglaugh

wildporno 05-09-2003 06:38 PM

its ganna get major traffic, $500 wont save me from upselling

lil2rich4u2 05-09-2003 06:39 PM

Quote:

Originally posted by p00p

embed src="your.mpg" width="320" height="240" autoplay="true" doublesize="no" CONTROLLER="true"

don't forget the opening and closing < > 's
If I use them the windows media player pops up.


I tried this code on a blank html doc.

i linked it to 1.mpeg and i put that clip in the file. When the page loads its a quicktime broken link.

I know the vid is there, why would it be broken?

RedShoe 05-09-2003 06:40 PM

Quote:

Originally posted by wildporno
$500 wont save me from upselling
trying... to...comprehend.... mind...burning....

p00p 05-09-2003 06:42 PM

Quote:

Originally posted by lil2rich4u2



I tried this code on a blank html doc.

i linked it to 1.mpeg and i put that clip in the file. When the page loads its a quicktime broken link.

I know the vid is there, why would it be broken?

*shrug*
I dunno. I pulled that directly from a page we stream mpegs from.
I don't have quicktime installed on my computer, maybe quicktime is your default player for mpegs? I use MS media player, and it streams right from the page, no external movie viewer opens.

Extreme John 05-09-2003 06:43 PM

You can only help people that are willing to help themselves. I really want to help but reading this frustrated the fuck out of me and now I cant bring myself to it.

Read brother, trial and error, give it a real shot before tapping out and throwing in the towel.

Tipsy 05-09-2003 06:45 PM

Quote:

Originally posted by wildporno
its ganna get major traffic, $500 wont save me from upselling
Eh? :helpme

p00p 05-09-2003 06:46 PM

Quote:

Originally posted by Xtc-Xtc
You can only help people that are willing to help themselves. I really want to help but reading this frustrated the fuck out of me and now I cant bring myself to it.

Read brother, trial and error, give it a real shot before tapping out and throwing in the towel.

I'm starting to lose it too....
All you have to do is look up embed src= in google, done....

lil2rich4u2 05-09-2003 06:46 PM

Quote:

Originally posted by p00p

*shrug*
I dunno. I pulled that directly from a page we stream mpegs from.
I don't have quicktime installed on my computer, maybe quicktime is your default player for mpegs? I use MS media player, and it streams right from the page, no external movie viewer opens.


one sec, lemme upload it all for you.

As reward for helping me youll get to se the clip! lol

lil2rich4u2 05-09-2003 06:47 PM

Quote:

Originally posted by p00p

I'm starting to lose it too....
All you have to do is look up embed src= in google, done....


ahh if your tapped out, nevermind then. I was just surious to see if it worked since i never did it, then found it didnt work.

No biggie.

p00p 05-09-2003 06:50 PM

Quote:

Originally posted by lil2rich4u2



one sec, lemme upload it all for you.

As reward for helping me youll get to se the clip! lol

Try it out. I don't care about the clip, just curious about the quicktime thing. Seems to me we installed quicktime on a machine at home, and all our mpg's would play through it even though it was a windows box.

lil2rich4u2 05-09-2003 06:50 PM

here try this:

http://www.smokinpornstars.com/delete/index.html


edited, oops

wildporno 05-09-2003 06:52 PM

looks like u dont see what im asking...

i'm not asking how to make a simple mpg file to load in html, it's simple... question is lets say i got 50 MPG movie links inside movies.html now how do i make so when i click on each link (from 50) a brand new html page will popup and play the damn file inside the html, and I don't want to create 50 new htmls for every movie..

p00p 05-09-2003 06:55 PM

Quote:

Originally posted by wildporno
looks like u dont see what im asking...

i'm not asking how to make a simple mpg file to load in html, it's simple... question is lets say i got 50 MPG movie links inside movies.html now how do i make so when i click on each link (from 50) a brand new html page will popup and play the damn file inside the html, and I don't want to create 50 new htmls for every movie..

Easy!

lil2rich4u2 05-09-2003 06:55 PM

Quote:

Originally posted by wildporno
looks like u dont see what im asking...

i'm not asking how to make a simple mpg file to load in html, it's simple... question is lets say i got 50 MPG movie links inside movies.html now how do i make so when i click on each link (from 50) a brand new html page will popup and play the damn file inside the html, and I don't want to create 50 new htmls for every movie..


Are you yelling at people for tring to help you? Is it there fault your a asshole who doesnt know how to make himself clear on what he wants to do?!

You need to use frames for what your talking about.

RTFM

mule 05-09-2003 06:55 PM

Quote:

Originally posted by wildporno
looks like u dont see what im asking...

i'm not asking how to make a simple mpg file to load in html, it's simple... question is lets say i got 50 MPG movie links inside movies.html now how do i make so when i click on each link (from 50) a brand new html page will popup and play the damn file inside the html, and I don't want to create 50 new htmls for every movie..

Here ya go

lil2rich4u2 05-09-2003 06:55 PM

Quote:

Originally posted by lil2rich4u2
here try this:

http://www.smokinpornstars.com/delete/index.html


edited, oops


working for anyone? not for me

p00p 05-09-2003 07:01 PM

Quote:

Originally posted by lil2rich4u2



working for anyone? not for me

Worked fine for me.

p00p 05-09-2003 07:04 PM

Quote:

Originally posted by lil2rich4u2



Are you yelling at people for tring to help you? Is it there fault your a asshole who doesnt know how to make himself clear on what he wants to do?!

You need to use frames for what your talking about.

RTFM

He's still going to have to create 50 different html pages if he wants to embed. Frames will work, or use j a v a s c r i p t to pop a window the size of the video with a 'close window' link

lil2rich4u2 05-09-2003 07:05 PM

Quote:

Originally posted by p00p

Worked fine for me.
SCREENCAP
That is what an embedded mpg looks like with MSIE, and using media player. No external player opens, and you don't get those username/password boxes opening.

wtf, its popup hell in there!

p00p 05-09-2003 07:07 PM

Quote:

Originally posted by lil2rich4u2


wtf, its popup hell in there!

Fucking freehost....I will fix it. :BangBang:
Fuckers!

lil2rich4u2 05-09-2003 07:07 PM

Quote:

Originally posted by p00p

He's still going to have to create 50 different html pages if he wants to embed. Frames will work, or use j a v a s c r i p t to pop a window the size of the video with a 'close window' link


with some nifty scripting he can get away without making the pages.

But your right though, using the basic target="" would still require you to have 50 pages.

BTW its only 50 pages, wtf is the big deal?!

If they are all embedded movie pages, just open it in notepad ...

change filename for vid, do SAVEAS and keep renaming it.

Would take me 10 minutes to do 100 of these.

lil2rich4u2 05-09-2003 07:09 PM

Quote:

Originally posted by p00p

Fucking freehost....I will fix it. :BangBang:
Fuckers!

damn, id consider changing freehosts man, it spawned 3 windows, who each spawned another window, who each spawned a new window, etc.

tipical popup hell.

p00p 05-09-2003 07:10 PM

Hey, might be a couple popups, nothing like those fucks just did to me.

http://www.hostultra.com/~p00p/screencap.html

p00p 05-09-2003 07:10 PM

Quote:

Originally posted by lil2rich4u2


damn, id consider changing freehosts man, it spawned 3 windows, who each spawned another window, who each spawned a new window, etc.

tipical popup hell.

Apparently they don't like hotlinking. Anymore.


All times are GMT -7. The time now is 10:34 AM.

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