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 strongm 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: *

  1. aribert888

    "skipping" a html page

    I can start a Full-Screen page with a Java Script on the HTML page where the button is that opens the Full Screen page. But when I start from a Flash website and want to open a REAL Full Screen page I need to have a HTML page in between with a button to open the Full Screen page (described...
  2. aribert888

    How to direct a movieclip into another movieclip?

    On stage there are two movieclips (mcA and mcB) In mcA I have a button. On release I would like to place movieclip C in mcB. How can I do it? With my current script I only manage that mcC opens on stage. on(release){ _root.attachMovie('movieclipC','mcC',1); _root.mcC._x=500 _root.mcC._y=100 }...
  3. aribert888

    SUBSTITUTE (new) window

    Thank you for your help. I just found out: If I keep the same name where in my script I had put 'example1' - no new window will open. But as it does not work really smooth I will try to follow your advice.
  4. aribert888

    SUBSTITUTE (new) window

    Out of a Flash menu I am opening a html popup by pressing the button 'example1'. No problem. on(release){ getURL ("javascript:NewWindow=window.open('example1.htm','name','width=835,height=220,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No')...
  5. aribert888

    Which flash-script to open HTML-page in full-screen?

    thx I will try and figure out what I can do with this wonderful tool.
  6. aribert888

    Which flash-script to open HTML-page in full-screen?

    How to convince Flash to open a HTML page in full-screen? I hope someone will know... Daniel
  7. aribert888

    How to address an mc in a different swf?

    Starting my mother.swf the movieclip mc_picture is loaded as well. Also a special button.swf is loaded into a level. Pushing a button in this button.swf loads grandchild.swf. And when reaching frame 10 of this grandchild.swf I want the MC, namely the mc_picture to go to alpha=50. I placed the...
  8. aribert888

    How to insert QTVR into Flash website?

    How can I insert a Quicktime .mov into my Flash Website and position it exactly? I guess that I have to first include it into a HTML page. Right? Or how? Thanks for helping, Aribert
  9. aribert888

    Possible to position HTML site into flashmovie?

    Can I insert a small HTML page into my Flash page? (I have a Quicktime movie (.mov) and a Java applet. As I would like to include these into my Flash website and cannot include them by themselves - but they should be in a HTML environment - I wonder if the HTML page can be inserted on a certain...
  10. aribert888

    How to load variables from textfile into Array?

    My array is loading images and it does. It is situated on the timeline: _root.num=0; _root.arrayname=new Array(‘image1’,’image2’,’image3’); Instead of feeding the array with these variables I have created a textfield from which the ar-ray should get its variables. It is called: ‘text1.txt’...
  11. aribert888

    Question about button and preventing of collision of two mc

    Maybe you might be able to help: Wanting to load a textfield with a button there are two possibilities: 1) creating a textfield with double-click on button and filling out the 4 fields 2) using ACTIONS, where I can place action script in for more precise wishes In this case I want to load an...

Part and Inventory Search

Back
Top