help wit iframes

liunx

Guest
ok i am makin a rollerbladin site for a friend of mine. and they want a page where there are links to video clips of tricks r on the right side of the page and there is a videocamera on the left side. i know how to do that. but here is my problem. they want the video links to play the videos in the viewfinder of the camera.i kno i have to use an iframe but i have no idea what code i would use besides <iframe>.<br />
<br />
<!-- m --><a class="postlink" href="http://images.deviantart.com/large/photography/photoexperiment/camera.jpg">http://images.deviantart.com/large/phot ... camera.jpg</a><!-- m --><br />
<br />
<br />
<br />
here is the pic im gonna use. any help will b greatly appreciated<!--content-->first unlessthe videos are at a vey odd angle they probably wont work with that picture because it is on an angle however i would sugest slicing the image into a table with the screen where you want to show the movie being taken out and using an iframe. <br />
<br />
in the cell where you want the i frame to be place this.<br />
<br />
<iframe name="movie" src=http://www.htmlforums.com/archive/index.php/"yourpage.html"></iframe> <br />
<br />
And then on your links you need to use target="movie" i.e.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"movie1.mpeg" target="movie">Movie One</a> <br />
<br />
Hope this helps :pimp:<!--content-->thats the problem. i dont kno how to slice it into a table.and is there anyway, like in photoshop 7, that i could straighten the viewfinder out so it isnt at an angle.<!--content-->I don't know about photoshop 7 never used it there are tools in psp7 to slice it my advice would be to find a picture where the screen is flat and square on the camera and post it here then i could slice it for you into a table, But editing that picture would be harder than it looks because there is not a lot of room to play with.<!--content-->
 
Back
Top