View Single Post
  #1  
doopa doopa is offline
Administrator
doopa's Avatar
Join Date: Mar 2005
doopa is probably a spambot
Old Jan 23rd, 2006, 01:44 PM        Getting SWF to print?
Ok, here's the deal.
Html site with a few swfs in it. When you print the site - the swf's don't print of course, but they need to.
Ok so, is there a code to place in the html that would somehow tell the page to print (an alternate) gif - sort of like how you make the gif show without a plugin in place of the swf:

else {

Â*Â*Â*//...write out the following <IMG> tag into the document. The image need
Â*Â*Â*//not be the same size as the Flash Player movie, but it may help you lay out the
Â*Â*Â*//page if you can predict the size of the object reliably.
Â*Â*Â*document.write('[img]blah.gif[/img]');
}

//Done hiding from old browsers. -->
</SCRIPT>
Reply With Quote