|
|||
|
Hello,
I have buttons in my swf files to change from one swf to others, like on (release) { loadMovie ("Teenies.swf", _root.contenedor); loadMovie ("CananIntro.swf", _root.mc_video); } When clicking one of this buttons it take some time to load the new swf. All swf are on CD-Rom. Question: I is there a possibility after relase, to change the standard system mouse pointer to "hourglass mouse pointer" until the next swf has been loaded? Thank you for any hint. Walter Zeller |
|
|||
|
The problem is the reading time of the CD.
Maybe you should consider (if the content is not too large) to embed the SWF files (movieclips) inside the main library and call them from the same movie. I mainly use & prefer this solution... |
|
|||
|
Thank you for the reply.
I tried that on my computer, but after clicking "set lable" cursor is not changing to "hourglass". As a information, the file "hourglas.ani" is on my computer at c:\windows\cursors\hourglas.ani I have attched my test at http://www.multimedia-support.eu/dru..._Hourglass.zip Could you pls. see what the problem is? Thank you in advance, Walter Zeller |
|
|||
|
Yes, the cursor file is there, as the Windows system is typically installed on "C:\". However, the "windows" directory can be on other drives, for example, "d:\windows", "e:\windows". The location of the windows directory depends on where the windows system is installed. Therefore, we have to use the "Shell.getSpecialFolder" method to get the absolute path name of the windows directory.
It is weird that your sample project can work well without any change but with just the "setcursor.swf" file recreated, as shown in the attached zip file. Have you set the class path of swfkit wrapper classes properly? |
|
|||
|
Hello,
unfortunatly the setcursor.swf does not show the "hourglas" cursor on my system. Perhaps I have to set the = "swfkit wrapper classes". Could you pls. tell me where I have to make that? Thank you in advance. Walter Zeller |
|
|||
|
It works only if you have converted it to an exe file by using swfkit. We have tested it and it should work well.
About the class path for swfkit: in [flash cs3 or flash 8]->[main menu]->[edit]->[preference]->[actionscript]->[actionscript 2 settings] add the class path for swfkit, the typical path name of which is c:\program files\swfkit pro 3\classes for actionscript 3, the path name should be "c:\program files\swfkit pro 3\classes 3" Current swfkit installer cannot set the classpath for flash cs3 automatically, as it is released before flash cs3. The installer of swfkit 3.2 will fix this problem. |
|
|||
|
Hello,
all works fine know. Just one last small probelm. I have set on the first frame of the swf which is loaded the code to change back to standard mouse cursor: import SWFKit.*; Application.cursor = null; But it change only when moving the mouse. Is there any solution changing the mouse cursor back without having moved the mouse? Thank you in advance, Walter |
|
|||
|
Please apply the patch that can be found in the last post of the following thread
http://www.swfkit.com/forum/thread_1_1935.html |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|