Sign in to follow this  
smg6511

SWF naming convention

Recommended Posts

Good afternoon,

 

 

 

I'm setting up some php code to choose between a static (col, line, area, etc.) and a scroll (col, line, area, etc.) type chart based on the number of results returned. I noticed just one naming inconsistency with FC3: The static line type is simply "line.swf" whereas the scroll type is "ScrollLine2D.swf" (all other static chart types are appended with either 2D or 3D). Is it possible to simply rename the static line chart to "line2D.swf" or will that interfere with the action script?

 

 

 

Thanks for your input!

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello :),

 

 

 

Yes. The name of the SWF file can be changed to your desired choice of name. :D

 

 

 

There would be no error at all on the event of the name of the .swf file being changed, except if your are using a class file(php/asp).

 

 

 

I hope this is of help.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this