Pretty nice file!
only i have 1 problem. When i copy the file into my flash file, the numbers are not showing. Only the play/pause button is showing. Do u have any idea how thats possible ?
greets!
Posted about 1 month ago
A noice addition to the Mini Project Viewer Utilities.
I add the mouse over for the Link Button as well and a beautiful embedded Script Font.
+ All Text is XML [even the link button text!!!]
+ Holds up to 9 Projects and still looks great!
+ Loads images or .swf’s from XML .
+ Each Project or product has an XML Link.
+ Set to a 6 second delay.
+ No _root’s
+ Drag n Drop
+ Self Contained Movie Clip.
+ Very easy to use.
Note: I have included simple instructions on how to set the delay in the flash file.
Enjoy, Flash_Cart.
Posted 2 months ago
Pretty nice file!
only i have 1 problem. When i copy the file into my flash file, the numbers are not showing. Only the play/pause button is showing. Do u have any idea how thats possible ?
greets!
Posted about 1 month ago
I noticed a problem which others may also and that is that an exact url is needed for the link when directing to a page for some reason.
ie
will result in an error even though the url entered into the addres bar is correct
“The method post is unsuitable for this domain”
or a 405 error mentioning (http verb) results on many of the sites on my server.
I got around this by using http://www.mysite.co.uk/index.html
Anyone else notice this?
apart from this which confused me a little top file flash cart
Posted 18 days ago
I am wrong with the above i still get the below error when trying to access a page which is not php
ie http://www.mysite.co.uk/index.html does not work whereas if the index page was a php file it will work
HTTP Error 405 – The HTTP verb used to access this page is not allowed. Internet Information Services (IIS)
Any ideas flash cart?
Do i need to download an update?
I am using iframe method in php dont ask – an include would not work.
Using google as url i get this: “The method post is unsuitable for this domain” so i know it is not my server setup
the url in the address bar is correct but it does not show even when i refresh
Posted 18 days ago
I had the same problem as dirty_den but only on one out of 7 links i made… strange..
Posted 8 days ago
Reason the link problem exists is because POST method is being used. Replace the code on the link button (took me a while to find cos it wasn’t in its own actions layer) with this:
on(release) {
trace(this.link)
getURL(this.link, “_blank”
;
}

Thanks Mr Ben, Ill give this a try.
Wonder whats happened to flash cart hes not been releasing stuff for a while either
(* vaguely concerned smiley*)