Ask a Question related to Coldfusion Database Access, Design and Development.
-
Shane930 #1
Width/Height field for images in MySQL
Hi, I have an extension that requires image width and height fields in mysql
db, I have been unable to find the correct format for these fields. Does
anyone know the correct field type to use and the correct format for the
fields. I have tried pixel size alone and it does not recognize it.
Thanks
Shane
Shane930 Guest
-
how to get stream width and height?
hello; is there a way to get a streams width and heigh so that I can dynamically change the size of the video object? thanks dsdsdsdsd Chicago -
HTML to CFM - Width & Height probs..
Heya, crated a page, saved as html, with tables that have a 100% height, however, when saving to cfm, the height set to 100% no longer displays... -
ActionScripting Width, Height, X, and Y ?
ActionScripting Width, Height, X, and Y ? Anyone know what actionscript is involved in changing the width, height, x, and y data for a graphic... -
Stage width & height
Has anyone else noticed that stage.width and stage.height report incorrectly when yopu test your movie at 100% Does anyone have a good way round... -
Can't control height and width
When I draw a rounded rectangle, i can no longer get a Height and Width measurement readout from the properties window. It gives me 64000 for the... -
Shane930 #2
Re: Width/Height field for images in MySQL
For the dynamic image extensions that require width and height dimensions in
the DB table, I found that I had to put in at least 800 x 600 to get a window
large enough to show my entire image. So in MySQL at least the width field was
800 and the height field was 600. No quotes, dashes or pound signs needed.
Just the number.
I hope this helps
Shane
Shane930 Guest



Reply With Quote

