PDA

View Full Version : Mobile Style



cb49747
05-07-2009, 10:28 AM
I have now added a mobile style that will display automaticaly when accessing the site with your mobile device, such as my Iphone.
Posted via Mobile Device

brymstone
05-07-2009, 11:07 AM
http://i280.photobucket.com/albums/kk172/ef-brym/Misc/mobileSkin.png

broken image links for me, jack.

cb49747
05-07-2009, 12:22 PM
click the forum link. and it should be better. The start page doesn't work real well. I'm trying to get that fixed.

Chris

Anissa T
05-07-2009, 02:58 PM
Wow, that's pretty highspeed.

brymstone
05-07-2009, 10:27 PM
got it. very cool. nice job! you code it yourself?

cb49747
05-09-2009, 10:04 PM
I got the base code from the net and then made a few minor changes. I'm currently working on a special iphone theme.

brymstone
05-10-2009, 05:42 AM
i do something similar with my flash layouts, except it's not usable on the iphone yet. i make the layouts dynamically resize to whatever your browser size is. means a bit more extra coding, but the result is definitely worth it. in fact, you've given me an idea after seeing this skin. make everything text-based when the browser window is small enough, then revert to full graphics when made bigger.

cheers jack!

sharelayout08
05-23-2009, 12:19 AM
Hi, I want to have a fluid layout in flash. I want to put a graphic image background in my flash. What should i do? can anyone help me?:Eh:


Flash layouts (http://www.http://sharelayout.com/)

brymstone
05-23-2009, 04:33 AM
this isn't really the place to ask. but as i'm here ;)

to make the flash cover the whole page, use this css in your main html page just before the closing head tag:


<style>body {margin:0;padding:0}</style>
with that html open, change all entries of the width and height for the swf to 100%.

for the background image in flash, read the help docs for the BitmapData class. it's worth noting that having a background image in flash fit the whole screen can increase the page load time. don't forget to tell flash not to scale.

good luck!