Jump to content

flash and php


Guest G-FX

Recommended Posts

I have a problem with a flash banner on top of my site that keeps reloading at every new page. I'm trying to make it so that it doesn't keep reloading .

is there a way to have something in the sessions varilable? or the only other way - have your pages in frames? - have the flash in the top frame.

Link to comment
Share on other sites

Guest bennyuk

If the page reloads then the flash will reload.

Steer clear of frames.

I would have a separate header for each section so that the flash that is loaded can be changed.

alternatively lookj at using a flash function like _url.indexOf to evaluate the current URL and control what the flash movie does.

Personally I can't think of a proper way round this one. Would be interesting if you do find a solution, keep us posted.

Link to comment
Share on other sites

Guest Brivtech

I have a problem with a flash banner on top of my site that keeps reloading at every new page. I'm trying to make it so that it doesn't keep reloading .

is there a way to have something in the sessions varilable? or the only other way - have your pages in frames? - have the flash in the top frame.

I could be stating the obvious, so with nothing further to lose...

Have you tried:

<param name="loop" value="false" />
 before you add the embed function?



Have you tried: 
loop="false"

within the embed funtion?

Have you checked the advanced settings in the program you're creating your flash files from that looping is set to 0 or off?

Within your Flash document, have you added a STOP into the last frame of the animation forcing the animation to stop until an action is called?

Out of interest, what software are you using to create the Flash file from?

Link to comment
Share on other sites

I could be stating the obvious, so with nothing further to lose...

Have you tried:

<param name="loop" value="false" />
 before you add the embed function?



Have you tried: 
loop="false"

within the embed funtion?

Have you checked the advanced settings in the program you're creating your flash files from that looping is set to 0 or off?

Within your Flash document, have you added a STOP into the last frame of the animation forcing the animation to stop until an action is called?

Out of interest, what software are you using to create the Flash file from?

thanks for the reply.. I have tried <param name="loop" value="false" /> and loop="false" in the embed code... unfortunately that didnt fix it.

I have a stop action and stop all sounds at the last frame of the animation aswell as loop = 0.

One thing I have noticed though.. I have conviks sub menu mod and the flash doesnt repeat if I select a sub catogory... only if the main box is refreshed will the flash repeat.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...