Hello once again.
My latest en devour requires me to produce an image of a static .swf that is embedded on a page.
Unfortunately, it has a selection of variables passed to it.
Eg
Code: <object width="90" height="175">
<param name="exaple" value="example.swf">
<param name="AllowScriptAccess" value="always">
<param name="FlashVars" value="Lotsofnumbers=lotsofthings">
<param name="scale" value="noscale">
<embed src="example.swf" width="90" height="175" AllowScriptAccess="always" FlashVars="Lotsofnumbers=lotsofthings" scale="noscale">
</embed>
</object>
Ive had a look at the swf library but nothing stood out as useful.
So, my question is, how can I get some form of screenshot image of the swf file using php as my first choice, though if you know a better using some other technique, please say an I will have a look.
Thanks.
Displaying pictures
i have worked my way through storing images in directory and storing the location in mySQL db.Now i was trying to make a Image gallery for just that particular user who had uploaded those images. i am
square instead of number
HelloI do not know why but this code seems to work fine only in my xampp local insallation but not in the remote server. I just see a black square instead of the number 0000000 when I run this code in
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue. I have a banner script that is supposed to send people to an affiliate site and pass the parameters along with it.For
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough to do, but I'm flailing here...I need to have a blurb that checks to see if a cookie of a specific
Credit card verification
I have a client who wants to process credit card transactions from his web site rather than the going through something like paypal. I've never done that before...what is my first step? I really dont
Refining of search Criteria
Dear FriendsI need a help, I have a search page which of cars related, which has different search criteria e.g. maker, model, color, displacement etc. when i give any search criteria and click the
simple ping code
been searchin the site/web and found code thats simple but doesnt work.I have a personal web server running with various things and a place to upload or down load files from out side my lan.I am
date("now") prints out wrong date ?
Hi GuysAnyone know why and how I can fix it ?
foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and whittle down to a few select stocks. I'm currently doing this with vb, but I'm wanting to get it
help understanding hidden input w/ php
hello i'm doing a tutorial where there are multiple forms for an edit page for a user to update their info... there's a section of the code i dont really understand how it works...here's code:php:if