Actual Results
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: How to have flash scale canvas to browser size
- Subject: How to have flash scale canvas to browser size
- Replies: 7
- Views: 11051
Posted: September 6th, 2008, 3:28 pm
ive achieved sone good results with setting scale mode http://www.bozboz.co.uk/examples/liquidFlash/
resize the browser and watch it scale
resize the browser and watch it scale
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: How many Actionscripters do we have around here?
- Subject: How many Actionscripters do we have around here?
- Replies: 41
- Views: 5909
Posted: September 6th, 2008, 3:23 pm
add another to the actionscript clan. I also spend far too much time actionscripting - too much to get on forums normally 
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Flash decompiler
- Subject: Flash decompiler
- Replies: 11
- Views: 2091
- Subject: Flash decompiler
Posted: September 6th, 2008, 3:21 pm
Is there any way to protect your swfs from being decompiled. I dont know about everyone else but i dont really like the thought of mine being reverse engineered!
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Stop flash using decimals in X, Y Co-ordinates
- Subject: Stop flash using decimals in X, Y Co-ordinates
- Replies: 2
- Views: 613
Posted: September 6th, 2008, 3:18 pm
Thats never made any sense to me either, causes so many problems with text aliasing as well
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Targeting an iFrame from Flash
- Subject: Targeting an iFrame from Flash
- Replies: 32
- Views: 40334
- Subject: Targeting an iFrame from Flash
Posted: September 6th, 2008, 3:14 pm
Ive just been nededing to do this and simple getUrl worked fine in AS3
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: flash accessibility
- Subject: flash accessibility
- Replies: 3
- Views: 551
- Subject: flash accessibility
Posted: September 6th, 2008, 3:11 pm
check out http://www.niquimerret.com for accessibilty in flash
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Send Mail via php using Flash 8
- Subject: Send Mail via php using Flash 8
- Replies: 17
- Views: 4148
- Subject: Send Mail via php using Flash 8
Posted: June 22nd, 2008, 3:30 am
try php<? if (isset($HTTP_POST_VARS)) { $name = $HTTP_POST_VARS["jungle"]; $ip = $_SERVER['REMOTE_ADDR']; } $to = "youremail@yoursite.com"; $subject = "SITE CONTACT"; $msg .= "Senders Name: " ."$name\n\n"; $msg .= "This message was sent to yo...
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Creating an "Image Link"?
- Subject: Creating an "Image Link"?
- Replies: 1
- Views: 374
- Subject: Creating an "Image Link"?
Posted: June 8th, 2008, 4:09 am
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: [F8] How do i STOP Thumbnails from overlapping eachother?
- Subject: [F8] How do i STOP Thumbnails from overlapping eachother?
- Replies: 3
- Views: 363
Posted: June 7th, 2008, 3:11 pm
yeah its looking cool
- bozboz
- Forum: Website Reviews
- Topic: SITE REVIEW: Mahan SEO Services
- Subject: SITE REVIEW: Mahan SEO Services
- Replies: 22
- Views: 1101
- Subject: SITE REVIEW: Mahan SEO Services
Posted: June 7th, 2008, 2:04 pm
I would say work on the font colours they dont fit with the soft blues of the template to well, definately change the links from default blue as well
Generally very good though and well written keyword dense text
Generally very good though and well written keyword dense text
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: [F8] How do i STOP Thumbnails from overlapping eachother?
- Subject: [F8] How do i STOP Thumbnails from overlapping eachother?
- Replies: 3
- Views: 363
Posted: June 7th, 2008, 12:47 pm
getting a 404 error on your example page at the moment
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Send Mail via php using Flash 8
- Subject: Send Mail via php using Flash 8
- Replies: 17
- Views: 4148
- Subject: Send Mail via php using Flash 8
Posted: June 7th, 2008, 12:21 pm
Yeah that one confused me for months as well
If your lazy you can use the striptags() function in php as well, do this on the message before its sent. Especially if you cant be bothered to go back and recompile the swf
If your lazy you can use the striptags() function in php as well, do this on the message before its sent. Especially if you cant be bothered to go back and recompile the swf
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Can some fix my contact form?
- Subject: Can some fix my contact form?
- Replies: 3
- Views: 458
- Subject: Can some fix my contact form?
Posted: June 7th, 2008, 12:16 pm
where abouts are you having the problem. Are your variables making it out of your script to the php? Try replacing the form with a php page echoing the variables then you can debug if the info is coming in ok In php You may be needing to use $_GET['var'] or $_POST['var'] depending on your server as ...
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: Flash and Pop Up menu
- Subject: Flash and Pop Up menu
- Replies: 5
- Views: 2772
- Subject: Flash and Pop Up menu
Posted: June 7th, 2008, 12:12 pm
I had a problem like this recently to, you can also use Z positioning in your div for the menu to make sure its above the flash.
- bozboz
- Forum: Flash and ActionScript Forum
- Topic: dynamic tickers
- Subject: dynamic tickers
- Replies: 7
- Views: 914
- Subject: dynamic tickers
Posted: June 7th, 2008, 12:09 pm
I made a dynamic ticker using php / flash recently check http://www.thevoyagerschool.com/index.php
I find the custom font ability gives it a better feel than a java / html one
I find the custom font ability gives it a better feel than a java / html one

