Hi.....again.....
Haha you can spot a noob miles away, can't you? *clears throat*
In my last post i was trying to figure out how to make sized pop up windows, so when people reach: http://www.gazettestreet.net/videos
& click on watch;
a new 500x400 window (with no toolbars or scrolls) appears with the video playing, a download link, a close window link & the title... Nothing grand. But i didn't manage to work that out . . . (maybe cuz i syntax of the problem sucked).
However, I find myself with second problem now which has to do with the video itself...
I usually use this code on websites i edit, in the SRC is place youtube's video code and TA-DA!
But when i did that in Nvu, uploaded the ftp - it edited the src and decided not to work.
Now, i have two questions....only, i think? maybe?
There is also this code i sometimes alternate with:
But the same thing happens with the media src, it edits it...
EDIT Oh, and i put in the SRC the location of the video (i have the file on my HD) and i suppose it's taking forwever, it's uploading it to the domain....but i really would prefer if it didn't....
So i suppose, the main question is:
How can i make the media search the video when it's located on another server? And how do i stop nvu messing up the URL/SRC name?
Help please?
Sorry ^^'
Thanks ^______________________________^
Haha you can spot a noob miles away, can't you? *clears throat*
In my last post i was trying to figure out how to make sized pop up windows, so when people reach: http://www.gazettestreet.net/videos
& click on watch;
a new 500x400 window (with no toolbars or scrolls) appears with the video playing, a download link, a close window link & the title... Nothing grand. But i didn't manage to work that out . . . (maybe cuz i syntax of the problem sucked).
However, I find myself with second problem now which has to do with the video itself...
I usually use this code on websites i edit, in the SRC is place youtube's video code and TA-DA!
<embed src="" allowscriptaccess="never"
play="true" loop="true" quality="high"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
height="228" width="275">But when i did that in Nvu, uploaded the ftp - it edited the src and decided not to work.
Now, i have two questions....only, i think? maybe?
1) To play the video, do i need to upload the video to the domain (gazettestreet.net)?
(since the link to the other site is being edited when i upload it to the ftp .-.)
2) Is there any way i can have the video stream from another site and NOT have the link to it changed?
The src is usually: http://www.youtube.com/v/3xn0ZP2AiW8&autoplay=1
But it switches to: gsM0GkjM9Pw&autoplay=1
There is also this code i sometimes alternate with:
<object width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/3xn0ZP2AiW8&autoplay=1"/>
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="quality" value="high" />
<param name="AllowScriptAccess" value="never" />
<embed src="http://www.youtube.com/v/3xn0ZP2AiW8&autoplay=1" AllowScriptAccess="never" width="275" height="228" play="true" loop="true" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>But the same thing happens with the media src, it edits it...
EDIT Oh, and i put in the SRC the location of the video (i have the file on my HD) and i suppose it's taking forwever, it's uploading it to the domain....but i really would prefer if it didn't....
So i suppose, the main question is:
How can i make the media search the video when it's located on another server? And how do i stop nvu messing up the URL/SRC name?
Help please?
Sorry ^^'
Thanks ^______________________________^
