Robohelp 10 & scalable SWF movies
Hello everyone!
I've inserted *.swf movies into my topics, and pubished a browser based help. The issue I'm having is the videos stay their default size no matter how I resize the browser.
I have edited the HTML to
<object id="object1" data="Navigate A.swf" type="application/x-shockwave-flash"
style="border: none;" width="100%" height="100%">
<param name="movie" value="Navigate A.swf" />
<param name="quality" value="high" />
</object>
however when I do this the movies shrink to a super small size, and don't resize at all.
Any ideas on how to get my movies to scale when a user resizes their browser?
The main reason I need to do this is to accomodate for users' different screen resolutions.
Thanks in advance!
Jerry
