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 wOOdy-Soft 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: Flashoid
  • Content: Threads
  • Order by date
  1. Flashoid

    dynamic buttons

    This is what I am trying to do: Have forward and backward buttons that access swfs by using a current swf + 1. So basically it says I need to identify what swf I am currently accessing (say s_01.swf) and when the forward button is click go to s_01 + 1 or s_02.swf. Is there a way to code it so...
  2. Flashoid

    how to get bullets inside dynamic text fields

    Does anyone know how to get bullet points to display inside a dynamic text field in flash without using a css or other extremely complex method?? This is what I am using, which works fine for text but it does not display bullets. This is in the first frame of the flash file which displays the...
  3. Flashoid

    creating exe projector linked to flv file for cd rom

    I have a large flv video file that I want to create an exe projector file (a "click me to start" file for users) that is linked to and plays the flv video when you open the exe. These files would then be burned to a cd rom. Does anyone know how to create the link from the exe projector to open...
  4. Flashoid

    creating movieclip buttons to play forward and backward

    I have a 16 frame movieclip (MC labeled animation) that i'd like to have 2 buttons control so when you rollover the forward button it plays the movieclip forward(and loops from frame 16 to 1) and the MC stops on the current frame when you rolloff. The same with the backward button - when you...
  5. Flashoid

    How to clear Shared Objects

    Does anyone know of a sure fire way to clear all Shared Objects other then doing the right + click and clearing them manually that way? I have tried different coding to clear it but with no success. Ideally there would be a button that you click within a flash interaction that clears all...
  6. Flashoid

    sending flash quiz data to an html page

    I have a flash quiz that has one dynamic text field labeled score that is capturing the users score and I want to pass along that score to a dynamic field in an html page that will display it. It successfully opens the results.html page but it does not display the score data on the the page...
  7. Flashoid

    if/then dynamic text field/slider bar question

    I have a slider that works so when you slide the bar it also displays a number in dynamic text field (btwn 0 -100) depending on where your drag bar is. What I would like to happen is have a submit button, so when the user stops dragging, they then click the submit button and it reads the...
  8. Flashoid

    goto specific frame within next swf

    I am trying to go to a specific frame within a new swf when the user clicks a Next button. Without using movieclips I would like the user to be on page 1 and once they click the Next button it will send the playhead to load a new swf (page 2) in level 0 on a particular frame, (frame 2 of page...
  9. Flashoid

    scaling swf down

    I am trying to find a way to scale the height/width of a flash file without scaling down every single element in the fla to get to the new size. Is there a way to maybe create a container swf in the dimension you do want and have the other flash swf (that is too large) display inside the...
  10. Flashoid

    displaying the score in 2 fields

    I'm trying to display a user score in 2 fields at the same time after a user clicks a button. I have one dynamic text field labeled highscore and another labeled spin. I have this text in frame 1 in the root timeline: var counter:Number = 0; I have a button that has this code in it...
  11. Flashoid

    turning audio off universally

    I'd like to have an audio off and on button for use in a game. The sounds in the game only play when the user does something successfully or unsuccessfully (like drag an object to the correct box). I have not figured out a way to have the user click an audio off button and have subsequent sounds...
  12. Flashoid

    randomizer

    Not sure if I am on the right track or not even close. I have this code in frame 1 in root timeline: gotoAndStop (random (6)+1); I have 6 movieclips created with nothing in frame one except a stop action script and in frame 2 another stop action script with another movieclip that plays an...
  13. Flashoid

    dynamically generated buttons links

    Is there a way to generate the url link in the hit state of a button (an animated button, not a text link url) in a swf using a dynamically generated txt file? For example in a swf I have an animated button with this code below in it so it loads page2.html. Is there a way to dynamically load...
  14. Flashoid

    controlling audio using shared objects

    Hello - I am attempting to control the audio using shared objects. The goal is so when a user opens the first swf and they push an audio off button it will turn off the audio and it will keep it off when they open other swfs with audio. The audio needs to automatically play when the user enters...
  15. Flashoid

    dynamic text field to load image? possible?

    I apologize for this sounding like a stupid question but is it possible to dynamically load an image (jpeg,png) using a dynamic text field? The reason I ask is I am forced to use a content management system that only allows dynamically-generated text fields to dynamically load content...
  16. Flashoid

    playing sound from library

    Hello - I am trying to play a sound file from the library - this works fine when I have all code in root timeline, however when I put the code inside a movieclip it no longer works. Here is the code I have in frame one of the root timeline: var snd = new Sound( )...
  17. Flashoid

    dynamic text question

    Hello - I have a dynamic text scroller that only works if I have everything on the main timeline. I am trying to create a movieclip (moving all the same code that was on the main timeline into a MC) but once I do that the dynamic text no longer displays. I have tried adding "../" variations...
  18. Flashoid

    moving playhead 2 frames

    Does anyone know how to move the playhead 2 frames instead of one? I currently have this code, which moves the playhead forward one frame inside a movieclip, I would like it to advance it 2. tellTarget ("../movieclip") nextFrame(); thanks!
  19. Flashoid

    shared objects for score keeping

    Hello - I am trying to use Shared Objects for scoring and am not able to get it to work. I know how to use SO for entering names, (to create and write to the SO, and retrieving and displaying the SO data )but I can't figure out how to use it for scoring. My goal is to create a single SO, and to...
  20. Flashoid

    allowing both upper and lower case for dynamic text fields

    I have a simple dynamic text quiz created that displays either "wrong" or "correct" based on the text the user enters in the field. However, mine only works if they key in the correct text using all lower case letters. I would like them to be able to enter either upper or lower case letters and...

Part and Inventory Search

Back
Top