Hey i was wondering how would i place my SWF on a HTML website, and when the user clicks the link to view it, it opens in the SWF player instead of the browser, or a browser without the bars at the top?
Printable View
Hey i was wondering how would i place my SWF on a HTML website, and when the user clicks the link to view it, it opens in the SWF player instead of the browser, or a browser without the bars at the top?
I don't know if you can get a Web page to open a local Flash player and then play whatever it is you have as a .swf in it, but you could use a javascript popup window to eliminate the bars at the top. It's a method I use to give the viewer the maximum viewing size for online tutorials.
This is an example of what the link would look like:
This is the link on the main html page, not the html page that has the .swf on it.Code:<h2><span class="style1">Use this link to access on-line video tutorials </span><a onclick="Javascript:window.open('http://www.cidigitalmedia.com/tutorials/wbc_tuts.html','_blank','height=700, width=1000,resizable=no,location=no');return false;" href="wbc_tuts.html">CLICK HERE TO WATCH</a></h2>
Google javascript popups for more info.
Best wishes,
Eye for Video
www.cidigitalmedia.com