Search found 31 matches

Actual Results

Post 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 :)

Post 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 :)

Post 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!

Post Posted: September 6th, 2008, 3:18 pm

Thats never made any sense to me either, causes so many problems with text aliasing as well

Post Posted: September 6th, 2008, 3:14 pm

Ive just been nededing to do this and simple getUrl worked fine in AS3

Post Posted: September 6th, 2008, 3:11 pm

check out http://www.niquimerret.com for accessibilty in flash

Post 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...

Post Posted: June 8th, 2008, 4:09 am

your not spelling geturl correctly the URL are all caps


Code: [ Download ] [ Select ]
imgpoweredby.onRelease=function(){
getURL ("http://www.google.com", '_blank');
};
  1. imgpoweredby.onRelease=function(){
  2. getURL ("http://www.google.com", '_blank');
  3. };


try that

Post 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

Post Posted: June 7th, 2008, 12:47 pm

getting a 404 error on your example page at the moment

Post 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

Post 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 ...

Post 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.

Post 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
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.