![]() |
|
|
|
#1
|
||||
|
||||
|
This is a YouTube script
Basically in the URL, if there's the &hd=1, I want it to do this Code:
if ($hd=1) {
conf["width"] = 853;
conf["height"] = 550;
}
__________________
![]() |
|
#2
|
|||
|
|||
|
I'm assuming this is PHP based, and if so one thing jumps out:
Code:
if ($hd=1) {
Code:
if ($hd == 1) {
PQ. |
![]() |
|
|
|||
|
|||
|
|
| Thread Tools | |
| Display Modes | |
|
|