hi there,
i have to embed an swf object in my site - everythings ok until i want
to read the variable "price" from the url-string:

www.testurl.com/home?price=1500

my script is:

<?php echo $javascript->link('swfobject') ?>
<?php echo $javascript->codeBlock('
        var so = new SWFObject("/files/swf/rechner pur.swf", "rechner",
"400", "300", "8", "transparent");
        so.addParam("quality", "high");
        so.addParam("wmode", "transparent");
        so.addParam("FlashVars", "price=QueryParamValue");

        so.write("rechner");
') ?>

Could anyone tell me how this works???

thanks, lea

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to