Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: webmast
  • Order by date
  1. webmast

    Calling Random FLV files

    Hi Kenneth Kawamoto, I figured it out myself... The code is all rite, I was just trying to call the files from my system, once I put it on the server & gave a specific path everything worked fine. Thanx a lot Kenneth Kawamoto, u were of a great help, wish I could give u another star :) Bye.
  2. webmast

    Calling Random FLV files

    Hi Kenneth Kawamoto, Thanks for your reply, now I seem to be getting something done. I have a problem now. I created a MediaPlayback component & named it as media as u had directed & put the script u gave on the frame 1 The first flv works then the next one oesnt come up, I can just see...
  3. webmast

    Calling Random FLV files

    Hi, I learnt how to embed external video lately by using media playback component. It will be very kind if someone can tll me how i can call muliple .flv files one after other. Thanks in advance, Tommcat
  4. webmast

    Embedding Video Files

    Thanks a lot, this will be of good help. Will look into it.
  5. webmast

    Embedding Video Files

    Hi, I have been trying to embed video files in my flash movie, but when I play the file, the audio plays & the movie lags behind. I even tried importing the video in .flv format, but still face the same problem. Can someone help me out in how to get this done. Kindly note I am having the...
  6. webmast

    unable to transfer control (if problem)

    Hi pixl8r, I got this working with some help, the code now looks like... --------------------------------------------------- rand=Math.round(Math.random()*100000); loadVariables("timeval.asp?i="+rand,""); this.onEnterFrame = function(){ if(chkval){ if (chkval == 1) {...
  7. webmast

    unable to transfer control (if problem)

    I have put the files at http://averta.net/worky.zip I have made the file as simple as possible to get it working... but still I am unable to get it working... Plz help :(
  8. webmast

    unable to transfer control (if problem)

    Hi pixl8r, I am unable to trace the variables as the value is from an asp file. When I change it to a txt file I do get the value traced. I cant figure why it is not working... When i pass the if action thru a button, it works, but on the first frame it doesnt :(
  9. webmast

    unable to transfer control (if problem)

    Hi oldnewbie, I had tried to assign variables & values but it wasnt working either. Even if you can help me on Flash MX (2003) is also fine... I have been breaking my head on this for long :( Tommcat
  10. webmast

    unable to transfer control (if problem)

    Hi pixl8r, I tried ur code, but when the movie loads it directly goes to the 5th frame all times. I think the focus doesnt go at all to the switch for checking... Can u send me a simple file or locate me somewhere they have done this :( Thanx in advance... Tommcat
  11. webmast

    unable to transfer control (if problem)

    Hi i am trying to do a flash website which looks different at different time of the day, say morning, afternoons & nite. I have an asp page which send me the value of 1/2/3. Now i load this value in flash, but I am unable to shift the control to the respective frame, I think my if statement is...
  12. webmast

    One flash file over another

    Hi Dan, It doesnt work using divs, but one in div & the other in iframe works, but sometimes it doesnt work... I am checking on it... Thanx for the help... Tommcat
  13. webmast

    One flash file over another

    Hi, I am trying to put a flash file over another flash file on a html page. I tried using layers for it, but it is not working at all. The flash file on layer goes below the flash file on the page. Can anyone help me out with the coding or any tutorial links. Thanks in advance... Tommcat
  14. webmast

    Refeshing values from the database

    Hi oldnewbie, I am not aware how to do it? Can u help me with code or any tutorial... Thanx in advance... Regards, Tommcat
  15. webmast

    Refeshing values from the database

    Hi, I am trying to have a random proverb displayed on my flash homepage from the database. I using the concept of an asp page which generates the random values & then I use the loadVariables("proverb.asp", "_root"); command in the flash file & display the values through dynamic text box...
  16. webmast

    Drop Down Menu

    Hi screenprinterguy, But the problem i face is onMouseOut, i want it to disappear.
  17. webmast

    Drop Down Menu

    I have done a drop down menu in flash it look like -------------------------------------------------- Profile [v] Servives Contact Us -------------------------------------------------- On mouse over the options under the profile are shown, this have have done it by moving to a new...
  18. webmast

    Flash Menu - Highlight Problem

    Thanx coldfused, You really got my point & what I was looking at. I have gone thru the link u had provided and will try to do some R&D on it. If you can any way help me further on the code that I must exactly put in, it will be very helpful... Anyway thanx for helping me out... Regards, Tommcat.
  19. webmast

    Flash Menu - Highlight Problem

    Hi pixl8r, I am using a plain HTML page (no frames)... where the flash navigation will be on the left side. I will be having six links and each link must be highlighted differently & non-clickable when we are on the respective page. Tommcat
  20. webmast

    curved edges on flash movie

    Hi Martin, Hope this helps you. Make the flash window trsnaparent by adding this code in your embed tag wmode="transparent" might be then you will find your flash movie automatically matching the screen u put in. Tommcat

Part and Inventory Search

Back
Top