Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Text Editor outside window (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Text Editor outside window
#5611
Text Editor outside window 2 Months, 2 Weeks ago
Hi,

My text editor for a dynamic text field with html is placed outside the IE window. I can only see the "Insert Text" and "Cancel" buttons and a long text field that goes outside.

My text field is only 500x300px
Dynamic, Multiline, HTML.
Inside an external swf.

Thanks in advance!
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/20 07:38 By Levelbreak.
  The administrator has disabled public write access.
#5613
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Text Editor outside window 2 Months, 2 Weeks ago
The AC_RunActiveContent.js file that Flash CS3 creates, for embedding the swf in html, does not seem completely compatible with it's own SystemManager.screen property, when exporting Flash movies at 100% and "no scale". Use something else, like like swfObject, to embed your Flash movie.
http://code.google.com/p/swfobject/

Also, you can have the dialogue windows appear at the top left or even better where the mouse is positioned. winPosition is the location of the dialogue windows. This can be "mouse", "TL", or the default "center". Place this code on the same frame as the Flashblocks component to set the windowPosition property.
Code: :

 flashblocks.Flashblocks.MenuDisplayObj.windowPosition="mouse";

 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/20 07:54 By admin.
  The administrator has disabled public write access.
#5629
Re:Text Editor outside window 2 Months, 1 Week ago
I does not work.
I tried with both, and Log in and text editor works with the second option ("TL", "center"), but not the media explorer and HTML text editor.

swfobject did not work for me.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5631
Re:Text Editor outside window 2 Months, 1 Week ago
One solution was to go full screen before or after login. Than it center as it should.. =)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5634
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Text Editor outside window 2 Months, 1 Week ago
Did SwfObject not work at all; not display your Flash movie? Or are you saying it did not help center your windows?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5639
Re:Text Editor outside window 2 Months, 1 Week ago
the Flash movie worked the same, but it did not center.

Now I found out that if I go full screen, it centers but then I can't write in text editor.. grrr..
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5648
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Text Editor outside window 2 Months, 1 Week ago
What settings are using for your Flash movie; 100% x 100%, "TL"? Feel free to send a link.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you