I'm having trouble placing a swf at the bottom right of my screen using the accode flash plugin pro.
I set my screen to 1024x768
set display mode 1024,768,32
sync on
hide mouse
then I load the swf and position it
init flash plugin "TerraNav"
flash=open flash file("rose2.swf",134,164)
show flash flash
position flash flash,890,604
it does not go to the bottom right of my screen... See Attachment.
I figured what if the dll was ignoring the
set display mode 1024,768,32
and was still reading my desktop res of 1280x1024, so I tried putting in the bottom right poisition of a 1280x1024
position flash flash,1146,860
sure enough the swf showed at the bottom right corner of my 1024x768 window but it flickered.
Is there a fix or did I miss setting up something?
Thanks in advance.