I have the same problem in Actionscript 2. Does any one know any approach?
Thanks
User Profile
Collapse
-
resize image to fit movieclip
Hello
I am trying to resize the image loaded in a movieclip. The problem is that I am just resizing the movie clip but not the image loaded in the movieclip.
The movie clip is smaller than the size of the image and therefore the movieclip only shows part of the image.
Could you please tell me any idea to scale the image so that the whole image fit the smaller movie clip?
Thanks -
url redirection
Hello
I have this problem and I am kind of desperate with it.
I would like to redirect any url in this pattern www\.arreglaord enador\.com/writeEmail\.php ?(.*) to
http://www.arreglaordenador.com/writeEmail/language/sp/
Actually, I almost have it done because the string
http://www.arreglaordenador.com/writeEmail.php is redirected successfully. Nonetheless,
as for the other strings which match the pattern described... -
Set rst = db.OpenRecordset(sSQL)
I have a module like this:
Option Compare Database
...Code:Sub main() Dim db As Database Dim rst As Recordset Dim sSQL As String Dim sBID As String Dim sOutputString(1 To 26) As String Dim counter As Integer Dim columnNames(2 To 26) As String Set db = CurrentDb sSQL = "DELETE * FROM myTable" db.Execute sSQL sSQL = "SELECT
No activity results to display
Show More
Leave a comment: