A Flash Developer Resource Site

Search:

Type: Posts; User: fahadbht

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    677

    Cashmere Mafia E Magazine

    Hi all

    Can anyone please give a hint on how this kinda animation can be achieved? Are they multiple swfs loaded in one?

    http://www.sonypictures.com/tv/shows/cashmeremafia/main.htm

    Thanks
    F.
  2. Replies
    0
    Views
    462

    Drag Multiple swfs / Timeline Effect

    Hi all

    Can anyone please give a hint on how this kinda animation can be achieved? Are they multiple swfs loaded in one?

    http://www.sonypictures.com/tv/shows/cashmeremafia/main.htm

    Thanks
    F.
  3. Cache Buster

    If you add up the ? ahead of your .swf link, it will look up from the server everytime it loads up.

    example:

    <object>
    <param name="movie" value="Movies.swf?" />
    </object>

    Hope that will...
  4. Cache Buster

    Add this at the end of your XML link:

    example:

    xmlPath = "www.domain.com?vers="+new Date().getTime();+""; //Cache Buster

    Hope this will help.
  5. Hi G I have modified my script as per your...

    Hi G

    I have modified my script as per your given solution, which seems like:



    but that still didnt worked out and the color display is green for all which is the else statement.
  6. As 2.0

    I have added up the function which set the property for the text color , still its not working, code below:




    var listEvents:Object=new Object();

    listEvents.onSlideshowChange =...
  7. MyText.textColor change as per the XML data?

    Hi all

    I am getting the data feed from XML in my flash, the values for the dynamic text box are assigned as passing the parameters, but cant figure out how to change the text color which is being...
  8. Replies
    14
    Views
    1,007

    CS3 Hi there I have checked your given link for...

    Hi there

    I have checked your given link for setting the variable in flash, can you please check my test page and suggest any changes.




    <head>
    <meta http-equiv="Content-Type"...
  9. Replies
    4
    Views
    2,140

    Here is what i have done : That seems...

    Here is what i have done :



    That seems working after uploading it on server, correct me if i am wrong.

    Thanks
    F.
  10. Replies
    14
    Views
    1,007

    CS3 Thanks for the link I am checking that for...

    Thanks for the link I am checking that for atleast getting it compatible with FF and IE both, will keep you posted on how did i get on....
  11. Replies
    14
    Views
    1,007

    CS3 Didnt worked out on external networks, and stays...

    Didnt worked out on external networks, and stays the same showing undefined on Load.
  12. Replies
    14
    Views
    1,007

    CS3 testing the page without sending the variable on...

    testing the page without sending the variable on to it to see if woithout throwing the var if we get the results properly...
  13. Replies
    14
    Views
    1,007

    CS3 Do you think is it the getElementById issue that...

    Do you think is it the getElementById issue that is not throwing the value in FireFox or is the Id being not given in the object tag for !IE.
  14. Replies
    14
    Views
    1,007

    CS3 Hi, 1. The problem coming in is that I get...

    Hi,

    1. The problem coming in is that I get the results ok in our internal network at work, checked it several other PCs and it worked well, but if checked from external networks say from other...
  15. Replies
    14
    Views
    1,007

    CS3 I am also using one !IE condition for synching...

    I am also using one !IE condition for synching the file with the non IE browsers, i have added up the cache buster in itlike this:

    <object type="application/x-shockwave-flash"...
  16. Replies
    14
    Views
    1,007

    CS3 Hi shouldnt there be a ; at the end of the...

    Hi

    shouldnt there be a ; at the end of the param?

    <PARAM NAME=movie VALUE="Movies.swf?" + new Date().getTime(); />

    or will it work exactly as you mentioned?

    F.
  17. Replies
    4
    Views
    2,140

    I have used a slider component which i am...

    I have used a slider component which i am attaching at the first frame of my movie, here is the code at the first frame:



    if (_root.slider == undefined) {
    _root.attachMovie("ThumbnailSlider",...
  18. Replies
    4
    Views
    2,140

    XML binding issue

    Hi all

    My flash file is linked with the XML to retrieve data in it. When user loads the page for the first time they are not getting undefined instead of the values from XML, but when they refresh...
  19. Dynamic textbox value via javascript not working in Firefox..

    Hi there

    I am using one java script to recieve a value which i am pulling it in flash object. The script worked fine on IE and flash is displaying the value, but on Firefox its not retrieving the...
  20. Replies
    0
    Views
    991

    getelementbyId in FireFox

    Hi there

    I am using one java script to recieve a value which i am pulling it in flash object. The script worked fine on IE and flash is displaying the value, but on Firefox its not retrieving the...
  21. Replies
    14
    Views
    1,007

    CS3 and heres how i am calling my flash files in for...

    and heres how i am calling my flash files in for IE and !IE browsers:

    <div id="HighlightSectionHolder">

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="770" height="276"...
  22. Replies
    14
    Views
    1,007

    CS3 Data binding issues in XML

    Hi

    Can i use that with the url like below in flash:

    XMLurl = "http://www.domain.com?vers="+new Date().getTime();+";

    one more issue just raised up, which is if any one who access our page for...
  23. How to get SWF from server rather than from cache?

    Hi all

    Whats the best possible way to pull the swf in html everytime from the server not from the system cache?

    I am using flash files in my hytml which grabs the data from XML, we frequently...
  24. Replies
    14
    Views
    1,007

    CS3 Fucntion to generate Random Number in AS 2.0

    Hello all

    Can anyone help in creating a fucntion in AS 2.0 to generate random number every time get accessed and can be called in front of the XML link from which i am pulling the data from, the...
  25. Random Number in a Querystring to avoid swf caching

    Hi all

    I am using SWF object tags to call up flash files on my home page, and as they are linked with the XML files to retreive data in flash, these XML files are auto generated via database, the...
Results 1 to 25 of 200
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center