View Single Post
Old 01-07-2007, 03:08 PM  
Darren
VIG, Project Manager
 
Darren's Avatar
 
Join Date: Aug 2004
Location: US of A
Posts: 1,861

Default Run the latest V4U Slideshows from your website

Now you can run the latest V4U slideshows directly from your website, and by this inspire your audience to new photo shots and world wide creativity.

Here is how you setup your webpage(s) to run the latest V4U headlines:

Place the following code between the <head> tags within your page(s) - Copy & Paste.

HTML Code:
<script language="JavaScript" type="text/JavaScript"> <!-- function V4USlideshows(Slides, V4U, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl +',scrollbars='+scroll+',resizable=0' win = window.open(Slides, V4U, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } //--> </script>


Place the link where ever you want it within your page(s) - Copy & Paste.

HTML Code:
<a href="http://www.freeimagebrowser.com/studio/swf/visualizer_photo_studio.php" onclick="V4USlideshows(this.href,'name','1000','500','no'); return false;">Latest V4U Slideshows</a>


If you are not sure what it is going to look like, click on the Latest V4U Slideshows in the menu at the top of this page.
More details can also be found at our Share the V4U Slideshows page.
__________________
Project manager
Visualizer Image Group


"Don't judge yourself on how far you have come,
It's better to get somewhere than nowhere"
Darren is offline   Reply With Quote