| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| inkl. 7% MwSt. Registriert seit: Mar 2005
Beiträge: 139
| Flash Movie 100%
Hi, ich nutze eine Flashdatei um eine andere Flashdatei zu laden. Die erste Flashdatei wird jetzt in HTML eingebettet und erhält die größe 100% (width=100% height=100%). Nun hier mal mein Code: Code: Stage.scaleMode = "noScale"; _root.url_placement._width = _root.f_width; _root.url_placement._height = _root.f_height; _root.url_placement._x = 0; _root.url_placement._y = 0; _root.movie_container.loadMovie(_root.f_MoviePath, 0); _root.movie_container._x = -(_root.f_width/2)+5; _root.movie_container._y = -(_root.f_height/2)+5; In HTML wird das ganze dann so eingebettet: Code: <object type="application/x-shockwave-flash" data="http://localhost/b5/images/flash_ad_loader.swf?f_MoviePath=http://localhost/b5/images/1139514483inter.swf &f_width=550 &f_height=400 &f_gotoURL=http://localhost/b5/adclick.php &f_max_click_activate=0 &f_banner_url=http%3A%2F%2Flocalhost%2Fphpmyadmin%2F &f_banner_id=59 &f_campaign_id=13 &f_placement_id=6" width="100%" height="100%"> <param name="movie" value="http://localhost/b5/images/flash_ad_loader.swf?f_MoviePath=http://localhost/b5/images/1139514483inter.swf &f_width=550 &f_height=400 &f_gotoURL=http://localhost/b5/adclick.php &f_max_click_activate=0 &f_banner_url=http%3A%2F%2Flocalhost%2Fphpmyadmin%2F &f_banner_id=59 &f_campaign_id=13 &f_placement_id=6" /> </object> Könnt ihr mir da weiter helfen? |
| | |
| | #3 (permalink) |
| inkl. 7% MwSt. Registriert seit: Mar 2005
Beiträge: 139
|
das habe ich bereits. Problem ist dann, dass die geladene Flashdatei von ihrem zoomfaktor heruntergerechnet werden muss (jedenfalls vermute ich das). nur ich wüsste nicht, anhand welcher informationen ich es korrekt herunterrechnen müsste *mathematik lässt grüßen* |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |