Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-21-2011, 11:29 PM   #1
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,332
a little php help

i have a link like so

Code:
<a href="#" onclick="return hs.htmlExpand(this, { src: '<?php echo $myplayer;?>', objectType: 'swf', width: 560, objectWidth: 560, objectHeight: 280, maincontentText: 'You need to upgrade your Flash player',swfOptions: { version: '7' ,params: {wmode: 'transparent'}, flashvars: { playOnStart: 'true', MediaLink: '<?php echo $vlink;?>'},} } )" class="highslide">link</a>
i need to implement it into.

Code:
$showgallery .= 'in here';
any help would be greatful.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-21-2011, 11:33 PM   #2
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
looks like javascript help to me, not php
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-21-2011, 11:37 PM   #3
Spunky
I need a beer
 
Spunky's Avatar
 
Industry Role:
Join Date: Jun 2002
Location: ♠ Toiletville ♠
Posts: 133,928
It will never work,adapt or die
__________________
Spunky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-22-2011, 12:15 AM   #4
nenad007
Registered User
 
nenad007's Avatar
 
Industry Role:
Join Date: Jan 2011
Posts: 40
if I understand you correctly you need to do it this way:

$showgallery .= '<a href="#" onclick="return hs.htmlExpand(this, { src: \''.$myplayer.'\', objectType: \'swf\', width: 560, objectWidth: 560, objectHeight: 280, maincontentText: \'You need to upgrade your Flash player\',swfOptions: { version: \'7\' ,params: {wmode: \transparent\'}, flashvars: { playOnStart: \'true\', MediaLink: \''.$vlink.'\'},} } )" class="highslide">link</a>';
__________________
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
WTB: Video Dating Profiles ICQ: 8.21 / 000 (digits only)
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
nenad007 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-22-2011, 12:46 AM   #5
nenad007
Registered User
 
nenad007's Avatar
 
Industry Role:
Join Date: Jan 2011
Posts: 40
saw small bug above, here the right one:

PHP Code:
$showgallery .=  '<a href="#" onclick="return hs.htmlExpand(this, { src: \''.$myplayer.'\', objectType: \'swf\', width: 560, objectWidth: 560, objectHeight: 280, maincontentText: \'You need to upgrade your Flash player\',swfOptions: { version: \'7\' ,params: {wmode: \'transparent\'}, flashvars: { playOnStart: \'true\', MediaLink: \''.$vlink.'\'},} } )" class="highslide">link</a>'
__________________
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
WTB: Video Dating Profiles ICQ: 8.21 / 000 (digits only)
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
nenad007 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.