Flash :: Integrate Component On Joomla Without Reloading It On Each Page?
Feb 16, 2011
Is-there a joomla compenent that permits to integrate a flash SWF on a joomla website : without realoding it for each page (by using an IFRAME or anything else
I'm trying to integrate flash with a CMS (joomla) and cart (virtuemart). I made the flash product alteration page, you can check it here: [URL] I pass variables to index.php page=cart and function= addCart. the code is:
[Code]...
Now, this is successfully adding the quantity inthe cart and i can then move to the checkout page... but the thing is.. on the cart page when I try to update the product or delete the product, it doesn't happen. How to solve this? I think it's some thing related to cookies?
how I can prevent flash from reloading when my page is refreshed? When I user clicks the search button the whole page reloads with the data they were looking for but the flash animation at the top of the page also reloads and I would like to prevent this.
I know there were many messages posted regarding sending variables from flash to php. I wrote a small code where in I used send() method of LoadVar object, it sends the message but it reloads the php page which I do not want it to do. I tried using sendAndLoad() and here it does not send any variable at all. Below is my sample code.
I know there were many messages posted regarding sending variables from flash to php. But I am facing a problem. I wrote a small code where in I used send() method of LoadVar object, it sends the message but it reloads the php page which I do not want it to do. I tried using sendAndLoad() and here it does not send any variable at all.[code]
How do you play the audio seamlessly in flash, while reloading each page? Example is the nike blog, [URL] Will be glad if anyone could point me to a tutorial or there is a existing workaround script for this.
I have a site the runs in flash. IE7 will not reload the vars in flash, the vars set by flash in the swf. when the page is reloaded. The thing that bugs me out is refreshing the page actually refreshed the page. The flash started how it was supposed to except the variables in flash didn't reset.This only happens when the "Temporary Internet Files" settings in IE is set to "automatic". But works how it should when "Everytime I visit The Page" is checked.
I've seen a site a while back that as you went through it it would change the url without reloading the page/swf. I want to know how do you build a Flash banner and buttons and as they the movie plays or they click on buttons have it change the url and the html text but leave the swf playing? Can this be achieved without too much hassle or will it require advanced coding?
What I want the SWF to do is play from the beginning when someone hits the index.php file and gotoAndStop(234) when someone goes to a sub-page (like contact.htm).What I did first was:
<CODE> function checkSO() { var SO = SharedObject.getLocal("siteSO"); if (SO.data.visitedAlready != undefined) {
[code]....
And that worked in the sense of no cookie-it loads and plays the swf from the beginning. If
there is a cookie it starts from frame 234.
As it sits now as long as the cookie exist in the TIF everytime they return to my page it will not play the opening animation it will just jump to then end even on the index.php.
What I want the SWF to do is play from the beginning when someone hits the index.php file and gotoAndStop(234) when someone goes to a sub-page (like contact.htm).What I did first was:
And that worked in the sense of no cookie-it loads and plays the swf from the beginning. If there is a cookie it starts from frame 234.
As it sits now as long as the cookie exist in the TIF everytime they return to my page it will not play the opening animation it will just jump to then end even on the index.php. [code].....
I have a canvas component called myCanvas and I instantiated it with
var myCanvasPage:myCanvas = new myCanvas; this.addChild(myCanvasPage);
Then I want to essentially reload myCanvasPage later on. In effect I want to do this:
this.removeChild(myCanvasPage); var myCanvasPage:myCanvas = new myCanvas; this.addChild(myCanvasPage);
except instead of creating a new instance of myCanvas, I want to use the already created instance of myCanvas and essentially reload or re-create it but making sure that the instance name and references to it remain the same.
I have a flash banner on every page in my site. I want it to continue playing rather than reloading when users change pages. Ive read that this can be achieved using flashvars.
I have this on frame 1 of my fla file now: var mySharedObject:SharedObject = SharedObject.getLocal("displayCookie"); if(mySharedObject.data.displayed == true){ gotoAndPlay(currentFrame); trace("cookie found"); [Code] ....
But I don't know how to give the currentFrame the value it had at the time the page was refreshed. How do I put that in there?
I have a banner on my site that opens popup into another window, but I need to close sound on the site that is open at another browser. Easiest way to solve my problem (descripted below) is to navigate from one button to two pages, other is popup and other should reload the page again.
[Code]...
I have one page that is build up with separate flash shows. Including one that has sound on it. Easiest way to outclude the sound is to reload page without including the php/flash file where the sound is. (yeah, I know this sounds really confusing, but this is how the page is build).
So now I need a button that opens new popup and on the same time reloads the site where the banner is.
Is there any way to integrate an flash mp3 player into a html site where an reload wouldn't stop music playing or make it start from beginning. I wouldn't want to use ajax for the rest of the site cause it's not SEO friendly, and also pop-ups are not a good solution cause every browser nowdays blocks them.
I need browser refresh (page reloading), when we click on button in swf file. i dont know flash scripting. i want just html page reload when i click button in swf file. i want code for page refresh.
Are there any really important things I need to know when building a Flash header for a Joomla website? Will the header need to be scalable? Can I use bitmaps? Are there any restrictions when developing for a Joomla site like AS2 only?
I was wondering if anyone know how I could output content from Joomla as XML which I can then use in Flash? I would like to be able to use Joomla as the backend CMS and a Flash frontend which pulls and article's content from the CMS and outputs it as XML. Something like this: [URL]
I have a flex application that has a home button. I need to reset the application when this button is clicked. I can't use navigateToURL or ExternalInterface.call("window.location.reload"); as its not acceptable to reload the swf file.
I am making a small game in flash, I would like to track scores but I cant figure out how to call the current username from joomla using actionscript. (creating the game in flex3)
i m using flash on a module of Joomla to display images, i embed flash player code into javascript , it fetch images from an XML files wher images are predefined and it works fine, now i have a problem that i m collecting images from database, means images are dynamically, so i m unable to fetch that images an display on flash, i just want to knoe how to add dynamic image array into flash. do i need to create xml??
Can anyone direct me to somewhere where I may get an easy to use flash page flip component? I'd like to use the page flip effect to create a sort of magazine but I can't find a free one/one that I can figure out how to use.
I wonder if anyone on here has any experience of the above component [URL]. It produces 'turning page' books from jpegs and I'm having problems with one aspect of it. I've created a 'GO TO' button where the user can enter the page number that he or she wishes to visit. It all works beautifully, with one problem. The FlippingBook component is set to start at page '0'. This means that if the user enters '5' in the GO TO page box and clicks 'GO', he or she will be taken to page number 6, rather than 5, because what we are calling page 1, the component calls page 0.
I need to try and find a way around this, as if we're working on existing brochures with contents lists and index numbers, it is not feasible to just change all the page numbers. I would think that I need some code to tell the component to add a page to the number each time, but I'm not clear what the code should be or where it might be added.
from time to time I get feedback from my web portal customers that they cannot see Flash component on the page - instead there's a blank white region. When it happens I instruct them to clear browser cache, and it solves the issue. Is there any way to handle this differently, using HTTP headers etc.
I'm having an odd issue with reloading SWFS. I start of with loading my SWF:
var req:URLRequest = new URLRequest( "RegionalIntro.swf" ); req.method = URLRequestMethod.POST; req.data = true; // POST requests require non-null data
[Code]....
What I can't work out is why that works the first time, but when it's reloaded it doesn't work?
EDIT2: The plot thickens, I can catch the error by surrounding all of the code in the function at the top of the stack trace with a try/catch block. I trace the error and its the same, the weird thing is all the code executes as expected. All works fine and throws an error ... very odd! I'd hate to leave it like this without finding out why it's doing it though ...
show flash object in a popup, without copying DOM "object"? I need same instance of flash in the popup.
I guess something similar Stop reloading flash file when using show and hide methods, but I really haven't found yet any good solution for popuping in that case.