Groups | Blog | Home
all groups > flash (macromedia) > october 2007 >

flash (macromedia) : PowerPoint Hyperlink to swf file


Point Happy
10/31/2007 8:50:34 PM
I'm calling a 384x320 swf file from Powerpoint. When the hyperlink is clicked,
it opens up the swf file, but it opens it up in a maximized window. Is there
any code I can add to the address that will allow the window to be opened up to
the proper size? I could possibly do this calling up a browser, but I want to
keep it simple.
Point Happy
10/31/2007 11:10:23 PM
I did find one workaround that seems to work. I created an AutoIt exe file
that opens up the exe version of the swf file, and then restores the window
from its maximized state. It won't run the swf file though.
KIRIT BHUVA, RAJKOT, INDIA
11/10/2007 11:46:39 PM
do following

write this action script in first frame

fscommand("fullscreen", "false");
fscommand("allowscale", "false");
fscommand("showmenu", "false");

Now save as swf and run it. you will get what you want


From http://www.developmentnow.com/g/68_2007_10_0_0_1034243/PowerPoint-Hyperlink-to-swf-file.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button